bash completion: Don't offer "a.." as a completion for "a."
commit6c36c9e4eabadecf75f8751b1c1140da2068e2a0
authorShawn O. Pearce <spearce@spearce.org>
Sun, 13 Jul 2008 22:06:31 +0000 (13 22:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Jul 2008 23:40:23 +0000 (13 16:40 -0700)
treebdada429149c000096f9d2950c08b64d62bdf8f4
parentab02dfe533f55535bdb66e05776a4081020322c6
bash completion: Don't offer "a.." as a completion for "a."

If the user is trying to complete "v1.5.3.<tab>" to see all of
the available maintenance releases for 1.5.3 we should not give
them an extra dot as the completion.  Instead if the user wants
a ".." or a "..." operator they should key the two dots out on
their own.  Its the same number of keystrokes either way.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash