mirror of
https://github.com/git/git.git
synced 2024-11-30 21:44:02 +08:00
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:
parent
a0653d5505
commit
7950659dc9
@ -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…
Reference in New Issue
Block a user