mbox series

[v3,0/5] Re-roll of 'human' date format patch set

Message ID 20190121051646.20991-1-ischis2@cox.net (mailing list archive)
Headers show
Series Re-roll of 'human' date format patch set | expand

Message

Stephen P. Smith Jan. 21, 2019, 5:16 a.m. UTC
Reworked documentation and tests for the previously submitted patch set. 

Linus Torvalds (1):
  Add 'human' date format

Stephen P. Smith (4):
  Replace the proposed 'auto' mode with 'auto:'
  Add 'human' date format documentation
  Add `human` format to test-tool
  Add `human` date format tests.

 Documentation/git-log.txt          |   4 +
 Documentation/rev-list-options.txt |   7 ++
 builtin/blame.c                    |   4 +
 cache.h                            |   3 +
 date.c                             | 148 ++++++++++++++++++++++++-----
 t/helper/test-date.c               |  11 +++
 t/t0006-date.sh                    |  18 ++++
 7 files changed, 173 insertions(+), 22 deletions(-)