Re: [RFC v3 3/3] diff: Add diff.orderfile configuration variable

2013-12-16 Thread Samuel Bronson
On Mon, Dec 16, 2013 at 1:53 PM, Junio C Hamano wrote: > Samuel Bronson writes: > Path-like parameters and values given by the end user should be > relative to the directory where the end user is (i.e. both -O > parameters in the above example name docs/orderfile). All Git > processes, even the

Re: [RFC v3 3/3] diff: Add diff.orderfile configuration variable

2013-12-16 Thread Junio C Hamano
Samuel Bronson writes: > diff.orderfile acts as a default for the -O command line option. > > [sb: split up aw's original patch; reworked tests and docs] > > [FIXME: Relative paths should presumably be interpreted relative to > repository root; how should this be accomplished?] Do you mean somet

[RFC v3 3/3] diff: Add diff.orderfile configuration variable

2013-12-14 Thread Samuel Bronson
diff.orderfile acts as a default for the -O command line option. [sb: split up aw's original patch; reworked tests and docs] [FIXME: Relative paths should presumably be interpreted relative to repository root; how should this be accomplished?] Signed-off-by: Anders Waldenborg Signed-off-by: Sam