git-repack: allow git-repack to run in subdirectory
authorJeff King <peff@peff.net>
Mon, 25 Sep 2006 02:31:11 +0000 (22:31 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Sep 2006 03:16:23 +0000 (20:16 -0700)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh

index 9ae5092208aab167f9164dd729297d92fa4948c6..f2c9071d1109e014832f0efd8a1fd67dca44c8af 100755 (executable)
@@ -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=