1. 14 5月, 2015 2 次提交
    • J
      Merge branch 'jk/prune-mtime' into maint · ebb464f0
      Junio C Hamano 提交于
      Access to objects in repositories that borrow from another one on a
      slow NFS server unnecessarily got more expensive due to recent code
      becoming more cautious in a naive way not to lose objects to pruning.
      
      * jk/prune-mtime:
        sha1_file: only freshen packs once per run
        sha1_file: freshen pack objects before loose
        reachable: only mark local objects as recent
      ebb464f0
    • J
      Merge branch 'jk/init-core-worktree-at-root' into maint · a60abe10
      Junio C Hamano 提交于
      We avoid setting core.worktree when the repository location is the
      ".git" directory directly at the top level of the working tree, but
      the code misdetected the case in which the working tree is at the
      root level of the filesystem (which arguably is a silly thing to
      do, but still valid).
      
      * jk/init-core-worktree-at-root:
        init: don't set core.worktree when initializing /.git
      a60abe10
  2. 12 5月, 2015 6 次提交
  3. 01 5月, 2015 1 次提交
  4. 29 4月, 2015 5 次提交
  5. 28 4月, 2015 5 次提交
  6. 24 4月, 2015 5 次提交
  7. 23 4月, 2015 1 次提交
  8. 22 4月, 2015 12 次提交
  9. 21 4月, 2015 3 次提交