bash completion: 'git apply' should use 'fix' not 'strip'
From: Eric Raible <hidden>
Date: 2016-06-15 22:45:07
From: Eric Raible <hidden>
Date: 2016-06-15 22:45:07
Bring completion up to date with the man page. Signed-off-by: Eric Raible <redacted> --- contrib/completion/git-completion.bash | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/completion/git-completion.bashb/contrib/completion/git-completion.bash index 3396e35..95040bd 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 () { --
1.6.0.rc1.1206.gff2cf