diff options
author | Ben Peart <benpeart@microsoft.com> | 2018-09-18 23:29:34 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 10:39:03 -0700 |
commit | ac6e12f9b7794999ba5c9db87b01215ef76e5f33 (patch) | |
tree | 60e407f7924fe77df5a11ab1d46ef2e0857ef091 /t/README | |
parent | Git 2.19 (diff) | |
download | tgif-ac6e12f9b7794999ba5c9db87b01215ef76e5f33.tar.xz |
t/README: correct spelling of "uncommon"
Correct a spelling error in the documentation for GIT_TEST_OE_DELTA_SIZE.
Signed-off-by: Ben Peart <Ben.Peart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ packs on demand. This normally only happens when the object size is over 2GB. This variable forces the code path on any object larger than <n> bytes. -GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncomon pack-objects code +GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncommon pack-objects code path where deltas larger than this limit require extra memory allocation for bookkeeping. |