author | Michael Loeffler <zvpunry@zvpunry.de> | |
Mon, 4 Dec 2006 19:34:34 +0000 (20:34 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 4 Dec 2006 21:54:57 +0000 (13:54 -0800) | ||
commit | 4cd75359ad5d4c90ba6ae6d68ffb6d00e5092b8a | |
tree | d69413e03f6540335c5ead068cacb4cea6d5aa2a | tree | snapshot |
parent | b360cca0b100e14abffa4cae78521b493c783738 | commit | diff |
git-fetch: ignore dereferenced tags in expand_refs_wildcard
There was a little bug in the brace expansion which should remove
the ^{} from the tagname. It used ${name#'^{}'} instead of $(name%'^{}'},
the difference is that '#' will remove the given pattern only from the
beginning of a string and '%' only from the end of a string.
Signed-off-by: Michael Loeffler <zvpunry@zvpunry.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
There was a little bug in the brace expansion which should remove
the ^{} from the tagname. It used ${name#'^{}'} instead of $(name%'^{}'},
the difference is that '#' will remove the given pattern only from the
beginning of a string and '%' only from the end of a string.
Signed-off-by: Michael Loeffler <zvpunry@zvpunry.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-parse-remote.sh | diff | blob | history |