Remove the open block markers from the status.showUntrackedFiles entry as they cause all remaining entries to be indented one level too much. Signed-off-by: Andreas Schwab <schwab@xxxxxxxxxxxxxx> --- I haven't been able to make the paragraph after the nested list of the entry indented the same as the first one. That appears to be a bug in asciidoc, unless I'm misunderstanding something. What should have worked, AFAICS, would be placing the last paragraph inside the open block and remove the preceding continuation marker, but doesn't change anything from the status quo. Andreas. Documentation/config.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 915cb5a..182ca3d 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1946,11 +1946,9 @@ status.showUntrackedFiles:: systems. So, this variable controls how the commands displays the untracked files. Possible values are: + --- * `no` - Show no untracked files. * `normal` - Show untracked files and directories. * `all` - Show also individual files in untracked directories. --- + If this variable is not specified, it defaults to 'normal'. This variable can be overridden with the -u|--untracked-files option -- 1.7.11 -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html