diff options
author | Jeff King <peff@peff.net> | 2006-09-25 04:31:11 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-25 05:16:23 +0200 |
commit | d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8 (patch) | |
tree | 6053f3438c9b4d5a2ffa250057cd7e23111aa69b /git-repack.sh | |
parent | repack: use only pack-objects, not rev-list. (diff) | |
download | git-d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8.tar.xz git-d0b353b1a7a2f5168a8e2c992403f2a7d1e323f8.zip |
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= |