diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2017-03-01 18:26:29 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-11 19:49:30 -0800 |
commit | df0233be96b0da468e48e1f92a219f35c46b7e04 (patch) | |
tree | 8874912bbe675b33e892d5ab43a36e317c5ee87b /Documentation | |
parent | e7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7 (diff) | |
download | git-df0233be96b0da468e48e1f92a219f35c46b7e04.tar.gz |
config.txt: clarify multiple key values in include.path
The phrasing in this paragraph may give an impression that you can only
use it once. Rephrase it a bit.
Helped-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 015346c417..057803baad 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -79,10 +79,10 @@ escape sequences) are invalid. Includes ~~~~~~~~ -You can include one config file from another by setting the special +You can include a config file from another by setting the special `include.path` variable to the name of the file to be included. The variable takes a pathname as its value, and is subject to tilde -expansion. +expansion. `include.path` can be given multiple times. The included file is expanded immediately, as if its contents had been |