emacs-devel
[Top][All Lists]
Advanced

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

Re: CL packages landed


From: Stefan Monnier
Subject: Re: CL packages landed
Date: Fri, 21 Oct 2022 09:04:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> From: Gerd Möllmann <gerd.moellmann@gmail.com>
>>> Cc: stefankangas@gmail.com,  emacs-devel@gnu.org
>>> Date: Fri, 21 Oct 2022 10:01:24 +0200
>>>
>>> BTW, can I read somewhere what the meaning of scratch/ and feature/ is?
>> The obvious meanings: feature/ is for feature branches that are
>> intended to live for some time, scratch/ is for one-off
>> throw-away-after-use branches.

Among other things: force-pushes are tolerated on `scratch/*` as well as
commits with poor style, incomplete commit messages etc... because we do
not intend to `git merge` from scratch branches, whereas we do expect to
`git merge` from `feature/*` so: no force push, and no commits that
don't have a proper commit message.


        Stefan




reply via email to

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