Code

Merge branch 'db/no-git-config'
[git.git] / Documentation / RelNotes-1.6.0.txt
index e5c285f9c042c71cf6c67b0e2292d2876ec739b1..a8bda44961b9fcc0c0352bdd193c511edc3fa18f 100644 (file)
@@ -23,6 +23,11 @@ encoding introduced in v1.4.4.  Pack idx files are using version 2 that
 allows larger packs and added robustness thanks to its CRC checking,
 introduced in v1.5.2.
 
+GIT_CONFIG, which was only documented as affecting "git config", but
+actually affected all git commands, now only affects "git config".
+GIT_LOCAL_CONFIG, also only documented as affecting "git config" and
+not different from GIT_CONFIG in a useful way, is removed.
+
 
 Updates since v1.5.6
 --------------------