diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:08 -0700 |
commit | 04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (patch) | |
tree | a863b7f6bcfee344db722621d08bdc1ddbbacc6f /Documentation/RelNotes-1.5.2.txt | |
parent | correct access right for git-svn-dcommit test (diff) | |
parent | RelNotes 1.5.6.5 updates (diff) | |
download | tgif-04bb50f45dda9aeb755e943cbc9df264cfc8cbc5.tar.xz |
Merge branch 'maint'
* maint:
RelNotes 1.5.6.5 updates
diff.renamelimit is a basic diff configuration
git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
Documentation: typos / spelling fixes in older RelNotes
Diffstat (limited to 'Documentation/RelNotes-1.5.2.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.2.txt b/Documentation/RelNotes-1.5.2.txt index 6195715dc7..e8328d090a 100644 --- a/Documentation/RelNotes-1.5.2.txt +++ b/Documentation/RelNotes-1.5.2.txt @@ -36,7 +36,7 @@ Updates since v1.5.1 expansion). These conversions apply when checking files in or out, and exporting via git-archive. -* The packfile format now optionally suports 64-bit index. +* The packfile format now optionally supports 64-bit index. This release supports the "version 2" format of the .idx file. This is automatically enabled when a huge packfile |