]> source.dussan.org Git - gitea.git/commit
Update Go-Git to take advantage of LargeObjectThreshold (#16316)
authorzeripath <art27@cantab.net>
Wed, 30 Jun 2021 20:58:45 +0000 (21:58 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 20:58:45 +0000 (22:58 +0200)
commit99799832835aae6a8641112cb71eb87baef32afa
treea9dd27526f1431f8c7e317a32cb9eae19c8dc993
parent4f26e0ac0ea32968e94403e16cb776e7a4e5e690
Update Go-Git to take advantage of LargeObjectThreshold (#16316)

Following the merging of https://github.com/go-git/go-git/pull/330 we
can now add a setting to avoid go-git reading and caching large objects.

Signed-off-by: Andrew Thornton <art27@cantab.net>
17 files changed:
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
go.mod
go.sum
modules/git/repo_base_gogit.go
modules/setting/git.go
vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/fsobject.go
vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/packfile.go
vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/patch_delta.go
vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/scanner.go
vendor/github.com/go-git/go-git/v5/storage/filesystem/dotgit/reader.go [new file with mode: 0644]
vendor/github.com/go-git/go-git/v5/storage/filesystem/object.go
vendor/github.com/go-git/go-git/v5/storage/filesystem/storage.go
vendor/github.com/go-git/go-git/v5/utils/ioutil/common.go
vendor/golang.org/x/sys/unix/ztypes_linux.go
vendor/golang.org/x/sys/windows/types_windows.go
vendor/modules.txt