Browse Source

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>
maint
Shawn O. Pearce 18 years ago
parent
commit
bfbd131f52
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -579,7 +579,7 @@ _git_log ()
__gitcomp " __gitcomp "
--max-count= --max-age= --since= --after= --max-count= --max-age= --since= --after=
--min-age= --before= --until= --min-age= --before= --until=
--root --not --topo-order --date-order --root --topo-order --date-order
--no-merges --no-merges
--abbrev-commit --abbrev= --abbrev-commit --abbrev=
--relative-date --relative-date

Loading…
Cancel
Save