Support bash completion on symmetric difference operator.
commite5d5b21fdf0ec0aebbfaca814a15d15a718544a2
authorShawn O. Pearce <spearce@spearce.org>
Sun, 5 Nov 2006 11:24:56 +0000 (5 06:24 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 21:36:36 +0000 (5 13:36 -0800)
treeae7c510ffd1494179a430ed99e87d9a59dd9c8a3
parent873537fadc9bdc35726d1c69c46926c7f5c49dd2
Support bash completion on symmetric difference operator.

Now that log, whatchanged, rev-list, etc. support the symmetric
difference operator '...' we should provide bash completion for it
just like we do for '..'.

While we are at it we can remove two sed invocations during the
interactive prompt and replace them with internal bash operations.

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