From: Jeff King Date: Mon, 25 Sep 2006 02:31:11 +0000 (-0400) Subject: git-repack: allow git-repack to run in subdirectory X-Git-Tag: v1.4.3-rc1~23^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8;p=git.git git-repack: allow git-repack to run in subdirectory Now that we explicitly create all tmpfiles below $GIT_DIR, there's no reason to care about which directory we're in. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/git-repack.sh b/git-repack.sh index 9ae509220..f2c9071d1 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -4,6 +4,7 @@ # USAGE='[-a] [-d] [-f] [-l] [-n] [-q]' +SUBDIRECTORY_OK='Yes' . git-sh-setup no_update_info= all_into_one= remove_redundant=