mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
a1cf0cf13a
commit
5ae594f30b
@@ -109,7 +109,7 @@ verify::
|
||||
Verify <ref> against <old-oid> but do not change it. If
|
||||
<old-oid> is zero or missing, the ref must not exist.
|
||||
|
||||
symref-create:
|
||||
symref-create::
|
||||
Create symbolic ref <ref> with <new-target> after verifying that
|
||||
it does not exist.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user