Do not mark tags fetched via --tags flag as mergeable
commit36cd2cc7d949e1cc39104307fe904c47fe6d5526
authorJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 19:52:51 +0000 (27 11:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 19:52:51 +0000 (27 11:52 -0800)
tree30d90306e751fbb21f6fc3de98ba31f73b9bcec6
parente9add360074068eac974c5a69f91ae78a30606e9
Do not mark tags fetched via --tags flag as mergeable

Otherwise "git pull --tags" would mistakenly try to merge all of
them, which is never what the user wants.

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