Re: [PATCH v3 04/11] Documentation/rev-list: don't list date formats

2015-09-03 Thread Junio C Hamano
John Keeping writes: > We are about to add several new date formats which will make this list > too long to display in a single line. > > Signed-off-by: John Keeping > --- > Documentation/git-rev-list.txt | 2 +- > Documentation/rev-list-options.txt | 2 +- > 2 files changed, 2 insertions(+

[PATCH v3 04/11] Documentation/rev-list: don't list date formats

2015-09-03 Thread John Keeping
We are about to add several new date formats which will make this list too long to display in a single line. Signed-off-by: John Keeping --- Documentation/git-rev-list.txt | 2 +- Documentation/rev-list-options.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docume