bugfix - only fetch after tags are disabled
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Sun, 9 May 2010 15:46:11 +0000 (15:46 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Sun, 9 May 2010 15:46:11 +0000 (15:46 +0000)
doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn

index 32cf419e8fdf4726ce63940b0d56f6397d0c3a54..f9f086793ff11592c304f1be02e394d67c400ec6 100644 (file)
@@ -10,9 +10,11 @@ used for local .debs that were never actually present in Debian:
 This can be avoided with the `tagopt = --no-tags` option in .git/config;
 see <http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/ready/no-tags>
 
-> [[done]] thanks. Also cleared propigated tags out of origin. 
+> *done* thanks. Also cleared propigated tags out of origin. 
 > 
 > Hmm, in testing I still see tags get pulled the first time a remote
 > is added. If those are then locally deleted, it doesn't pull them again
 > with the `--no-tags`.
 > --[[Joey]] 
+
+>> Oh, I see why. Try the same branch again... --[[smcv]]