aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-05-27 23:19:38 +0200
committerJunio C Hamano <gitster@pobox.com>2025-05-27 15:31:08 -0700
commit806337c7052ccf3b11d2efd4ba031c21b241e64a (patch)
treed5db38a07b9e8981fb6e349d2f8a9bbeeb96e066
parent45113e142e188bed5a747fd8a45629bc83c9e3eb (diff)
downloadgit-806337c7052ccf3b11d2efd4ba031c21b241e64a.tar.gz
doc: notes: use stuck form throughout
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>
-rw-r--r--Documentation/git-notes.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-notes.adoc b/Documentation/git-notes.adoc
index 397f6caa92..46a232ca71 100644
--- a/Documentation/git-notes.adoc
+++ b/Documentation/git-notes.adoc
@@ -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