]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-config.txt
doc: more consistency in environment variables format
[thirdparty/git.git] / Documentation / git-config.txt
index 6843114fc034098e23707947f146ce36c518ed1f..a89c30491653128c706e9920fe624dd59d7ba002 100644 (file)
@@ -269,7 +269,7 @@ and '--unset'. *'git config' will only ever change one file at a time*.
 
 You can override these rules either by command-line options or by environment
 variables. The '--global' and the '--system' options will limit the file used
-to the global or system-wide file respectively. The GIT_CONFIG environment
+to the global or system-wide file respectively. The `GIT_CONFIG` environment
 variable has a similar effect, but you can specify any filename you want.