From owner-freebsd-current@freebsd.org Mon Jan 4 18:52:14 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 622CB4C0CDE for ; Mon, 4 Jan 2021 18:52:14 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (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 4D8l9V2BfYz3jyL; Mon, 4 Jan 2021 18:52:14 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: by mail-qk1-f170.google.com with SMTP id 186so24373354qkj.3; Mon, 04 Jan 2021 10:52:14 -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=BU/+nSPXQzg2xgcjNlLIgSzJ5abhF/Lx1reC3q4QRHk=; b=iinhi84FHsDPksRz5hgwCEJkEE6dtebb+oK9XQ70Y6Cr152Q8/Tz1zacuvFTqyIoUq YU/9KjmoPfkAbYY9gbX5jxnhGZBWihswPrLmwdLqoLkydwE0z2y8wS5sefTqdFjazPTY tN27WJZANhprDObZBpXUAYkV9XO2tBYYKSMoH/yzjxKdQdojXT8wi2ss7/KPvvcG0J/U PK2EiiCzhmlYTUeO9N6OjXSYNdDTvu9M9PfEhDuJ9N6arTOOEc0NMWDwO9/7Ip6KwcQx allAB/Dzg9vjMeaNKeFeTk34JVXx8T8UJox+bBAUgFi1fNb7xyMmS2JLHRz1hqaOa4qt D25w== X-Gm-Message-State: AOAM530ODLc2HGuyxDwDHdSqDC3e1WjjIT/4yH3vrDuejU0Fn0IZGBMt GcuVWwafrHpcpjNM8I/Y2LMtFssAGqmdZw== X-Google-Smtp-Source: ABdhPJwXTeWZlpDt3xsgqow3jCHqke66+qf0lLtpqQAGHXmGai0zpGPVS3it0BZtwuJEwEfKA1SMtQ== X-Received: by 2002:a37:a57:: with SMTP id 84mr64917637qkk.218.1609786333228; Mon, 04 Jan 2021 10:52:13 -0800 (PST) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com. [209.85.222.169]) by smtp.gmail.com with ESMTPSA id t5sm37142487qte.20.2021.01.04.10.52.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Jan 2021 10:52:12 -0800 (PST) Received: by mail-qk1-f169.google.com with SMTP id w79so24349136qkb.5; Mon, 04 Jan 2021 10:52:12 -0800 (PST) X-Received: by 2002:a37:6189:: with SMTP id v131mr70657249qkb.337.1609786332338; Mon, 04 Jan 2021 10:52:12 -0800 (PST) MIME-Version: 1.0 References: <94447.1609779520@critter.freebsd.dk> <94622.1609782682@critter.freebsd.dk> In-Reply-To: From: Ryan Libby Date: Mon, 4 Jan 2021 10:52:01 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git non-time-sequential logs To: Warner Losh Cc: Poul-Henning Kamp , Alan Somers , John Kennedy , Current FreeBSD Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4D8l9V2BfYz3jyL 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:52:14 -0000 On Mon, Jan 4, 2021 at 10:08 AM Warner Losh wrote: ... > As for date order, we could also add a commit hook that requires the date > to be properly set, but that creates friction for developers. Is that > friction worth the benefits? I don't think so, but as you say we could also > add notes... but since there's no checkout by date feature, I'm not sure > what good it would do. Not a vote one way or the other, but it would at least make git log --since more meaningful.