]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
bash: Remove short option completions for branch/checkout/diff.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 4 Feb 2007 07:38:17 +0000 (02:38 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Feb 2007 08:18:41 +0000 (00:18 -0800)
commit9f4cc6f76b8a15a89b85a43e0c0016a64d368709
tree256d431a53bd7965e86f171ba1b000d83e30fea3
parent8d0fc48f27304ac1bc7abf802ec53fe66fedb15a
bash: Remove short option completions for branch/checkout/diff.

The short options (-l, -f, -d) for git-branch are rather silly to
include in the completion generation as these options must be fully
typed out by the user and most users already know what the options
are anyway, so including them in the suggested completions does
not offer huge value.  (The same goes for git-checkout and git-diff.)

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash