0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 02:43:58 +01:00
gitea/routers
Jason Song 5bdf805e05
Sync branches to DB immediately when handle git hook calling (#29493)
Unlike other async processing in the queue, we should sync branches to
the DB immediately when handling git hook calling. If it fails, users
can see the error message in the output of the git command.

It can avoid potential inconsistency issues, and help #29494.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-03-06 16:47:52 +08:00
..
api Skip email domain check when admins edit user emails (#29609) 2024-03-05 16:51:56 +00:00
common
install
private Sync branches to DB immediately when handle git hook calling (#29493) 2024-03-06 16:47:52 +08:00
utils
web Make wiki default branch name changable (#29603) 2024-03-06 14:26:32 +08:00
init.go