Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: teach 'scissors' mode to 'git commit --cleanup='
author
SZEDER Gábor
<szeder@ira.uka.de>
Mon, 8 Jun 2015 01:43:31 +0000
(
03:43
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Jun 2015 15:46:47 +0000
(08:46 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
282616c
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 019026efcbc5876d7aa3890eab5078a8bfbe2f7c..fa7ea48592860326a59fcc75e2e1ac5b122c0fff 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1110,7
+1110,7
@@
_git_commit ()
case "$cur" in
--cleanup=*)
- __gitcomp "default strip verbatim whitespace
+ __gitcomp "default s
cissors s
trip verbatim whitespace
" "" "${cur##--cleanup=}"
return
;;