diff options
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | 2006-07-02 01:29:37 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-01 18:13:47 -0700 |
commit | 0d2c9d67d9e1a2fd87b2daeefffffaff0b3f3a49 (patch) | |
tree | 30ea078fdd6661fa0b1f469dbc1570f41a245a93 /diff-delta.c | |
parent | 31609c17251f368584f7b94d44b06194112b4251 (diff) | |
download | git-0d2c9d67d9e1a2fd87b2daeefffffaff0b3f3a49.tar.gz git-0d2c9d67d9e1a2fd87b2daeefffffaff0b3f3a49.tar.xz |
Add '...' operator for revisions
'A...B' is a shortcut for 'A B --not $(git-merge-base --all A B)'.
This XOR-like operation is called symmetric difference in set
theory.
The symbol '...' has been chosen because it's rather similar to the
existing '..' operator and the somewhat more natural caret ('^') is
already taken.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff-delta.c')
0 files changed, 0 insertions, 0 deletions