mbox series

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

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

Message

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


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

Stephen P. Smith (4):
  Remove the proposed use of auto as secondary way to specify human
  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 |   6 ++
 builtin/blame.c                    |   4 +
 cache.h                            |   3 +
 date.c                             | 153 +++++++++++++++++++++++++----
 t/helper/test-date.c               |  15 +++
 t/t0006-date.sh                    |  20 ++++
 7 files changed, 185 insertions(+), 20 deletions(-)

Comments

Stephen P. Smith Jan. 21, 2019, 5:31 a.m. UTC | #1
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(-)