diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-04 06:37:19 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-04 06:37:19 -0500 |
commit | 6e31bb1c29600938e3d41ee613f6e3b49c0a0911 (patch) | |
tree | 10334358116f775849de7d3433d30a8bce718cef /TODO | |
parent | 05e0ff3ad3e39b30c366d4fdc11f90ea63daafd7 (diff) | |
download | git-bz-6e31bb1c29600938e3d41ee613f6e3b49c0a0911.tar.gz |
Add TODO items
Allow omitting bug reference when obvious
Default to -e/--edit when only one commit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ any intention of working on it myself. - Owen +Allow omitting bug reference when obvious + + When there is only one commit, and -u/--add-url has previously been used, + or the commit subject/body contains [Bb]ug #?\d+ you should be able do just: + + git bz attach HEAD^ + +Default to -e/--edit when only one commit + + When there is only one commit to attach, we might as well default to + -e/--edit - it's more powerful than the prompt and still allows aborting. + Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |