Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 11:10:38 -0800
From:      John Kennedy <warlock@phouka.net>
To:        Franco Fichtner <franco@lastsummer.de>
Cc:        Enji Cooper <yaneurabeya@gmail.com>, Alan Somers <asomers@freebsd.org>, Poul-Henning Kamp <phk@phk.freebsd.dk>, Current FreeBSD <freebsd-current@freebsd.org>
Subject:   Re: git non-time-sequential logs
Message-ID:  <X/NoLpedAn6WM0Ja@phouka1.phouka.net>
In-Reply-To: <1F692948-7329-4AFD-B9F5-9208F3C44C8E@lastsummer.de>
References:  <X/NA4Jk/P%2Bih5WSD@phouka1.phouka.net> <X/NH3cb5eeweRibn@phouka1.phouka.net> <94447.1609779520@critter.freebsd.dk> <CAOtMX2hwdprzdr-Cci4XL8mO%2BgRd%2Bp_4s%2Bj7YkymBCLztGuJtA@mail.gmail.com> <7E3C7B7F-A127-45DE-A4B2-8C42F707E5D2@gmail.com> <1F692948-7329-4AFD-B9F5-9208F3C44C8E@lastsummer.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?X/NoLpedAn6WM0Ja>