From: Jeff King Date: Thu, 11 May 2017 09:13:04 +0000 (-0400) Subject: docs/config: avoid the term "expand" for includes X-Git-Tag: v2.13.1~31^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a076df2813a4f1c93b22ca586865b32b3e3a08a7?ds=inline;hp=a076df2813a4f1c93b22ca586865b32b3e3a08a7 docs/config: avoid the term "expand" for includes Using the word "expand" to refer to including the contents of another config file isn't really accurate, since it's a verbatim insertion. And it can cause confusion with the expanding of the path itself via things like "~". Let's clarify when we are referring to the contents versus the filename, and use appropriate verbs in each case. Signed-off-by: Jeff King Reviewed-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---