Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2010-05-07 13:03:30 -04:00
commit ec2790b0ec
1 changed files with 11 additions and 0 deletions

View File

@ -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>