projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828ea97
)
completion: --edit-description option for git-branch
author
Ralf Thielow
<ralf.thielow@googlemail.com>
Sun, 29 Jan 2012 12:55:33 +0000
(13:55 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 29 Jan 2012 21:30:58 +0000
(13:30 -0800)
Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..e44eefdf1c55198351cf1e73de976aba701cd49d 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1152,7
+1152,7
@@
_git_branch ()
__gitcomp "
--color --no-color --verbose --abbrev= --no-abbrev
--track --no-track --contains --merged --no-merged
- --set-upstream
+ --set-upstream
--edit-description
"
;;
*)