]> sipb.mit.edu Git - ikiwiki.git/commitdiff
patch
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Fri, 7 May 2010 16:56:45 +0000 (16:56 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Fri, 7 May 2010 16:56:45 +0000 (16:56 +0000)
doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn [new file with mode: 0644]

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 (file)
index 0000000..96bdab9
--- /dev/null
@@ -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>