Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash completion: 'git apply' should use 'fix' not 'strip'
[gitweb.git]
/
contrib
/
completion
/
git-completion.bash
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 78189c1b7bca120d896bab7a6160da1f436b4ff1..d1afe96e1c99f861a83ea6b91f4558671ee61171 100755
(executable)
--- 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 ()
{