summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-07 13:03:30 -0400
committerJoey Hess <joey@kitenet.net>2010-05-07 13:03:30 -0400
commitec2790b0ec152afc2dc8a29ce89f9b140a1e7647 (patch)
tree38363a33d5fe0e9e243f75305725c068cc7bb3ea /doc
parentc2c57f0cfba182964359f0ee71f84fb1b935d10f (diff)
parentf9553a06ab0a13140c62a90a59c566faeedfa9d6 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000..96bdab9cd
--- /dev/null
+++ b/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
@@ -0,0 +1,11 @@
+[[!tag patch]]
+[[!template id=gitbranch branch=smcv/ready/no-tags author="[[smcv]]"]]
+
+The `gitremotes` script picks up tags from any repository, including those
+used for local .debs that were never actually present in Debian:
+
+ smcv@reptile% git tag | grep -c nmu
+ 52
+
+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>