0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 06:16:31 +01:00
gitea/modules/util
Gusted 74a5d49e86
Include folders into size cost (#18158)
- Include folders for the disk consumption size, they should be included
as they are also saved on the disk :)
- Have a more accurate picture of the size of a repo.
- Mostly they are the size of the file system's block size. E.g. 4Kb on
Linux.
2022-01-03 23:24:12 +00:00
..
compare.go Simplify parameter types (#18006) 2021-12-20 04:41:31 +00:00
copy.go
io.go
net.go
paginate_test.go
paginate.go
path_test.go
path.go Include folders into size cost (#18158) 2022-01-03 23:24:12 +00:00
remove.go
sanitize_test.go
sanitize.go
shellquote_test.go
shellquote.go
timer.go
truncate_test.go Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) 2021-12-09 05:41:17 +00:00
truncate.go Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) 2021-12-09 05:41:17 +00:00
url.go
util_test.go
util.go