emacs-devel
[Top][All Lists]
Advanced

[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 17:00:27 +0200

>>>>> On Tue, 26 Jul 2022 16:54:47 +0200, Robert Pluim <rpluim@gmail.com> said:

>>>>> 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'

    Robert> At least scratch and feature branches can be deleted by pushing, so
    Robert> maybe

    Robert>     git reset --hard 970190b844
    Robert>     git push :emacs-28
    Robert>     git push

    Robert> (but Iʼm too chicken to try it :-) )

And of course that last step should be

    git push origin HEAD:emacs-28

(assuming your remote is called 'origin')

Robert
-- 



reply via email to

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