Re: git non-time-sequential logs

From: Ryan Libby <rlibby_at_freebsd.org>
Date: Mon, 4 Jan 2021 11:16:25 -0800
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
Received on Mon Jan 04 2021 - 18:16:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC