From: Kristoffer Haugsbakk Date: Fri, 31 Jul 2026 09:07:03 +0000 (+0200) Subject: doc: refs: linkgit to git-maintenance(1) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85540baab37d645b66fce20a6892520e3c2a61b0;p=thirdparty%2Fgit.git doc: refs: linkgit to git-maintenance(1) Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-refs.adoc b/Documentation/git-refs.adoc index 98828041c2..1ec26be0b4 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. --