From nobody Wed Nov 17 16:17:33 2021 X-Original-To: freebsd-git@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5C7DB1896611 for ; Wed, 17 Nov 2021 16:17:42 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HvSks6Vn0z3tNN; Wed, 17 Nov 2021 16:17:41 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 1AHGHX2q021125 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 17 Nov 2021 08:17:33 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 1AHGHXeF021124; Wed, 17 Nov 2021 08:17:33 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Wed, 17 Nov 2021 08:17:33 -0800 From: Gleb Smirnoff To: marklmi@yahoo.com, Ulrich =?iso-8859-1?Q?Sp=F6rlein?= , Graham Perrin , freebsd-git Subject: Re: cgit, ages and chronological order Message-ID: References: <9766b3e1-fb5d-1993-46e2-057e2567315a@gmail.com> <36020FD7-32A4-4869-B6A2-2622F50F6478@yahoo.com> List-Id: Discussion of git use in the FreeBSD project List-Archive: https://lists.freebsd.org/archives/freebsd-git List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-git@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4HvSks6Vn0z3tNN X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-ThisMailContainsUnwantedMimeParts: N On Wed, Nov 17, 2021 at 10:40:35AM +0100, Stefan Sperling wrote: S> Generally, sorting commits by committer timestamp will give the order S> most people would expect. Unless some client has an unsynced clock, and S> nothing can be done about that without a hypothetical smarter server and S> client which support server-side rewriting of commits during push. Don't agree with that. When you rebase or amend, original timestamp doesn't change. A commit can sit for month in reviews & testing, can morph to a quite different code and still preserve old timestamp. Then it is finally pushed and most people (well, at least myself) find the timestamp that arrived to official git quite misleading. I already have had problems with that doing "eye bisecting" - looking through history and searching for a commit that could have caused a regression. -- Gleb Smirnoff