diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2008-08-05 17:12:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 11:38:11 -0700 |
commit | f70f988b11f3ec24df023b105967978410828ea1 (patch) | |
tree | 722d88711f14820c32f9adbc1046d142d35bd281 /Documentation/RelNotes-1.5.2.txt | |
parent | 7c5b1675a88a52be1822129e4aa915c5531f6700 (diff) | |
download | git-f70f988b11f3ec24df023b105967978410828ea1.tar.gz |
Documentation: typos / spelling fixes in older RelNotes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 |