September 09, 2018
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 filename

There are formatting options for git log to pare it down to what's useful to you.
1 2 3
Next ›   Last »