Functions to quote and unquote pathnames in C-style.
[git.git] / git-fetch.sh
index 7c05880..0cb1596 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