emacs-devel
[Top][All Lists]
Advanced

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

Re: Git transition checklist


From: Rüdiger Sonderfeld
Subject: Re: Git transition checklist
Date: Thu, 09 Jan 2014 12:53:36 +0100
User-agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; )

On Thursday 09 January 2014 08:41:17 Eli Zaretskii wrote:
> > 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.

That's why I like the second form, using a `fixes' ref.  That way the format 
is simple enough that it's harder to screw up.  But as Andreas said, the Notes 
can be edited without changing the commit message or history.

However I just learned that sharing those notes is a bit of a pain.  They are 
apparently not automatically pushed or fetched.  This might need some work or 
some wrapper script.

Regards,
Rüdiger




reply via email to

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