]> source.dussan.org Git - gitea.git/commit
Stop using git count-objects and use raw directory size for repository (#8848)
authorzeripath <art27@cantab.net>
Sun, 10 Nov 2019 21:33:47 +0000 (21:33 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2019 21:33:47 +0000 (21:33 +0000)
commitee1d64ddd1456764de692fcdeb42db1398fcf97b
treebe5069e203bf34b42f1f5aee4fe387c8a6b305c6
parent44ec9b933afe7a7c84e18ff525f377240d8dd4f0
Stop using git count-objects and use raw directory size for repository (#8848)

* Migrate from git count-objects to a raw directory size
* As per @guillep2k ignore unusual files
models/migrations/v28.go
models/repo.go
modules/git/repo.go
modules/util/path.go