projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0d74d
)
git-repack: allow git-repack to run in subdirectory
author
Jeff King
<peff@peff.net>
Mon, 25 Sep 2006 02:31:11 +0000
(22:31 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 25 Sep 2006 03:16:23 +0000
(20:16 -0700)
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>
git-repack.sh
patch
|
blob
|
history
diff --git
a/git-repack.sh
b/git-repack.sh
index 9ae5092208aab167f9164dd729297d92fa4948c6..f2c9071d1109e014832f0efd8a1fd67dca44c8af 100755
(executable)
--- 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=