Do not quote SP.
[gitweb.git] / git-fetch.sh
index 7c05880bcfca30426d03112c0967ada6f68305be..0cb1596f50c998ba1f4ac0e2049e1c18459fc5a8 100755 (executable)
@@ -176,6 +176,7 @@ if test "$tags"
 then
        taglist=$(git-ls-remote --tags "$remote" |
                sed -e '
+                       /\^{}$/d
                        s/^[^   ]*      //
                        s/.*/&:&/')
        if test "$#" -gt 1