gert icon indicating copy to clipboard operation
gert copied to clipboard

Add default option to return author date in `gert::git_log`

Open jabenninghoff opened this issue 2 years ago • 0 comments

gert::git_log() returns the commit date of the commit, not the author date of the commit.

This differs from git log which shows the author date by default. (git log --pretty=fuller shows both the author date and commit date)

I expected gert::git_log() to use the author date, as does git log and other tools like GitHub Desktop.

Could this be fixed, or added as a default option for gert::git_log()?

jabenninghoff avatar May 21 '22 23:05 jabenninghoff