From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: Git transition checklist Date: Thu, 09 Jan 2014 12:53:36 +0100 Message-ID: <2997198.8NCNWUZDzz@descartes> References: <20140108135200.8ECF9380834@snark.thyrsus.com> <1826225.cR2836De30@descartes> <83d2k1ejxu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389268441 19842 80.91.229.3 (9 Jan 2014 11:54:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 11:54:01 +0000 (UTC) Cc: esr@thyrsus.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 09 12:54:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1EBa-0002ga-Vi for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 12:54:07 +0100 Original-Received: from localhost ([::1]:51410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1EBX-0002UL-6H for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 06:54:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1EBP-0002TP-MW for emacs-devel@gnu.org; Thu, 09 Jan 2014 06:54:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1EBK-00009C-OV for emacs-devel@gnu.org; Thu, 09 Jan 2014 06:53:55 -0500 Original-Received: from ptmx.org ([178.63.28.110]:34857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1EBF-00008e-1v; Thu, 09 Jan 2014 06:53:45 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id E997724C96; Thu, 9 Jan 2014 12:53:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pC0i8X4ojr6V; Thu, 9 Jan 2014 12:53:42 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id ACEFD22564; Thu, 9 Jan 2014 12:53:41 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: <83d2k1ejxu.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167886 Archived-At: On Thursday 09 January 2014 08:41:17 Eli Zaretskii wrote: > > From: R=C3=BCdiger Sonderfeld > > Date: Thu, 09 Jan 2014 02:48:55 +0100 > > Cc: esr@thyrsus.com, Eli Zaretskii > >=20 > > On Thursday 09 January 2014 02:36:33 R=C3=BCdiger Sonderfeld wrote:= > > > git commit ... > > > git notes add -m 'Fixes: #16389' > >=20 > > Or maybe better > >=20 > > git notes --ref=3Dfixes add -m '#1234' > >=20 > > That way the bug metadata would be stored in its own note. Which c= an be > > handled and displayed separately (E.g., `git log --show-notes=3Dfix= es' or by > > setting `notes.displayRef'). >=20 > If you suggest doing the above by hand, then that won't do the job: > people will forget and/or use different formats for the text. We nee= d > something better, if it's possible. That's why I like the second form, using a `fixes' ref. That way the f= ormat=20 is simple enough that it's harder to screw up. But as Andreas said, th= e Notes=20 can be edited without changing the commit message or history. However I just learned that sharing those notes is a bit of a pain. Th= ey are=20 apparently not automatically pushed or fetched. This might need some w= ork or=20 some wrapper script. Regards, R=C3=BCdiger