]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: notes: use stuck form throughout
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 27 May 2025 21:19:38 +0000 (23:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 22:31:08 +0000 (15:31 -0700)
gitcli(7) recommends the *stuck form*.  `--ref` is the only one which
does not use it.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.adoc

index 397f6caa92a35dff8615568c375c9618ff9fc6df..46a232ca7185adacee3eb2481658b1458f773bf2 100644 (file)
@@ -200,7 +200,7 @@ order of similar options. For example, for `-C <object> -m<message>`,
 previous `-C`. This is a known limitation that may be fixed in the
 future.
 
-`--ref <ref>`::
+`--ref=<ref>`::
        Manipulate the notes tree in _<ref>_.  This overrides
        `GIT_NOTES_REF` and the `core.notesRef` configuration.  The ref
        specifies the full refname when it begins with `refs/notes/`; when it