From e1076098669085e6532ae5caf3544076c832020d Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Tue, 9 Dec 2025 00:07:26 -0500 Subject: [PATCH] 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 --- Documentation/git-update-ref.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-update-ref.adoc b/Documentation/git-update-ref.adoc index 9310ce97683209..37a5019a8bc75e 100644 --- a/Documentation/git-update-ref.adoc +++ b/Documentation/git-update-ref.adoc @@ -119,7 +119,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.