author | Jeff King <peff@peff.net> | |
Sat, 15 Dec 2007 11:11:54 +0000 (06:11 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 16 Dec 2007 19:55:48 +0000 (11:55 -0800) | ||
commit | 718a087a47cc148f74027a3a26d71994ff71bdd8 | |
tree | d539ed330fdac8fdc74f335e400d4c91c310d36f | tree | snapshot |
parent | 52499977350b95ba7166e5c835b09cdbc20a3d02 | commit | diff |
teach bash completion to treat commands with "--" as a helper
There is a convention that commands containing a double-dash
are implementation details and not to be used by mortals. We
should automatically remove them from the completion
suggestions as such.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There is a convention that commands containing a double-dash
are implementation details and not to be used by mortals. We
should automatically remove them from the completion
suggestions as such.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | diff | blob | history |