Merge branch 'sb/repack-in-c' into maint
commit90791e3416e24a98b38d95e249f3a61fb20a632f
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Feb 2014 21:38:09 +0000 (13 13:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Feb 2014 21:38:09 +0000 (13 13:38 -0800)
treedd2e07fe8ec6636d9a9bc81fd73f48b6cdc76a47
parentb4e931d84eddaab144643831d9508ea12d9cf38e
parentb861e235bc68e1c085e48d029579afbeeeec995c
Merge branch 'sb/repack-in-c' into maint

"git repack --max-pack-size=8g" stopped being parsed correctly when
the command was reimplemented in C.

* sb/repack-in-c:
  repack: propagate pack-objects options as strings
  repack: make parsed string options const-correct
  repack: fix typo in max-pack-size option
builtin/repack.c