Re: [PATCH v2 09/18] branch-diff: adjust the output of the commit pairs

2018-05-04 Thread Elijah Newren
Hi Dscho, On Fri, May 4, 2018 at 8:34 AM, Johannes Schindelin wrote: > This change brings branch-diff yet another step closer to feature parity > with tbdiff: it now shows the oneline, too, and indicates with `=` when > the commits have identical diffs. > > @@ -270,9 +272,57 @@ static int get_co

[PATCH v2 09/18] branch-diff: adjust the output of the commit pairs

2018-05-04 Thread Johannes Schindelin
This change brings branch-diff yet another step closer to feature parity with tbdiff: it now shows the oneline, too, and indicates with `=` when the commits have identical diffs. Signed-off-by: Johannes Schindelin --- builtin/branch-diff.c | 67 +-- 1 file