Git fork

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>

authored by

Jean-Noël Avila and committed by
Junio C Hamano
1d8c62a7 45547b60

+6 -5
+6 -5
Documentation/pretty-options.adoc
··· 61 61 ifndef::git-rev-list[] 62 62 `--notes[=<ref>]`:: 63 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 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. 67 69 endif::with-breaking-changes[] 68 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. 70 73 endif::with-breaking-changes[] 71 - there is no `--pretty`, `--format`, or `--oneline` option given 72 - on the command line. 73 74 + 74 75 By default, the notes shown are from the notes refs listed in the 75 76 `core.notesRef` and `notes.displayRef` variables (or corresponding