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.5.0-rc0~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72dbb365547a926f629e12d7eba39c3c0bb8ba84;p=thirdparty%2Fgit.git completion: teach 'scissors' mode to 'git commit --cleanup=' Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- 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 ;;