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>
This commit is contained in:
parent
cd0d74d2f9
commit
d0b353b1a7
@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
USAGE='[-a] [-d] [-f] [-l] [-n] [-q]'
|
USAGE='[-a] [-d] [-f] [-l] [-n] [-q]'
|
||||||
|
SUBDIRECTORY_OK='Yes'
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
|
||||||
no_update_info= all_into_one= remove_redundant=
|
no_update_info= all_into_one= remove_redundant=
|
||||||
|
Loading…
Reference in New Issue
Block a user