Skip to content

Commit

Permalink
Remove a duplicate --not option in bash completion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce committed May 24, 2007
1 parent 1fd6bec commit bfbd131
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 @@ -579,7 +579,7 @@ _git_log ()
__gitcomp "
--max-count= --max-age= --since= --after=
--min-age= --before= --until=
--root --not --topo-order --date-order
--root --topo-order --date-order
--no-merges
--abbrev-commit --abbrev=
--relative-date
Expand Down

0 comments on commit bfbd131

Please sign in to comment.