]> git.neil.brown.name Git - git.git/commit
docs/config: avoid the term "expand" for includes
authorJeff King <peff@peff.net>
Thu, 11 May 2017 09:13:04 +0000 (05:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 May 2017 01:06:58 +0000 (10:06 +0900)
commita076df2813a4f1c93b22ca586865b32b3e3a08a7
treefde96489f8ab74cd80895951685a11cfdc609fe5
parent994cd6c7ca2da9bf09582ba08cbad583cba76968
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 <peff@peff.net>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt