Skip to content

Commit

Permalink
config.txt: third-party tools may and do use their own variables
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Angelico <rosuav@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Chris Angelico authored and Junio C Hamano committed Mar 21, 2014
1 parent 7bbc4e8 commit 93728b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93728b2

Please sign in to comment.