1. 11 8月, 2009 9 次提交
  2. 10 8月, 2009 11 次提交
  3. 09 8月, 2009 1 次提交
  4. 08 8月, 2009 8 次提交
  5. 07 8月, 2009 8 次提交
  6. 06 8月, 2009 3 次提交
    • N
      don't let the delta cache grow unbounded in 'git repack' · 5749b0b2
      Nicolas Pitre 提交于
      I have 4GB of RAM on my system which should, in theory, be quite enough
      to repack a 600 MB repository.  However the unbounded delta cache size
      always pushes it into swap, at which point everything virtually comes to
      a halt.  So unbounded caches are never a good idea.
      
      A default of 256MB should be a good compromize between memory usage and
      speed where medium sized repositories are still likely to fit in the
      cache with a reasonable memory usage, and larger repositories are going
      to take quite some time to repack already anyway.
      
      While at it, clarify the associated config variable documentation
      entries a bit.
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5749b0b2
    • J
      Merge branch 'sb/read-tree' · 3f55e410
      Junio C Hamano 提交于
      * sb/read-tree:
        read-tree: migrate to parse-options
        read-tree: convert unhelpful usage()'s to helpful die()'s
      3f55e410
    • J
      Merge branch 'jc/apply-epoch-patch' · 57621016
      Junio C Hamano 提交于
      * jc/apply-epoch-patch:
        apply: notice creation/removal patches produced by GNU diff
      57621016