Allow "git repack" users to specify repacking window/depth
authorLinus Torvalds <torvalds@osdl.org>
Wed, 19 Apr 2006 17:05:12 +0000 (10:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Apr 2006 17:31:23 +0000 (10:31 -0700)
commitccb365047a1081455b767867f0887e7b4334f9d8
tree10a2f761541e7498be4a00cd43f6e7996fa70046
parent85e6326cc3e7c272566c60a39741f84391830d49
Allow "git repack" users to specify repacking window/depth

.. but don't even bother documenting it. I don't think any normal person
is supposed to ever really care, but it simplifies testing when you want
to use the "git repack" wrapper rather than forcing you to use the core
programs (which already do support the window/depth arguments, of course).

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh