diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-05-07 16:56:45 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-05-07 16:56:45 +0000 |
commit | f9553a06ab0a13140c62a90a59c566faeedfa9d6 (patch) | |
tree | 543a73abbadc17a8d7de736759f625ba8467ce1a /doc | |
parent | 25033d91145d0f102c6f6889f04e80e31b218684 (diff) | |
download | ikiwiki-f9553a06ab0a13140c62a90a59c566faeedfa9d6.tar ikiwiki-f9553a06ab0a13140c62a90a59c566faeedfa9d6.tar.gz |
patch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/gitremotes_script_picks_up_tags_from_anywhere.mdwn | 11 |
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> |