]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: refs: linkgit to git-maintenance(1)
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Fri, 31 Jul 2026 09:07:03 +0000 (11:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 16:22:48 +0000 (09:22 -0700)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-refs.adoc

index 98828041c23bb862b8f8ec78a44604483f63090a..1ec26be0b4f26e7643faa0dc246374bb483caf99 100644 (file)
@@ -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.
 --