git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] config.txt: perform some minor reformatting
@ 2024-03-14 19:34 Dragan Simic
  2024-03-27  5:59 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Dragan Simic @ 2024-03-14 19:34 UTC (permalink / raw)
  To: git; +Cc: gitster

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 <dsimic@manjaro.org>
---

Notes:
    This patch, in a slightly less extensive form, previously belonged to
    a small series. [1]  After some discussion, [2] this patch was taken out
    of the series, because the cleanups it introduces are rather unrelated
    to the future purpose of the series. [3]
    
    [1] https://lore.kernel.org/git/d50c0f22c41ec36b574e1ff67e68485d9a6f2a84.1710258538.git.dsimic@manjaro.org/
    [2] https://lore.kernel.org/git/f7fa6d9bc9835ad1139bced5ea2b20b3@manjaro.org/T/#u
    [3] https://lore.kernel.org/git/f7fa6d9bc9835ad1139bced5ea2b20b3@manjaro.org/T/#mde1232c9e30b237e425fce9a0810d31e3a56ba2b

 Documentation/config.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 782c2bab906c..450424ee830e 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
 ~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-27  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 19:34 [PATCH] config.txt: perform some minor reformatting Dragan Simic
2024-03-27  5:59 ` Junio C Hamano
2024-03-27  7:03   ` Dragan Simic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).