Hello I just migrated a package to AUR4, and managed to push most of the history I had from an existing repo. However, all my annotated tags are missing. Is there a deliberate policy to reject tags? Or do I need to do something else to get them accepted? Here's the (abbreviated) output from the original push: $ git push origin master Counting objects: 191, done. Delta compression using up to 2 threads. Compressing objects: 100% (191/191), done. Writing objects: 100% (191/191), 20.97 KiB | 0 bytes/s, done. Total 191 (delta 74), reused 0 (delta 0) remote: error: pushing to a branch other than master is restricted remote: error: hook declined to update refs/tags/0.1-1 ... [snip] ... To ssh://aur@aur4.archlinux.org/pkgbrowser.git * [new branch] master -> master ! [remote rejected] 0.1-1 -> 0.1-1 (hook declined) ... [snip] ... error: failed to push some refs to 'ssh://aur@aur4.archlinux.org/pkgbrowser.git'