git non-time-sequential logs

Ryan Libby rlibby at freebsd.org
Mon Jan 4 19:16:38 UTC 2021


On Mon, Jan 4, 2021 at 11:00 AM Franco Fichtner <franco at lastsummer.de> wrote:
>
>
> > On 4. Jan 2021, at 7:52 PM, Enji Cooper <yaneurabeya at gmail.com> wrote:
> >
> > The point is to stop looking at git like svn: commits should be done as larger bodies of work (merge commits), as opposed to single atomic commits.
>
> Er, uh, no.  ;)
>
> The author date stays the same, the committer date is sequential except
> that it indicates the local time of the committer doing the cherry-pick
> instead of the central server as opposed to svn:
>
> # git log --format=fuller
>

It's normally sequential, but with the caveat that it's ultimately
arbitrary and can't be relied on unless we enforce that.

GIT_COMMITTER_DATE="1970-01-01T00:00:00Z" git commit


More information about the freebsd-current mailing list