gitea/modules/private
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
hook.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
internal.go log real ip of requests from ssh ()
key.go refactor: move from io/ioutil to io and os package ()
mail.go format with gofumpt ()
manager.go Allow manager logging to set SQL ()
restore_repo.go Update HTTP status codes to modern codes ()
serv.go Fix the bug: deploy key with write access can not push ()