git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
282616c
)
completion: teach 'scissors' mode to 'git commit --cleanup='
author
SZEDER Gábor
<redacted>
Mon, 8 Jun 2015 01:43:31 +0000
(
03:43
+0200)
committer
Junio C Hamano
<redacted>
Mon, 8 Jun 2015 15:46:47 +0000
(08:46 -0700)
Signed-off-by: SZEDER Gábor <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
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
;;
git clone https://git.99rst.org/PROJECT