Re: [PATCH 2/2] --date=relative falls back to "short" format for commits older than a year
From: Junio C Hamano <hidden> Date: 2016-06-15 22:46:15
Linus Torvalds [off-list ref] writes:
So here's a throw-away patch (meaning: I won't be re-sending it, because I
really don't think it's a big deal) to add "--date=raw". It just prints
out the internal raw git format - seconds since epoch plus timezone (put
another way: 'date +"%s %z"' format)
Heh, who can discard a patch *WITH DOCUMENTATION* from you ;-)
Thanks.