aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.3.txt
diff options
context:
space:
mode:
authorMike Ralphson <mike@abacus.co.uk>2008-08-05 17:12:06 +0100
committerJunio C Hamano <gitster@pobox.com>2008-08-05 11:38:11 -0700
commitf70f988b11f3ec24df023b105967978410828ea1 (patch)
tree722d88711f14820c32f9adbc1046d142d35bd281 /Documentation/RelNotes-1.5.3.txt
parent7c5b1675a88a52be1822129e4aa915c5531f6700 (diff)
downloadgit-f70f988b11f3ec24df023b105967978410828ea1.tar.gz
git-f70f988b11f3ec24df023b105967978410828ea1.tar.xz
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.3.txt')
-rw-r--r--Documentation/RelNotes-1.5.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index d03894b92..0668d3c0c 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/RelNotes-1.5.3.txt
@@ -86,7 +86,7 @@ Updates since v1.5.2
- "git rev-list" learned --regexp-ignore-case and
--extended-regexp options to tweak its matching logic used
- for --grep fitering.
+ for --grep filtering.
- "git describe --contains" is a handier way to call more
obscure command "git name-rev --tags".
@@ -243,7 +243,7 @@ Updates since v1.5.2
- We used to have core.legacyheaders configuration, when
set to false, allowed git to write loose objects in a format
- that mimicks the format used by objects stored in packs. It
+ that mimics the format used by objects stored in packs. It
turns out that this was not so useful. Although we will
continue to read objects written in that format, we do not
honor that configuration anymore and create loose objects in
@@ -302,7 +302,7 @@ Updates since v1.5.2
small enough delta results it creates while looking for the
best delta candidates.
- - "git pack-objects" learned a new heuristcs to prefer delta
+ - "git pack-objects" learned a new heuristic to prefer delta
that is shallower in depth over the smallest delta
possible. This improves both overall packfile access
performance and packfile density.