Code

Fix fetching of tags.
authorJunio C Hamano <junkio@cox.net>
Thu, 25 Aug 2005 05:46:07 +0000 (22:46 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 25 Aug 2005 05:46:07 +0000 (22:46 -0700)
commit8572aa85a7f1e9377f44b816788ced4306cf427b
tree002d32aecf30b4e814c39dd5e309b645547d4df6
parent3857284f7b892f855edffc5b9c196a0dd74b1b7d
Fix fetching of tags.

"git fetch tag <tag>" stored a tag after dereferencing.  Bad.

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