mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
* Disallow web ui to delete protected branch * Fix for branches not yet protected Had to change how error was handled. If a branch had not yet been protected the error would be generated. Reworked to start as false and then use the protected if it was found.