diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-05 09:06:19 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-05 09:06:19 -0400 |
commit | 837a86d1fdc632aa57423d31d4adf4073a61d36a (patch) | |
tree | d9a13c234590ee2a64d0a94593140e7ad53681c8 /TODO | |
parent | d6c6d4f9ec53a4b119b704a2d2eea6ee39ce7c00 (diff) | |
download | git-bz-837a86d1fdc632aa57423d31d4adf4073a61d36a.tar.gz |
Allow omitting bug reference for 'git bz attach'
When there is a single bug referenced in the commits being attached,
allow using that instead of specifying a bug reference manually.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6,13 +6,6 @@ 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 |