aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/run_hook.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 18:06:55 +0000
committerGravatar Runxi Yu2026-03-28 18:06:55 +0000
commit1c859e362023bcf8f5b211d25b4ecf455f8b460e (patch)
treeefe346d96f940ae7d9f5a83f7b3765cc6f5f472e /network/receivepack/service/run_hook.go
parentreachability: Don't have a separate New for commit graphs (diff)
signatureNo 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.go1
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,