Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki] / doc / bugs / gitremotes_script_picks_up_tags_from_anywhere.mdwn
1 [[!tag patch]]
2 [[!template id=gitbranch branch=smcv/ready/no-tags author="[[smcv]]"]]
3
4 The `gitremotes` script picks up tags from any repository, including those
5 used for local .debs that were never actually present in Debian:
6
7     smcv@reptile% git tag | grep -c nmu
8     52
9
10 This can be avoided with the `tagopt = --no-tags` option in .git/config;
11 see <http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/ready/no-tags>