No funny names on cygwin...
[git.git] / git-fetch.sh
index 0cb1596..31b1cf0 100755 (executable)
@@ -176,7 +176,7 @@ if test "$tags"
 then
        taglist=$(git-ls-remote --tags "$remote" |
                sed -e '
-                       /\^{}$/d
+                       /\^/d
                        s/^[^   ]*      //
                        s/.*/&:&/')
        if test "$#" -gt 1