From 2b65364061dc0809773bfaca94a8d29387f5a565 Mon Sep 17 00:00:00 2001 From: Dragan Simic Date: Thu, 14 Mar 2024 20:34:21 +0100 Subject: [PATCH] config.txt: perform some minor reformatting Reformat a few lines a bit, to utilize the available horizontal space better. There are no changes to the actual contents of the documentation. Signed-off-by: Dragan Simic Signed-off-by: Junio C Hamano --- Documentation/config.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 782c2bab906cf1..450424ee830e4f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -57,11 +57,11 @@ compared case sensitively. These subsection names follow the same restrictions as section names. All the other lines (and the remainder of the line after the section -header) are recognized as setting variables, in the form -'name = value' (or just 'name', which is a short-hand to say that -the variable is the boolean "true"). -The variable names are case-insensitive, allow only alphanumeric characters -and `-`, and must start with an alphabetic character. +header) are recognized as setting variables, in the form 'name = value' +(or just 'name', which is a short-hand to say that the variable is the +boolean "true"). The variable names are case-insensitive, allow only +alphanumeric characters and `-`, and must start with an alphabetic +character. A line that defines a value can be continued to the next line by ending it with a `\`; the backslash and the end-of-line are @@ -95,10 +95,10 @@ to be included. The variable takes a pathname as its value, and is subject to tilde expansion. These variables can be given multiple times. The contents of the included file are inserted immediately, as if they -had been found at the location of the include directive. If the value of the -variable is a relative path, the path is considered to -be relative to the configuration file in which the include directive -was found. See below for examples. +had been found at the location of the include directive. If the value of +the variable is a relative path, the path is considered to be relative to +the configuration file in which the include directive was found. See +below for examples. Conditional includes ~~~~~~~~~~~~~~~~~~~~