From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 820D1138334 for ; Fri, 1 Nov 2019 21:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA99E0833; Fri, 1 Nov 2019 21:48:03 +0000 (UTC) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19A5BE0823 for ; Fri, 1 Nov 2019 21:48:03 +0000 (UTC) Received: by mail-pf1-f196.google.com with SMTP id q26so7895157pfn.11 for ; Fri, 01 Nov 2019 14:48:03 -0700 (PDT) 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=QXj4vcf425sLvKunpX3gpp0e+4AayX7bGroM+SDqLHw=; b=ZOj3WE+IyBqZ8tky3fWqdd6Z0VXUDFlyJAjCKlb/8qSuI74CCXjSC+8nZF/mEIRc6k z3lCCms0yPtBpXxq0yyk0urOUX2269DXEyyFIh7iq8MnGjf3Ex5OSUV3vCmOy+2VhT1H j6ZNat7xNhXbQpqotrct2HBw+dDU6hTKaupWRL6thBWul0rWdAA6wm1cAInALGucEZoa wrDxg/caKbVoCD8iCelAkMNtbhJo6/YX0xKVgUrsusX6ylnpVU0m4NMp/NRsXOw58Wok j3DpaVsMVGQ0oYhwAtvKwKygDy4wqC3ALZ9tChz/mL1nsU7jwx/jP2avPgK4n1FgD3Qo E8gA== X-Gm-Message-State: APjAAAUg5+6IgPK6HOz4Rk2Z8NyNPjjzJ0lfYFqD4YJ6IGF9iieorWge nYSSZUFUecD0tv+PUia5ccn3apZyuD/qeHSxu7rjy10LoADAaA== X-Google-Smtp-Source: APXvYqyy3MBBDaolxbtVvwYsARrf55yLYoA9WHd4/bwgWtUqtisvTX2NPT1D5FupdR6USwxmD5eaCP1bwM9iC6L/no4= X-Received: by 2002:a62:5c07:: with SMTP id q7mr15708973pfb.159.1572644881935; Fri, 01 Nov 2019 14:48:01 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <55b42dc1-cbfd-8fa0-8bfd-433e7c92a21f@veremit.xyz> <4ccd5427-2918-344f-4dba-276fd7cbe433@veremit.xyz> In-Reply-To: <4ccd5427-2918-344f-4dba-276fd7cbe433@veremit.xyz> From: Rich Freeman Date: Fri, 1 Nov 2019 17:47:51 -0400 Message-ID: Subject: Re: [gentoo-dev] RFC: Require full $P not just $PN on stable/keyword commit messages To: gentoo@veremit.xyz Cc: gentoo-dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b7cbd564-cb6f-4dc9-94c5-7a7fd5486530 X-Archives-Hash: 4e1597e1a75648a44e5cfc6dff58e951 On Fri, Nov 1, 2019 at 5:34 PM Michael 'veremitz' Everitt wrote: > > > git log --format=oneline glibc-2.29-r2.ebuild | grep stable > > > How well does git handle that when the ebuild is deleted from the tree? > git log --format=oneline -- glibc-2.29-r4.ebuild 23d1c015230d9ff44bcdd7b72e00ca3533815fa4 sys-libs/glibc: drop old f3872a506edc7da0d987bcf0a90d4709945328a7 sys-libs/glibc: restore strip quirk for 'libpthread.so.0' 650d70eb5d91265329e2f730bc1aed0fa5863db6 sys-libs/glibc: disable stripping for cross-glibc e14229b10b513a164f8379ff14cc8c644c071f27 sys-libs/glibc: drop prepallstrip, bug #587296 fb2fe75af62ad29a44aeba1b8e9e41ce5acb3992 sys-libs/glibc: Add 2.29 revision with compile-locales support I was too lazy to find something that had stable keywords, but I'm sure substituting the appropriate filename and grepping would work fine. The trick is to put the "--" in the command line. However, you could hardly be blamed for hitting your head against the wall trying to figure out how to do this. I had to google it as I've run into this myself. As many have said git is an amazing data model with a terrible UI. -- Rich