From 0dc68f404af778338a4090a857d51f16b9ed54b8 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Thu, 6 Aug 2026 08:20:22 +0200 Subject: [PATCH] doc: refs: linkgit to git-maintenance(1) Acked-by: Patrick Steinhardt Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-refs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-refs.adoc b/Documentation/git-refs.adoc index 3b5af936ed..9063892651 100644 --- a/Documentation/git-refs.adoc +++ b/Documentation/git-refs.adoc @@ -46,7 +46,7 @@ The ref format migration has several known limitations in its current form: ongoing migration. Concurrent writes can lead to an inconsistent migrated state. Users are expected to block writes on a higher level. If your repository is registered for scheduled maintenance, it is recommended to - unregister it first with git-maintenance(1). + unregister it first with linkgit:git-maintenance[1]. These limitations may eventually be lifted. --