emacs-devel
[Top][All Lists]
Advanced

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

Re: master has switched from Automake to GNU Make


From: Stefan Monnier
Subject: Re: master has switched from Automake to GNU Make
Date: Thu, 23 Mar 2017 11:44:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>>> + 917ce99...5aa9a80 scratch/record -> origin/scratch/record  (forced update)
>>> Couldn't we recommend that people don't use forced pushes - even on
>>> scratch branches?
>> Why?
> It's distracting for people like me who don't understand git.  Today it
> confused me enough that I messed up the ChangeLog of my commit and did
> not notice it before pushing.

Hmmm... I can't see how that could happen if you don't actually use that
branch, so I guess you've merged from that branch and tried to re-merge?

> Also reading about it on the net is not very reassuring either.
> But if you think that it's essential I'll have to get used to it.

It's not essential, but some people like to keep branches as a clean set
of patches on top of master, so they regularly rebase (and reorganize
the set of patches), so in the end it doesn't give you the path that was
followed to get there (which, while historically accurate, tends to be
messy and hard to follow) but only "a nice path to get there", which is
basically a single patch divided into a few commented logical steps.


        Stefan



reply via email to

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