On Sunday, 9 September 2018 at 04:37:48 UTC, Josphe Brigmo wrote:
If git would automatically do the dates
It does. To get changes for a whole file: git log filename To get changes for part of a file: git log -L startLine,endLine filenameThere are formatting options for git log to pare it down to what's useful to you.