author | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Jul 2008 09:17:14 +0000 (02:17 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Jul 2008 09:17:14 +0000 (02:17 -0700) |
* db/no-git-config:
Only use GIT_CONFIG in "git config", not other programs
Conflicts:
Documentation/RelNotes-1.6.0.txt
Only use GIT_CONFIG in "git config", not other programs
Conflicts:
Documentation/RelNotes-1.6.0.txt
1 | 2 | |||
---|---|---|---|---|
Documentation/RelNotes-1.6.0.txt | patch | | diff1 | | diff2 | | blob | history |
Documentation/git-config.txt | patch | | diff1 | | diff2 | | blob | history |
cache.h | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/RelNotes-1.6.0.txt
index e5c285f9c042c71cf6c67b0e2292d2876ec739b1,d37aa46a289f456f7618c156b41d17292178dc84..a8bda44961b9fcc0c0352bdd193c511edc3fa18f
Source changes needed for porting to MinGW environment are now all in the
main git.git codebase.
+By default, packfiles created with this version uses delta-base-offset
+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
--------------------
diff --cc Documentation/git-config.txt
Simple merge
diff --cc cache.h
Simple merge