Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Do not quote SP.
[gitweb.git]
/
git-fetch.sh
diff --git
a/git-fetch.sh
b/git-fetch.sh
index 7c05880bcfca30426d03112c0967ada6f68305be..0cb1596f50c998ba1f4ac0e2049e1c18459fc5a8 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-176,6
+176,7
@@
if test "$tags"
then
taglist=$(git-ls-remote --tags "$remote" |
sed -e '
+ /\^{}$/d
s/^[^ ]* //
s/.*/&:&/')
if test "$#" -gt 1