Re: [PATCH v2] diff: Add diff.orderfile configuration variable

2013-12-09 Thread Junio C Hamano
Samuel Bronson writes: >> If somebody has diff.orderfile configuration that points at a custom >> ordering, and wants to send out a patch (or show a diff) with the >> standard order, how would the "overriding" command line look like? >> Would it be "git diff -O/dev/null"? > > It looks like that w

Re: [PATCH v2] diff: Add diff.orderfile configuration variable

2013-12-06 Thread Samuel Bronson
On Fri, Dec 6, 2013 at 1:11 PM, Junio C Hamano wrote: > Samuel Bronson writes: > Thanks for reviving a stalled topic. I was asking about such a feature in #git and jrnieder was nice enough to point me at the stalled patch. >> *I* even verified that the tests do fail properly when the feature i

Re: [PATCH v2] diff: Add diff.orderfile configuration variable

2013-12-06 Thread Junio C Hamano
Samuel Bronson writes: > From: Anders Waldenborg > > diff.orderfile acts as a default for the -O command line option. > > [sb: fixed testcases & revised docs based on Jonathan Nieder's suggestions] > > Signed-off-by: Anders Waldenborg > Thanks-to: Jonathan Nieder > Signed-off-by: Samuel Bronso

[PATCH v2] diff: Add diff.orderfile configuration variable

2013-12-05 Thread Samuel Bronson
From: Anders Waldenborg diff.orderfile acts as a default for the -O command line option. [sb: fixed testcases & revised docs based on Jonathan Nieder's suggestions] Signed-off-by: Anders Waldenborg Thanks-to: Jonathan Nieder Signed-off-by: Samuel Bronson --- *I* even verified that the tests