forgejo/services/repository
zeripath f2f99a7d0c
Ensure that pusher is not nil preventing panic in push (#13945)
PR #13381 refactored notification actions to call NotifyCreateRef and
NotifyDeleteRef in a slightly different manner. This leads to the pusher
not being set before the call.

This PR ensures that the pusher is updated before the call.

Fix #13940

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-12-11 18:27:00 +01:00
..
generate.go
main_test.go
push.go Ensure that pusher is not nil preventing panic in push (#13945) 2020-12-11 18:27:00 +01:00
repository.go
transfer.go
transfer_test.go