emacs-devel
[Top][All Lists]
Advanced

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

Re: Merging release branch


From: Dmitry Gutov
Subject: Re: Merging release branch
Date: Sun, 31 Oct 2021 14:40:29 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 31.10.2021 10:20, Eli Zaretskii wrote:
Date: Sat, 30 Oct 2021 23:14:00 +0000
From: Gregory Heytings<gregory@heytings.org>
cc: Dmitry Gutov<dgutov@yandex.ru>,rgm@gnu.org,larsi@gnus.org,
     stefan@marxist.se,monnier@iro.umontreal.ca,emacs-devel@gnu.org

Btw, if this is what will make the situation better, we could merge ti
master immediately after pushing to the release branch, by the same
committer.
This could be automated with a server-side hook, whose execution would
depend on some tag in the commit message which would indicate whether the
commit should or should not be merged into the trunk.
The problematic part of merging is when there are conflict, and that
cannot be done by the server.  If there are no conflicts, using
gitmerge.el is so simple it doesn't deserve any discussion.

A server-side check could be used to do the check "lazily" and only do one merge commit per day (or week, etc), rather than filling the master history with merge commits (where their ration to "real" commits could be approaching 100% if we ask everyone to merge right away).



reply via email to

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