diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-05-09 15:46:11 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-05-09 15:46:11 +0000 |
commit | 0badce2ec03d9db1f6034546eabef097a5d7354d (patch) | |
tree | 093fbd5a9063b98c9aaa6e1aaf2e6fa33171eaf3 | |
parent | 7cb31560a584cf8f62723e0a142fddafa637f09e (diff) | |
download | ikiwiki-0badce2ec03d9db1f6034546eabef097a5d7354d.tar ikiwiki-0badce2ec03d9db1f6034546eabef097a5d7354d.tar.gz |
bugfix - only fetch after tags are disabled
-rw-r--r-- | doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn b/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn index 32cf419e8..f9f086793 100644 --- a/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn +++ b/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn @@ -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]] |