From: SZEDER Gábor Date: Mon, 8 Jun 2015 01:43:31 +0000 (+0200) Subject: completion: teach 'scissors' mode to 'git commit --cleanup=' X-Git-Tag: v2.4.8~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/72dbb365547a926f629e12d7eba39c3c0bb8ba84?hp=--cc completion: teach 'scissors' mode to 'git commit --cleanup=' Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- 72dbb365547a926f629e12d7eba39c3c0bb8ba84 diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 019026efcb..fa7ea48592 100644 --- 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 scissors strip verbatim whitespace " "" "${cur##--cleanup=}" return ;;