diff options
author | Jeff King <peff@peff.net> | 2006-09-24 22:31:11 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-24 20:16:23 -0700 |
commit | d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8 (patch) | |
tree | 6053f3438c9b4d5a2ffa250057cd7e23111aa69b /git-repack.sh | |
parent | cd0d74d2f9c7578b36e705dda55f79731dbe9696 (diff) | |
download | git-d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8.tar.gz |
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>
Diffstat (limited to 'git-repack.sh')
-rwxr-xr-x | git-repack.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-repack.sh b/git-repack.sh index 9ae5092208..f2c9071d11 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= |