From owner-freebsd-current@freebsd.org Mon Jan 4 19:16:37 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 EB5B54C3D3A for ; Mon, 4 Jan 2021 19:16:37 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8ljd68d7z3pVY; Mon, 4 Jan 2021 19:16:37 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: by mail-qt1-f179.google.com with SMTP id z20so19246736qtq.3; Mon, 04 Jan 2021 11:16:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nWEfFi5+347GNFUdwj7o5RNDrVa1Nr1UzFwYk8PbbBg=; b=N12nysfVmhkJAJEgn+/QYdGH81frsMWdwrKmArVHMTImoTlE7HpxSEn/gNwuKAgzpp 4fSjiTZv5GytmxT2ttlfCwgnw29oAQUV2yLAsLhBxisTnv0CmAa6YoDjQz9CeY16yF6I zwf91kJiTcOvze/2akRunyyvtovfObPEg5yEYOIoBPCIMLpTITcbDhqH981aEECFxbWB rN5/1OrnlA64cTkYeapfbPHRURQF5yjN40ETpEiV73MpTNfPklzFnOSiAYtfxTr2ooa7 i+PqFldsJWS57jhK7vIMzHJtbTv3y7U3wfof6x94tt1AHP5sM8eRF61SnGdmeFQvHTR1 KASQ== X-Gm-Message-State: AOAM530HNP8e6W7eQLsi9D1qhAQyNWgSVJ85ffN1axoLvH3ov+lR/WXZ 6SZK5v4dYexdQ4PK4Jcp04/FZ6TVaLMhoQ== X-Google-Smtp-Source: ABdhPJz+/3oNH9TckfDEY0ThMz6SLWhYvU0eEiyYT6JxIXW1i+WLlz0YqFVltMw0o3mamb6FqpUjNg== X-Received: by 2002:aed:3b93:: with SMTP id r19mr71804245qte.222.1609787796837; Mon, 04 Jan 2021 11:16:36 -0800 (PST) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com. [209.85.222.171]) by smtp.gmail.com with ESMTPSA id t5sm37190798qte.20.2021.01.04.11.16.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Jan 2021 11:16:36 -0800 (PST) Received: by mail-qk1-f171.google.com with SMTP id 22so24402844qkf.9; Mon, 04 Jan 2021 11:16:36 -0800 (PST) X-Received: by 2002:ae9:f312:: with SMTP id p18mr71529455qkg.311.1609787796103; Mon, 04 Jan 2021 11:16:36 -0800 (PST) MIME-Version: 1.0 References: <94447.1609779520@critter.freebsd.dk> <7E3C7B7F-A127-45DE-A4B2-8C42F707E5D2@gmail.com> <1F692948-7329-4AFD-B9F5-9208F3C44C8E@lastsummer.de> In-Reply-To: <1F692948-7329-4AFD-B9F5-9208F3C44C8E@lastsummer.de> From: Ryan Libby Date: Mon, 4 Jan 2021 11:16:25 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git non-time-sequential logs To: Franco Fichtner Cc: Enji Cooper , Alan Somers , Poul-Henning Kamp , John Kennedy , Current FreeBSD Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4D8ljd68d7z3pVY 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 19:16:38 -0000 On Mon, Jan 4, 2021 at 11:00 AM Franco Fichtner wrote: > > > > On 4. Jan 2021, at 7:52 PM, Enji Cooper wrote: > > > > 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=fuller > It's normally sequential, but with the caveat that it's ultimately arbitrary and can't be relied on unless we enforce that. GIT_COMMITTER_DATE="1970-01-01T00:00:00Z" git commit