1. 20 1月, 2016 6 次提交
  2. 19 1月, 2016 1 次提交
  3. 11 1月, 2016 1 次提交
  4. 08 12月, 2015 2 次提交
  5. 06 12月, 2015 1 次提交
  6. 04 12月, 2015 1 次提交
  7. 04 11月, 2015 2 次提交
  8. 03 11月, 2015 3 次提交
  9. 01 11月, 2015 1 次提交
    • M
      Cache result of `git rev-parse --git-dir` · e6823e8d
      Mislav Marohnić 提交于
      It's invoked often from different methods, but always has the same
      results. Cache it after the 1st run so subsequent runs are no-ops.
      
      Before:
      
          HUB_VERBOSE=1 git browse
          $ git config alias.browse
          $ git rev-parse -q --git-dir
          $ git rev-parse -q --git-dir
          $ git remote -v
          $ git rev-parse -q --git-dir
          $ git config hub.host
          $ git rev-parse -q --git-dir
          $ git config push.default
          $ git rev-parse -q --git-path refs/remotes/origin/no-angular
          $ git rev-parse -q --git-dir
          $ git rev-parse -q --git-dir
          $ git rev-parse -q --git-dir
      
      After (6 fewer invocations):
      
          HUB_VERBOSE=1 git browse
          $ git config alias.browse
          $ git rev-parse -q --git-dir
          $ git remote -v
          $ git config hub.host
          $ git config push.default
          $ git rev-parse -q --git-path refs/remotes/origin/no-angular
      e6823e8d
  10. 31 10月, 2015 6 次提交
  11. 23 10月, 2015 1 次提交
  12. 20 10月, 2015 1 次提交
  13. 18 10月, 2015 1 次提交
  14. 14 10月, 2015 2 次提交
  15. 30 9月, 2015 1 次提交
  16. 28 9月, 2015 10 次提交