Skip to content

Commit

Permalink
Merge branch 'ca/doc-config-third-party'
Browse files Browse the repository at this point in the history
* ca/doc-config-third-party:
  config.txt: third-party tools may and do use their own variables
  • Loading branch information
Junio C Hamano committed Mar 31, 2014
2 parents f7804e2 + 93728b2 commit 76bc28a
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 76bc28a

Please sign in to comment.