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>
This commit is contained in:
Eric Raible 2008-08-14 10:12:54 -07:00 committed by Junio C Hamano
parent a0653d5505
commit 7950659dc9

View file

@ -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 ()
{