bench-forgejo/modules/web
zeripath 8de44d1995
Clean-up HookPreReceive and restore functionality for pushing non-standard refs ()
* Clean-up HookPreReceive and restore functionality for pushing non-standard refs

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

Further following  and  the pre-recieve hook code is untenably long and
too complex.

This PR refactors the hook code and removes the incorrect forced rejection of
non-standard refs.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-16 15:34:54 +02:00
..
middleware Add tag protection () 2021-06-25 16:28:55 +02:00
route.go Clean-up HookPreReceive and restore functionality for pushing non-standard refs () 2021-09-16 15:34:54 +02:00
route_test.go Move macaron to chi () 2021-01-26 16:36:53 +01:00