projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0653d5
)
bash completion: 'git apply' should use 'fix' not 'strip'
author
Eric Raible
<raible@gmail.com>
Thu, 14 Aug 2008 17:12:54 +0000
(10:12 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 15 Aug 2008 00:49:12 +0000
(17:49 -0700)
Bring completion up to date with the man page.
Signed-off-by: Eric Raible <raible@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
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 ()
{