diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2019-12-12 21:46:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-13 21:18:07 +0100 |
commit | df5be016699e5495c0360e727e32f8d73369af5b (patch) | |
tree | f10df330c08026701460f63b57f6808d904c84f9 /Documentation/diff-format.txt | |
parent | doc: remove non pure ASCII characters (diff) | |
download | git-df5be016699e5495c0360e727e32f8d73369af5b.tar.xz git-df5be016699e5495c0360e727e32f8d73369af5b.zip |
doc: indent multi-line items in list
Although Asciidoc allows to not indent following lines in a list item,
it is clearer and safer to follow the recommended rule.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-format.txt')
-rw-r--r-- | Documentation/diff-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt index 4d846d7346..fbbd410a84 100644 --- a/Documentation/diff-format.txt +++ b/Documentation/diff-format.txt @@ -61,7 +61,7 @@ Possible status letters are: - R: renaming of a file - T: change in the type of the file - U: file is unmerged (you must complete the merge before it can -be committed) + be committed) - X: "unknown" change type (most probably a bug, please report it) Status letters C and R are always followed by a score (denoting the |