doc: do not break sentences into "lego" pieces
The sentence needs to be whole to be properly translated. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jean-Noël Avila committed
Oct 5, 2025 at 21:12 UTC
1d8c62a749bded1568fc3d1dab9313ba3003baa2
1 file changed
+6
-5
Documentation/pretty-options.adoc
+6
-5
@@ -61,15 +61,16 @@ and `fuller`).
61
ifndef::git-rev-list[]
62
`--notes[=<ref>]`::
63
Show the notes (see linkgit:git-notes[1]) that annotate the
64
- commit, when showing the commit log message. This is the default
64
+ commit, when showing the commit log message.
65
ifndef::with-breaking-changes[]
66
- for `git log`, `git show` and `git whatchanged` commands when
66
+This is the default for `git log`, `git show` and `git whatchanged`
67
+commands when there is no `--pretty`, `--format`, or `--oneline` option given
68
+on the command line.
69
endif::with-breaking-changes[]
70
ifdef::with-breaking-changes[]
69
- for `git log` and `git show` commands when
71
+This is the default for `git log` and `git show` commands when there is no
72
+`--pretty`, `--format`, or `--oneline` option given on the command line.
73
endif::with-breaking-changes[]
71
- there is no `--pretty`, `--format`, or `--oneline` option given
72
- on the command line.
74
+
75
By default, the notes shown are from the notes refs listed in the
76
`core.notesRef` and `notes.displayRef` variables (or corresponding