diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-23 13:34:35 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-23 13:34:35 -0800 |
| commit | cfa173a5fa09e265c18b27f84ca8cabf2fecfbd6 (patch) | |
| tree | 68349f43373e1e77f81f03f999a124b293893c3b | |
| parent | b3722b381e7052225a87c5061ed5bb5952920d83 (diff) | |
| parent | 5ae594f30be8a89a9e345e4e5e454f4b92156da1 (diff) | |
| download | git-cfa173a5fa09e265c18b27f84ca8cabf2fecfbd6.tar.gz git-cfa173a5fa09e265c18b27f84ca8cabf2fecfbd6.zip | |
Merge branch 'sb/doc-update-ref-markup-fix'
Doc mark-up fix.
* sb/doc-update-ref-markup-fix:
doc: fix `update-ref` `symref-create` formatting
| -rw-r--r-- | Documentation/git-update-ref.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-ref.adoc b/Documentation/git-update-ref.adoc index 9310ce9768..37a5019a8b 100644 --- a/Documentation/git-update-ref.adoc +++ b/Documentation/git-update-ref.adoc @@ -119,7 +119,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. |
