Merge branch 'js/apply'
[gitweb.git] / Documentation / config.txt
index 70f548464a5f0b841da4cef5acc8c3c65bce1de7..6309d89b4bb9e6cefd868fb87dd78dfd3dd32d24 100644 (file)
@@ -5,7 +5,8 @@ The git configuration file contains a number of variables that affect
 the git command's behavior. `.git/config` file for each repository
 is used to store the information for that repository, and
 `$HOME/.gitconfig` is used to store per user information to give
-fallback values for `.git/config` file.
+fallback values for `.git/config` file. The file `/etc/gitconfig`
+can be used to store system-wide defaults.
 
 They can be used by both the git plumbing
 and the porcelains. The variables are divided into sections, where