Browse Source

bash completion: 'git apply' should use 'fix' not 'strip'

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>
maint
Eric Raible 17 years ago committed by Junio C Hamano
parent
commit
7950659dc9
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -501,7 +501,7 @@ __git_has_doubledash () @@ -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 ()
{

Loading…
Cancel
Save