]> git.ipfire.org Git - thirdparty/git.git/commit
"git-fetch --tags $URL" should not overwrite existing tags
authorJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 21:41:23 +0000 (13:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Feb 2007 07:31:00 +0000 (23:31 -0800)
commit85b1f98871f19617ff7ee8ec245fe4e817a74aa4
tree543f5dfdd7cdd65550f087b18c4fff4840c268df
parentacb39f64c6f5f0a3220da787fda9badad9f57554
"git-fetch --tags $URL" should not overwrite existing tags

Use the same --exclude-existing filter as we use for automatic
tag following to avoid overwriting existing tags with replacement
ones the other side created.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh