Skip to content

Commit 1d8c62a

Browse files
jnavilagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 45547b6 commit 1d8c62a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/pretty-options.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@ and `fuller`).
6161
ifndef::git-rev-list[]
6262
`--notes[=<ref>]`::
6363
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.
6565
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.
6769
endif::with-breaking-changes[]
6870
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.
7073
endif::with-breaking-changes[]
71-
there is no `--pretty`, `--format`, or `--oneline` option given
72-
on the command line.
7374
+
7475
By default, the notes shown are from the notes refs listed in the
7576
`core.notesRef` and `notes.displayRef` variables (or corresponding

0 commit comments

Comments
 (0)