Thanks Junio,
Do you think that code-maat has the wrong format documented on their github page?
At: https://github.com/adamtornhill/code-maat
They suggest this:
git log --all --numstat --date=short --pretty=format:'--%h--%ad--%aN' --no-renames
Seems like the %ad should be %cd.
Regards,
Jeff H
________________________________________
From: jch2355@gmail.com <redacted> on behalf of Junio C Hamano <redacted>
Sent: Thursday, May 19, 2016 12:27:17 PM
To: Hawk, Jeff
Cc: Git Mailing List
Subject: Re: since/after not working properly
On Thu, May 19, 2016 at 8:41 AM, Jeff Hawk [off-list ref] wrote:
[jeff:~/src/git] master* 2s ± git log --pretty=format:"%ad" --date=short
Perhaps try it with %cd instead of %ad?