]> source.dussan.org Git - gitea.git/commit
Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)
author6543 <6543@obermui.de>
Mon, 25 Apr 2022 18:45:18 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Apr 2022 18:45:18 +0000 (20:45 +0200)
commit1ebb30e41bf3b44404d7d03a5541729762c226b5
treee549366c1166082c22784b85633a90d5dd56e91f
parent7c164d5a918c2461bbdf2a1ef79a20908c3259be
Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)

as per https://github.com/go-gitea/gitea/pull/19449#issuecomment-1105283931

pass gitRepo down to GetRawDiff, since its used for main repo and wiki
modules/git/diff.go
routers/api/v1/repo/commits.go
routers/web/repo/cherry_pick.go
routers/web/repo/commit.go