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 02:48:55 +0100 Message-ID: <1826225.cR2836De30@descartes> References: <20140108135200.8ECF9380834@snark.thyrsus.com> <83vbxudy53.fsf@gnu.org> <39695411.H4tnuGQ8y0@descartes> 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 1389232167 386 80.91.229.3 (9 Jan 2014 01:49:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 01:49:27 +0000 (UTC) Cc: esr@thyrsus.com, Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 09 02:49:33 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 1W14kV-0001V3-G3 for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 02:49:31 +0100 Original-Received: from localhost ([::1]:49757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14kV-0005iT-4k for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 20:49:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14kL-0005Tt-Bf for emacs-devel@gnu.org; Wed, 08 Jan 2014 20:49:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W14kE-0007NA-3d for emacs-devel@gnu.org; Wed, 08 Jan 2014 20:49:21 -0500 Original-Received: from ptmx.org ([178.63.28.110]:53159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W14k6-0007Mq-8R; Wed, 08 Jan 2014 20:49:06 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 24BB624CD3; Thu, 9 Jan 2014 02:49:05 +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 sU11hOBTricl; Thu, 9 Jan 2014 02:49:03 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id C7CFD24B8D; Thu, 9 Jan 2014 02:49:03 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: <39695411.H4tnuGQ8y0@descartes> 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:167844 Archived-At: On Thursday 09 January 2014 02:36:33 R=C3=BCdiger Sonderfeld wrote: > git commit ... > git notes add -m 'Fixes: #16389' Or maybe better git notes --ref=3Dfixes add -m '#1234' That way the bug metadata would be stored in its own note. Which can b= e=20 handled and displayed separately (E.g., `git log --show-notes=3Dfixes' = or by=20 setting `notes.displayRef'). Regards, R=C3=BCdiger