diff options
author | Jon Seymour <jon.seymour@gmail.com> | 2005-06-20 12:29:36 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 20:13:18 -0700 |
commit | eff19d5eccd02341a25f1543ff89fa7351163e3f (patch) | |
tree | 6c8c5672eabf7e4d3455a5604c37e988ca0e7cc2 /rev-list.c | |
parent | c3c1163137b0b1bbe1edf9da0421832e452c7a10 (diff) | |
download | git-eff19d5eccd02341a25f1543ff89fa7351163e3f.tar.gz |
[PATCH] Prevent git-rev-list --merge-order producing duplicates in the output
If a is reachable from b, then git-rev-list --merge-order b a would
produce a duplicate output of b.
This causes a problem for an upcoming version of gitk since it
breaks the --merge-order ordering invariant.
This patch fixes the problem for the --merge-order switch. A subsequent
patch will fix the problem for the non --merge-order switch.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'rev-list.c')
0 files changed, 0 insertions, 0 deletions