]> source.dussan.org Git - gitea.git/commit
Make sure git version&feature are always prepared (#30877) (#30879)
authorwxiaoguang <wxiaoguang@gmail.com>
Tue, 7 May 2024 02:07:33 +0000 (10:07 +0800)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 02:07:33 +0000 (02:07 +0000)
commitd5563be0eeba8e46d8d0e9974c55fa20519f968f
treed584a09b9d53863326b472f5649f065f78725705
parentad5a8d043c6818c0c496ebae2f5ea9373219bcd6
Make sure git version&feature are always prepared (#30877) (#30879)

Backport #30877
28 files changed:
cmd/hook.go
cmd/serv.go
modules/git/blame.go
modules/git/commit.go
modules/git/git.go
modules/git/object_format.go
modules/git/object_id.go
modules/git/remote.go
modules/git/repo.go
modules/git/repo_base.go [deleted file]
modules/git/repo_base_gogit.go
modules/git/repo_base_nogogit.go
modules/git/repo_commit.go
modules/git/repo_commitgraph.go
modules/lfs/pointer_scanner_nogogit.go
routers/init.go
routers/private/hook_pre_receive.go
routers/private/hook_proc_receive.go
routers/private/serv.go
routers/web/admin/config.go
routers/web/misc/misc.go
routers/web/repo/githttp.go
routers/web/repo/repo.go
services/gitdiff/gitdiff.go
services/pull/patch.go
services/pull/temp_repo.go
services/repository/files/patch.go
tests/integration/git_test.go