emacs.git 'master' reset

Sean Whitton <[email protected]> Sun, 26 Jul 2026 12:45:41 +0100
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
The 'master' branch has been reset to delete a commit that
unintentionally had some LLM authorship issues.

Thank you to the Savannah admins and the author of that commit for
helping us sort it out quickly.

If you haven't pulled for a couple of days when this won't affect you at
all.  If you did pull and now have local local unpushed commits,
identify the hash of the oldest one, e.g. aaaaaaa.  Then do:

    git fetch origin
    git rebase aaaaaaa~1 --onto origin/master

That should make it so that you have your unpushed commits on top of the
new master.  In C-x v L you should see a label 'origin/master' on the
first commit behind your unpushed ones.  I can help if it seems to go
wrong.

-- 
Sean Whitton