]> git.ipfire.org Git - thirdparty/git.git/commit
doc: fix `update-ref` `symref-create` formatting
authorSam Bostock <sam@sambostock.ca>
Tue, 9 Dec 2025 06:23:39 +0000 (06:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Dec 2025 09:31:36 +0000 (18:31 +0900)
commit5ae594f30be8a89a9e345e4e5e454f4b92156da1
tree838cbe44246ae8ec6c0427070338d3bcb1bceae5
parenta1cf0cf13ab3a659ac77b7d749d6e5b11dc0142b
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 (`<p>`) instead of as a
description list term (`<dt>`) in the HTML documentation.

Signed-off-by: Sam Bostock <sam@sambostock.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-update-ref.txt