Skip to content

Commit

Permalink
bash completion: 'git apply' should use 'fix' not 'strip'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Raible authored and Junio C Hamano committed Aug 15, 2008
1 parent a0653d5 commit 7950659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
{
Expand Down

0 comments on commit 7950659

Please sign in to comment.