Re: emacs.git 'master' reset

Eli Zaretskii <[email protected]> Sun, 26 Jul 2026 17:36:26 +0300
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
> From: Andreas Schwab <[email protected]>
> Cc: Sean Whitton <[email protected]>,  [email protected]
> Date: Sun, 26 Jul 2026 15:39:15 +0200
> 
> On Jul 26 2026, Eli Zaretskii wrote:
> 
> > But currently "git status" says "ahead 10", presumably because I have
> > commits from before emacs.git on Savannah was reset.  Won't the
> > above command lose all those commits?  Or were they already re-pushed?
> 
> You can run "git rebase -i" and remove the offending commit from the
> todo list.

Thanks, but I don't understand what that means.  Which is "the
offending commit", and what is the "todo list"?

Were the commits after the one which was removed re-pushed by someone
to upstream, or weren't they?

And again, does this mean that everyone must do this now?