Received: from cogitri.dev (cogitri.dev [207.180.226.74]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D94D3782AF5 for <~alpine/devel@lists.alpinelinux.org>; Thu, 30 Apr 2020 10:49:17 +0000 (UTC) X-Virus-Scanned: Yes Message-ID: <6168be12d3251a9e4db9fbfe0e0ed019b5b1d69f.camel@cogitri.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cogitri.dev; s=mail; t=1588243752; bh=Mgti7FBQ58ZerTcWilH00BeJlWohjXyMIvfXKQ3Gb90=; h=Subject:From:To:In-Reply-To:References; b=XlVumkwUoeJdLkhjh2ySlEahYpeiEb8Xw7WltO2PNGwscz6Mw5x1WrckEmzxEyvWN i7RgcyOkWy+L36cFaZI9uXdOnOuzZTK2s5xrZ1eDnB0o4ksLNHGl9/kjlx45ryRnZP RNRDtVYIolxuQHpo13bedaPyE8/FbSAVjfJYUGlTLLwBJTAzVNEOerRQU8kLLNGhSb G4tWgSZbI+WWaWo8cdkS+m0Fzlwa6iwaEAL6hUxtgo3R38cP1uQ/7zMoTiX/W5lgKl ik99KF211kOEcUS81sAPUDSkOQLs1G8gBwn/PFEusmPvGBg8PHDPGiXXWHS8BNeYhU 6q/gtr/Ag5w/Q== Subject: Re: Enforcing patch headers for patches From: Rasmus Thomsen To: Ariadne Conill , ~alpine/devel@lists.alpinelinux.org Date: Thu, 30 Apr 2020 12:49:11 +0200 In-Reply-To: <56731296.TiyEYPsqlG@localhost> References: <4ac4d3aad3bf0f050070166b27a2344efe32e9b7.camel@cogitri.dev> <56731296.TiyEYPsqlG@localhost> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit On Wed, 2020-04-29 at 21:57 -0600, Ariadne Conill wrote: > I am fine with this proposal with the modification that we can skip > the patch > header for changes cherry-picked directly from upstream. My > rationale is that > the information is redundant for cherry-picks. Hm, I think it's still useful to have a link to the upstream commit, e.g. Url: https://github.com/Cogitri/corecollector/commit/d18727d3b01996b523b73ead3ab577a723a7aa9d But IMO it'd be fine to just have: Git commit: d18727d3b01996b523b73ead3ab577a723a7aa9d or something like that too. Regards, Rasmus