[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 updated (970190b844 -> 41289a9fb9)
From: |
Robert Pluim |
Subject: |
Re: emacs-28 updated (970190b844 -> 41289a9fb9) |
Date: |
Tue, 26 Jul 2022 16:54:47 +0200 |
>>>>> On Tue, 26 Jul 2022 15:28:55 +0200, Stefan Kangas
>>>>> <stefankangas@gmail.com> said:
Stefan> Ouch, this was wrong. :-/ I'm very sorry about that.
Stefan> Who has the permissions to help revert this? I guess these steps
Stefan> would be necessary:
Stefan> git reset --hard 970190b844
Stefan> git push -f
Stefan> I can't do it myself as I get:
Stefan> $ git push -f
Stefan> Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Stefan> remote: error: denying non-fast-forward refs/heads/emacs-28 (you
Stefan> should pull first)
Stefan> To git.sv.gnu.org:/srv/git/emacs.git
Stefan> ! [remote rejected] emacs-28 -> emacs-28 (non-fast-forward)
Stefan> error: failed to push some refs to
'git.sv.gnu.org:/srv/git/emacs.git'
At least scratch and feature branches can be deleted by pushing, so
maybe
git reset --hard 970190b844
git push :emacs-28
git push
(but Iʼm too chicken to try it :-) )
Robert
--