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://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7950659dc9ef7f2b50b18010622299c508bfdfc3;p=git.git 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 --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 78189c1b7..d1afe96e1 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 () {