diff options
| author | 2026-01-19 01:04:52 +0800 | |
|---|---|---|
| committer | 2026-01-19 01:04:52 +0800 | |
| commit | ec5fe2ab6baaf82be1952080bb5a14a8e58d61bb (patch) | |
| tree | 4c1c7e41c529fb5a131a3005a5357293c78f93ab /loose.go | |
| parent | hash: Document maxHashSize properly (diff) | |
| signature | No signature | |
More changes from the import URL update
Diffstat (limited to 'loose.go')
| -rw-r--r-- | loose.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ import ( "path/filepath" "strconv" - "git.sr.ht/~runxiyu/furgit/internal/bufpool" - "git.sr.ht/~runxiyu/furgit/internal/zlib" - "git.sr.ht/~runxiyu/furgit/internal/zlibx" + "codeberg.org/lindenii/furgit/internal/bufpool" + "codeberg.org/lindenii/furgit/internal/zlib" + "codeberg.org/lindenii/furgit/internal/zlibx" ) const looseHeaderLimit = 4096 |
