diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-22 14:00:45 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-22 14:00:45 -0500 |
commit | cc442c4f0e10cf503918319a005855f3f06a1bf0 (patch) | |
tree | 226efdd09964ca4b2b8b653c21ba28a3da7b6227 /TODO | |
parent | 8836bbcb6c8d10fabc10dda1dc52a116ae652b13 (diff) | |
download | git-bz-cc442c4f0e10cf503918319a005855f3f06a1bf0.tar.gz |
Allowing configuring a default product and component
Allowing specifying bz-tracker.<tracker>.default-product and
bz-tracker.<tracker>.default-component. This is useful when done
in the per-repository config.
Add a "Per-repository configuration" section in the docs with examples.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -37,12 +37,6 @@ Allow editing comment used for attachments That you could uncomment to obsolete old patches. -Allow specifying a default product/component for 'git bz file' - - Specifying the product/component in the global git config would - be a bit silly/dangerous, but doing it locally in the git config - for a single repo would be quit useful. - Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |