]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
Remove a duplicate --not option in bash completion
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:26:58 +0000 (01:26 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:26:58 +0000 (01:26 -0400)
commitbfbd131f52ff8373ffabbb30f275b4af8213f5f0
tree22e61b6f04b52599a51b67e4ac129ef803de5e79
parent1fd6bec9bcb2d7fc710a9866bd53ea52f43d4428
Remove a duplicate --not option in bash completion

This was just me being silly; I put the --not option into the
completion list twice.  There's no duplicates shown in the shell
as the shell removes them before showing them to the user.  But we
really don't need the duplicates in the source script either.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/completion/git-completion.bash