From: Sam Bostock Date: Tue, 9 Dec 2025 06:23:39 +0000 (+0000) Subject: doc: fix `update-ref` `symref-create` formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae594f30be8a89a9e345e4e5e454f4b92156da1;p=thirdparty%2Fgit.git doc: fix `update-ref` `symref-create` formatting `symref-create` should be followed `::`, not `:`. The lack of second colon (`:`) causes it to appear as regular text (`

`) instead of as a description list term (`

`) in the HTML documentation. Signed-off-by: Sam Bostock Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index 9e6935d38d..184380f994 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -109,7 +109,7 @@ verify:: Verify against but do not change it. If is zero or missing, the ref must not exist. -symref-create: +symref-create:: Create symbolic ref with after verifying that it does not exist.