author | Junio C Hamano <junkio@cox.net> | |
Fri, 6 Jan 2006 03:42:12 +0000 (19:42 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 6 Jan 2006 03:42:12 +0000 (19:42 -0800) | ||
commit | 81214e4ddf2f0114ce7756a014dc533340fcb3f9 | |
tree | 98698aa55c940651245c54945689e19bf364bfa3 | tree | snapshot |
parent | 353ce81597e831969ac37d6991346f8c39c1488e | commit | diff |
git-fetch --tags: reject malformed tags.
When the other end was prepared with older git and has tags that
do not follow the naming convention (see check-ref-format), do not
barf but simply reject to copy them.
Initial fix by Simon Richter, but done differently.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When the other end was prepared with older git and has tags that
do not follow the naming convention (see check-ref-format), do not
barf but simply reject to copy them.
Initial fix by Simon Richter, but done differently.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh | diff | blob | history |