From: Junio C Hamano Date: Mon, 7 Jul 2008 09:17:14 +0000 (-0700) Subject: Merge branch 'db/no-git-config' X-Git-Tag: v1.6.0-rc0~122 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e97f464df082d8f45e163bbf24341dceeafe89d;p=git.git Merge branch 'db/no-git-config' * db/no-git-config: Only use GIT_CONFIG in "git config", not other programs Conflicts: Documentation/RelNotes-1.6.0.txt --- 5e97f464df082d8f45e163bbf24341dceeafe89d diff --cc Documentation/RelNotes-1.6.0.txt index e5c285f9c,d37aa46a2..a8bda4496 --- a/Documentation/RelNotes-1.6.0.txt +++ b/Documentation/RelNotes-1.6.0.txt @@@ -18,11 -21,11 +18,16 @@@ scripts to use "git xyzzy" form, as we 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 --------------------