Re: [PATCH v7 3/7] diff: prepare for additional submodule formats

2016-08-18 Thread Stefan Beller
On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller wrote: > From: Jacob Keller > > A future patch will add a new format for displaying the difference of > a submodule. Make it easier by changing how we store the current > selected format. Replace the DIFF_OPT flag with an enumeration, as each > format

[PATCH v7 3/7] diff: prepare for additional submodule formats

2016-08-17 Thread Jacob Keller
From: Jacob Keller A future patch will add a new format for displaying the difference of a submodule. Make it easier by changing how we store the current selected format. Replace the DIFF_OPT flag with an enumeration, as each format will be mutually exclusive. Signed-off-by: Jacob Keller --- d