emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git transition checklist


From: Eli Zaretskii
Subject: Re: Git transition checklist
Date: Thu, 09 Jan 2014 08:41:17 +0200

> From: Rüdiger Sonderfeld <address@hidden>
> Date: Thu, 09 Jan 2014 02:48:55 +0100
> Cc: address@hidden, Eli Zaretskii <address@hidden>
> 
> On Thursday 09 January 2014 02:36:33 Rüdiger Sonderfeld wrote:
> >   git commit ...
> >   git notes add -m 'Fixes: #16389'
> 
> Or maybe better
> 
>   git notes --ref=fixes add -m '#1234'
> 
> That way the bug metadata would be stored in its own note.  Which can be 
> handled and displayed separately (E.g., `git log --show-notes=fixes' or by 
> setting `notes.displayRef').

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 need
something better, if it's possible.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]