summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-05-24 05:26:58 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-05-24 05:26:58 (GMT)
commitbfbd131f52ff8373ffabbb30f275b4af8213f5f0 (patch)
tree22e61b6f04b52599a51b67e4ac129ef803de5e79 /contrib
parent1fd6bec9bcb2d7fc710a9866bd53ea52f43d4428 (diff)
downloadgit-bfbd131f52ff8373ffabbb30f275b4af8213f5f0.zip
git-bfbd131f52ff8373ffabbb30f275b4af8213f5f0.tar.gz
git-bfbd131f52ff8373ffabbb30f275b4af8213f5f0.tar.bz2
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>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index d75f47a..24b1818 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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