Re: [PATCH v2 12/14] range-diff: add section header instead of diff header

2019-07-08 Thread Johannes Schindelin
Hi Thomas, On Mon, 8 Jul 2019, Thomas Gummerer wrote: > On 07/05, Johannes Schindelin wrote: > > > >*/ > > > continue; > > > else if (line[0] == '>') { > > > diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh > > > index 9f89af7178..c2777560

Re: [PATCH v2 12/14] range-diff: add section header instead of diff header

2019-07-08 Thread Thomas Gummerer
On 07/05, Johannes Schindelin wrote: > > range-diff.c | 35 > > t/t3206-range-diff.sh | 91 +++--- > > t/t3206/history.export | 84 -- > > 3 files changed, 193 insertions(+), 17 deletions(-) > > > >

Re: [PATCH v2 12/14] range-diff: add section header instead of diff header

2019-07-05 Thread Johannes Schindelin
Hi Thomas, On Fri, 5 Jul 2019, Thomas Gummerer wrote: > Currently range-diff keeps the diff header of the inner diff > intact (apart from stripping lines starting with index). This diff > header is somewhat useful, especially when files get different > names in different ranges. > > However ther

[PATCH v2 12/14] range-diff: add section header instead of diff header

2019-07-05 Thread Thomas Gummerer
Currently range-diff keeps the diff header of the inner diff intact (apart from stripping lines starting with index). This diff header is somewhat useful, especially when files get different names in different ranges. However there is no real need to keep the whole diff header for that. The main