diff options
| author | 2026-01-30 17:06:51 +0100 | |
|---|---|---|
| committer | 2026-01-30 17:06:51 +0100 | |
| commit | 8e320c9ca634e6b2431f9442b7d5191864735ae4 (patch) | |
| tree | b2e3d18144865fad0508a4f890dada5aee6ba940 /delta_write_select.go | |
| parent | reachability: Add basic reachability API (diff) | |
| signature | No signature | |
packed, delta: Implement thin packs
Diffstat (limited to 'delta_write_select.go')
| -rw-r--r-- | delta_write_select.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/delta_write_select.go b/delta_write_select.go index 9113b80f..2911867d 100644 --- a/delta_write_select.go +++ b/delta_write_select.go @@ -8,6 +8,7 @@ type objectToPack struct { body []byte offset uint64 deltaDepth int + inPack bool } type deltaContext struct { |
