]> source.dussan.org Git - gitea.git/commit
Restore functionality for pushing non-standard refs (Partial #16705) (#16706)
authorzeripath <art27@cantab.net>
Tue, 17 Aug 2021 08:24:47 +0000 (09:24 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Aug 2021 08:24:47 +0000 (10:24 +0200)
commit25437672bf9fb48fc0a4b23e752cfed8d774ec4b
tree7198bdcf8bce6fe8efb1675b8abe660769dcea72
parent0dc808212b9eb61b139703420683037db0e1e1db
Restore functionality for pushing non-standard refs (Partial #16705) (#16706)

Partial Backport #16705

There was an inadvertent breaking change in #15629 meaning that notes refs and other
git extension refs will be automatically rejected.

This PR removes this incorrect forced rejection of non-standard refs.

Fix #16688

Signed-off-by: Andrew Thornton <art27@cantab.net>
routers/private/hook.go