When I amend a commit, its date in the .date() method gets updated. Please give us an option to also retrieve the original, author date for a commit, too.
It seems like git log actually defaults to showing the author date too, rather than the committer date.
When I amend a commit, its date in the
.date()method gets updated. Please give us an option to also retrieve the original, author date for a commit, too.It seems like
git logactually defaults to showing the author date too, rather than the committer date.