author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 5 Nov 2006 11:24:56 +0000 (06:24 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Nov 2006 21:36:36 +0000 (13:36 -0800) | ||
commit | e5d5b21fdf0ec0aebbfaca814a15d15a718544a2 | |
tree | ae7c510ffd1494179a430ed99e87d9a59dd9c8a3 | tree | snapshot |
parent | 873537fadc9bdc35726d1c69c46926c7f5c49dd2 | commit | diff |
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>
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 | diff | blob | history |