config/fsck.txt: avoid starting line with dash

This dash at the start of the line causes Asciidoctor to trip on the list continuations that follow and to render the pluses literally. Rewrap a little to put the dash elsewhere. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Martin Ågren committed Mar 6, 2019 at 07:30 UTC bc42e1e767fa86261fb5fdc5a495ad3ee14a9e0b
1 file changed +3 -3
Documentation/config/fsck.txt
+3 -3
@@ -23,9 +23,9 @@ When `fsck.<msg-id>` is set, errors can be switched to warnings and
23 vice versa by configuring the `fsck.<msg-id>` setting where the
24 `<msg-id>` is the fsck message ID and the value is one of `error`,
25 `warn` or `ignore`. For convenience, fsck prefixes the error/warning
26 -with the message ID, e.g. "missingEmail: invalid author/committer line
27 -- missing email" means that setting `fsck.missingEmail = ignore` will
28 -hide that issue.
26 +with the message ID, e.g. "missingEmail: invalid author/committer
27 +line - missing email" means that setting `fsck.missingEmail = ignore`
28 +will hide that issue.
29 +
30 In general, it is better to enumerate existing objects with problems
31 with `fsck.skipList`, instead of listing the kind of breakages these