Skip to content

Commit 7950659

Browse files
Eric Raiblegitster
authored andcommitted
bash completion: 'git apply' should use 'fix' not 'strip'
Bring completion up to date with the man page. Signed-off-by: Eric Raible <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a0653d5 commit 7950659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ __git_has_doubledash ()
501501
return 1
502502
}
503503

504-
__git_whitespacelist="nowarn warn error error-all strip"
504+
__git_whitespacelist="nowarn warn error error-all fix"
505505

506506
_git_am ()
507507
{

0 commit comments

Comments
 (0)