config.txt: third-party tools may and do use their own variables
authorChris Angelico <rosuav@gmail.com>
Fri, 21 Mar 2014 04:07:08 +0000 (15:07 +1100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 18:55:07 +0000 (11:55 -0700)
Signed-off-by: Chris Angelico <rosuav@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index ab26963d61877a2f8e03a3532ace5b31bc68738e..5dc678493df54c24a6d0f78b8812710e016adc37 100644 (file)
@@ -131,8 +131,13 @@ Variables
 
 Note that this list is non-comprehensive and not necessarily complete.
 For command-specific variables, you will find a more detailed description
-in the appropriate manual page. You will find a description of non-core
-porcelain configuration variables in the respective porcelain documentation.
+in the appropriate manual page.
+
+Other git-related tools may and do use their own variables.  When
+inventing new variables for use in your own tool, make sure their
+names do not conflict with those that are used by Git itself and
+other popular tools, and describe them in your documentation.
+
 
 advice.*::
        These variables control various optional help messages designed to