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
parent
a0653d5505
commit
7950659dc9
|
@ -501,7 +501,7 @@ __git_has_doubledash ()
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
__git_whitespacelist="nowarn warn error error-all strip"
|
__git_whitespacelist="nowarn warn error error-all fix"
|
||||||
|
|
||||||
_git_am ()
|
_git_am ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue