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/service/run_hook.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/service/run_hook.go')
| -rw-r--r-- | network/receivepack/service/run_hook.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/receivepack/service/run_hook.go b/network/receivepack/service/run_hook.go index dbfb21f7..ce8f8b7e 100644 --- a/network/receivepack/service/run_hook.go +++ b/network/receivepack/service/run_hook.go @@ -122,6 +122,7 @@ func (service *Service) runHook( Refs: service.opts.Refs, ExistingObjects: service.opts.ExistingObjects, QuarantinedObjects: quarantinedObjects, + CommitGraph: service.opts.CommitGraph, Updates: buildHookUpdates(commands), PushOptions: append([]string(nil), req.PushOptions...), IO: service.opts.HookIO, |
