Skip to content

Commit

Permalink
git-repack: allow git-repack to run in subdirectory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Sep 25, 2006
1 parent cd0d74d commit d0b353b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-repack.sh
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit d0b353b

Please sign in to comment.