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.Received on Mon Jan 04 2021 - 18:11:57 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC