Browse Source

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 <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Jeff King 19 years ago committed by Junio C Hamano
parent
commit
d0b353b1a7
  1. 1
      git-repack.sh

1
git-repack.sh

@ -4,6 +4,7 @@ @@ -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=

Loading…
Cancel
Save