Source changes should include date of change

Neia Neutuladh neia at ikeran.org
Sun Sep 9 18:17:46 UTC 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.


More information about the Digitalmars-d mailing list