On 07/21, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > The bulk of this patch consists of a heavily butchered version of > tbdiff's README written by Thomas Rast and Thomas Gummerer, lifted from Thanks for the mention here, but this was really mostly Thomas Rast's writing. My contributions here are very minor compared to his :) > https://github.com/trast/tbdiff. > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > Documentation/git-range-diff.txt | 229 +++++++++++++++++++++++++++++++ > 1 file changed, 229 insertions(+) > > [...] > > +CONFIGURATION > +------------- > +This command uses the `diff.color.*` and `pager.range-diff` settings > +(the latter is on by default). > +See linkgit:git-config[1]. Would it be worth implementing a `rangeDiff.dualColor` configuration at some point? Dual color mode seems like something I would like to have on by default, even if we are not making it the default for the command itself. (Again this is something that can be a future enhancement). > +EXAMPLES > +-------- > [...] > -- > gitgitgadget >