summaryrefslogtreecommitdiff
path: root/doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn
blob: 96bdab9cd6a7e80c7dd2d9f2762bd47c2c1647e9 (plain)

[[!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