aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-07 13:13:57 -0400
committerJoey Hess <joey@kitenet.net>2010-05-07 13:13:57 -0400
commit888ac35e11a22fe254127f2c39d71909038494c9 (patch)
tree2cdbacdfd68ed611443f6534007211b423a78723 /doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
parent5dfcaf1f7f3c2ae8304465bdc10bd82bb862fa09 (diff)
downloadikiwiki-888ac35e11a22fe254127f2c39d71909038494c9.tar
ikiwiki-888ac35e11a22fe254127f2c39d71909038494c9.tar.gz
a bug?
Diffstat (limited to 'doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn')
-rw-r--r--doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn7
1 files changed, 6 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 eb37aee1b..32cf419e8 100644
--- a/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
+++ b/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
@@ -10,4 +10,9 @@ 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. --[[Joey]]
+> [[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]]