Skip to content

Commit 5ae594f

Browse files
sambostockgitster
authored andcommitted
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>
1 parent a1cf0cf commit 5ae594f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/git-update-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ verify::
109109
Verify <ref> against <old-oid> but do not change it. If
110110
<old-oid> is zero or missing, the ref must not exist.
111111

112-
symref-create:
112+
symref-create::
113113
Create symbolic ref <ref> with <new-target> after verifying that
114114
it does not exist.
115115

0 commit comments

Comments
 (0)