The data/api.git repository contains a "test" branch with my commit 9b8ab1e at its tip (which is in the master branch's linear history). I cannot remove the branch, because it is declined by the update hook: $ git push --signed origin --delete test remote: remote: FATAL -- ACCESS DENIED remote: Repo data/api remote: User ulm@gentoo.org remote: Stage From git's update hook remote: Ref VREF 'NAME/.gitignore' remote: Operation Rewind push branch or overwrite tag remote: FATAL: open 0 failed: No such file or directory remote: remote: error: hook declined to update refs/heads/test To git+ssh://git.gentoo.org/data/api.git ! [remote rejected] test (hook declined) error: failed to push some refs to 'git+ssh://git@git.gentoo.org/data/api.git' (Note: I cannot remember having pushed that branch, and I don't have a "test" branch in my local copy of the repository either.)
ping
(In reply to Ulrich Müller from comment #2) > ping deleted. -A