diff options
| author | 2026-03-28 18:06:55 +0000 | |
|---|---|---|
| committer | 2026-03-28 18:06:55 +0000 | |
| commit | 1c859e362023bcf8f5b211d25b4ecf455f8b460e (patch) | |
| tree | efe346d96f940ae7d9f5a83f7b3765cc6f5f472e /network/receivepack/receivepack.go | |
| parent | reachability: Don't have a separate New for commit graphs (diff) | |
| signature | No signature | |
network/receivepack: Add commit-graph support v0.1.122
Diffstat (limited to 'network/receivepack/receivepack.go')
| -rw-r--r-- | network/receivepack/receivepack.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/receivepack/receivepack.go b/network/receivepack/receivepack.go index 4ab4962f..b6190770 100644 --- a/network/receivepack/receivepack.go +++ b/network/receivepack/receivepack.go @@ -111,6 +111,7 @@ func ReceivePack( Algorithm: opts.Algorithm, Refs: opts.Refs, ExistingObjects: opts.ExistingObjects, + CommitGraph: opts.CommitGraph, ObjectsRoot: opts.ObjectsRoot, Progress: progressWriter, ProgressFlush: progressFlush, |
