On Mon, Jan 04, 2021 at 07:59:12PM +0100, Franco Fichtner wrote: > 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
That format gets me the CommitDate:, which is what I would have been looking for. Seems like the data is there, just not necessarily used (displayed) by default. Not sure what the original SVN timestamps were, but assuming GMT: (export TZ=GMT && git log --format=fuller --date=local) Maybe there are some ways to make those default options. _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"