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