From: Eric Raible Date: Thu, 14 Aug 2008 17:12:54 +0000 (-0700) Subject: bash completion: 'git apply' should use 'fix' not 'strip' X-Git-Tag: v1.6.0~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7950659dc9ef7f2b50b18010622299c508bfdfc3?ds=inline;hp=--cc bash completion: 'git apply' should use 'fix' not 'strip' Bring completion up to date with the man page. Signed-off-by: Eric Raible Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- 7950659dc9ef7f2b50b18010622299c508bfdfc3 diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 78189c1b7b..d1afe96e1c 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -501,7 +501,7 @@ __git_has_doubledash () return 1 } -__git_whitespacelist="nowarn warn error error-all strip" +__git_whitespacelist="nowarn warn error error-all fix" _git_am () {