My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd27eb
)
git-repack: use non-dashed update-server-info
author
Dan McGee
<dpmcgee@gmail.com>
Sat, 4 Apr 2009 16:59:55 +0000
(11:59 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 5 Apr 2009 07:08:49 +0000
(
00:08
-0700)
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-repack.sh
patch
|
blob
|
history
diff --git
a/git-repack.sh
b/git-repack.sh
index
be6db5e
..
00c597e
100755
(executable)
--- a/
git-repack.sh
+++ b/
git-repack.sh
@@
-181,5
+181,5
@@
fi
case "$no_update_info" in
t) : ;;
-*) git
-
update-server-info ;;
+*) git
update-server-info ;;
esac