From nobody Thu Nov 18 15:50:58 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 8C8581898793 for ; Thu, 18 Nov 2021 15:51:00 +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 4Hw45c29sPz3jFL; Thu, 18 Nov 2021 15:51:00 +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 1AIFow6d027008 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 18 Nov 2021 07:50:58 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 1AIFowMI027007; Thu, 18 Nov 2021 07:50:58 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Thu, 18 Nov 2021 07:50:58 -0800 From: Gleb Smirnoff To: Philip Paeps Cc: 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: 4Hw45c29sPz3jFL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, Nov 18, 2021 at 12:46:49PM +0800, Philip Paeps wrote: P> On 2021-11-17 06:32:52 (+0800), Mark Millard via freebsd-git wrote: P> > information being based on local git commit timing (and clocks) P> > vs. when the commits are pushed to FreeBSD servers: The display P> > order is from the timing on the FreeBSD servers but the Age is P> > based on the original commit (before the push). The longer the P> > delay between commit and push, the more noticeable the P> > distinction is. P> P> Some projects require a "git rebase --ignore-date" (or "git rebase P> --reset-author-date", which I consider the more obvious spelling) before P> pushing. A hook could potentially reject commits with timestamps that P> are too far off to the server's liking. P> P> I can't comment on whether we need or want either the policy or the hook P> or both. I don't really have a problem with the default Git behaviour P> here. I think we should strongly recommend this before pushing, not enforce. I often myself forget to do that, though. -- Gleb Smirnoff