September 09, 2018 Re: Source changes should include date of change | ||||
---|---|---|---|---|
| ||||
Posted in reply to Josphe Brigmo | 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.
|
Copyright © 1999-2021 by the D Language Foundation