all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* correct way to install a bug fix?
@ 2017-01-13  7:20 Tom Tromey
  2017-01-13  8:46 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2017-01-13  7:20 UTC (permalink / raw)
  To: Emacs discussions

Hi.

I have a few Emacs bug fixes that I would like to push.  However, I
don't know the correct way to do this.

On the one hand, admin/notes/git-workflow seems to advise pushing to
master and then cherry-picking to the release branch, adding "Backport:"
to the commit message.

On the other hand, admin/notes/repo says that fixes should be installed
on the release branch and then someone will sync them to master; and it
says that installing manually on more than one branch is bad.

Which should I do?

thanks,
Tom



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: correct way to install a bug fix?
  2017-01-13  7:20 correct way to install a bug fix? Tom Tromey
@ 2017-01-13  8:46 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-01-13  8:46 UTC (permalink / raw)
  To: Tom Tromey; +Cc: emacs-devel

> From: Tom Tromey <tom@tromey.com>
> Date: Fri, 13 Jan 2017 00:20:33 -0700
> 
> On the one hand, admin/notes/git-workflow seems to advise pushing to
> master and then cherry-picking to the release branch, adding "Backport:"
> to the commit message.
> 
> On the other hand, admin/notes/repo says that fixes should be installed
> on the release branch and then someone will sync them to master; and it
> says that installing manually on more than one branch is bad.
> 
> Which should I do?

In general, the latter.  (git-workflow only says what you cite under
"Backporting", which describes a situation where a commit pushed to
master is later regarded as appropriate for the release branch, which
is not your use case.)

However, we are very close to releasing Emacs 25.2 from the release
branch, so currently the release branch is is only open for changes
that fit one of the following criteria:

  . documentation changes
  . fixes for bugs that were introduced by Emacs 25.1
  . very safe fixes for bugs introduced in v24.5

If your bugfixes don't fit any of these, please push to master.

Thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-13  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13  7:20 correct way to install a bug fix? Tom Tromey
2017-01-13  8:46 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.