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: [email protected] <[email protected]> on behalf of Junio C Hamano <[email protected]> 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 <[email protected]> wrote: > [jeff:~/src/git] master* 2s ± git log --pretty=format:"%ad" --date=short Perhaps try it with %cd instead of %ad? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

