]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dh/repack' (early part)
authorJunio C Hamano <junkio@cox.net>
Tue, 29 May 2007 08:16:28 +0000 (01:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 May 2007 08:16:28 +0000 (01:16 -0700)
commita77a33a51df9b7655d80299487ec6fbb10445496
treec3abb0c4e3163da11464d846b6b35d77d78c1431
parent41ffe5cdf5b0192cd70ef71b1cc37c7286d1dab0
parentdca3957b8581ffd0faab135191bbee3029953bd2
Merge branch 'dh/repack' (early part)

* 'dh/repack' (early part):
  Ensure git-repack -a -d --max-pack-size=N deletes correct packs
  pack-objects: clarification & option checks for --max-pack-size
  git-repack --max-pack-size: add option parsing to enable feature
  git-repack --max-pack-size: split packs as asked by write_{object,one}()
  git-repack --max-pack-size: write_{object,one}() respect pack limit
  git-repack --max-pack-size: new file statics and code restructuring
  Alter sha1close() 3rd argument to request flush only
builtin-pack-objects.c