From owner-freebsd-current@freebsd.org Mon Jan 4 18:59:22 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BCB914C16A0 for ; Mon, 4 Jan 2021 18:59:22 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [213.239.241.64]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8lKk4MYjz3lVf; Mon, 4 Jan 2021 18:59:22 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from p200300cd872642fc98aa43474da88c86.dip0.t-ipconnect.de (p200300cd872642fc98aa43474da88c86.dip0.t-ipconnect.de [IPv6:2003:cd:8726:42fc:98aa:4347:4da8:8c86]) by host64.shmhost.net (Postfix) with ESMTPSA id 4D8lKZ40S1zNyTs; Mon, 4 Jan 2021 19:59:14 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: git non-time-sequential logs From: Franco Fichtner In-Reply-To: <7E3C7B7F-A127-45DE-A4B2-8C42F707E5D2@gmail.com> Date: Mon, 4 Jan 2021 19:59:12 +0100 Cc: Alan Somers , Poul-Henning Kamp , John Kennedy , Current FreeBSD Content-Transfer-Encoding: quoted-printable Message-Id: <1F692948-7329-4AFD-B9F5-9208F3C44C8E@lastsummer.de> References: <94447.1609779520@critter.freebsd.dk> <7E3C7B7F-A127-45DE-A4B2-8C42F707E5D2@gmail.com> To: Enji Cooper X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Virus-Scanned: clamav-milter 0.102.4 at host64.shmhost.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4D8lKk4MYjz3lVf X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2021 18:59:22 -0000 > On 4. Jan 2021, at 7:52 PM, Enji Cooper wrote: >=20 > 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=3Dfuller Cheers, Franco