From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828Ab1HPPS5 (ORCPT ); Tue, 16 Aug 2011 11:18:57 -0400 Received: from ist.d-labs.de ([213.239.218.44]:35564 "EHLO mx01.d-labs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088Ab1HPPSy convert rfc822-to-8bit (ORCPT ); Tue, 16 Aug 2011 11:18:54 -0400 Date: Tue, 16 Aug 2011 17:18:29 +0200 From: Florian Mickler To: Arnaud Lacombe Cc: Randy Dunlap , lkml , Mike Waychison , Greg Kroah-Hartman , Andrew Morton , "H. Peter Anvin" , Theodore Tso , Alan Cox Subject: Re: [PATCH] Documentation: add Internal-reference-ID: patch tag Message-ID: <20110816171829.2229c18d@schatten.dmk.lab> In-Reply-To: <20110815131213.c66a9e61.rdunlap@xenotime.net> References: <20110729180028.6a2091b3.rdunlap@xenotime.net> <20110815131213.c66a9e61.rdunlap@xenotime.net> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Aug 2011 13:12:13 -0700 Randy Dunlap wrote: > On Mon, 15 Aug 2011 14:36:41 -0400 Arnaud Lacombe wrote: > > > Hi, > > > > On Fri, Jul 29, 2011 at 9:00 PM, Randy Dunlap wrote: > > > From: Randy Dunlap > > > > > > Introduce "Internal-reference-ID:" for company-internal > > > patch tracking.  Also clarify that URLs in patches should be > > > public, not private. > > > > > > Based on emails from Greg Kroah-Hartman. > > > > > > Internal-reference-ID: rdunlap.2011.0729.id1 > > > > > What's the point of this for individuals ? Couldn't the Message-id > > from the mail be re-used ? > > > > - Arnaud > > Individuals or companies might like to track their upstream patches > easily. A pseudo-random message-id doesn't do that (for me). Also when parsing the changelog it is nice to be able to skip those lines by common prefix. Without prefix you can easily get trapped by the having similar patterns to what you look for. Regards, Flo