--- OLD/man1/git-config.1 Thu Jan 1 00:00:00 1970 +++ NEW/man1/git-config.1 Thu Jan 1 00:00:00 1970 @@ -711,7 +711,7 @@ .RS 4 Number of bytes of a pack file to map into memory in a single mapping operation\. Larger window sizes may allow your system to process a smaller number of large pack files more quickly\. Smaller window sizes will negatively affect performance due to increased calls to the operating system\'s memory manager, but may improve performance when accessing a large number of large pack files\. .sp -Default is 1 MiB if NO_MMAP was set at compile time, otherwise 32 MiB on 32 bit platforms and 1 GiB on 64 bit platforms\. This should be reasonable for all users/operating systems\. You probably do not need to adjust this value\. +Default is 1 MB if NO_MMAP was set at compile time, otherwise 32 MB on 32 bit platforms and 1 GB on 64 bit platforms\. This should be reasonable for all users/operating systems\. You probably do not need to adjust this value\. .sp Common unit suffixes of \fIk\fR, @@ -724,7 +724,7 @@ .RS 4 Maximum number of bytes to map simultaneously into memory from pack files\. If Git needs to access more than this many bytes at once to complete an operation it will unmap existing regions to reclaim virtual address space within the process\. .sp -Default is 256 MiB on 32 bit platforms and 8 GiB on 64 bit platforms\. This should be reasonable for all users/operating systems, except on the largest projects\. You probably do not need to adjust this value\. +Default is 256 MB on 32 bit platforms and 8 GB on 64 bit platforms\. This should be reasonable for all users/operating systems, except on the largest projects\. You probably do not need to adjust this value\. .sp Common unit suffixes of \fIk\fR, @@ -737,7 +737,7 @@ .RS 4 Maximum number of bytes to reserve for caching base objects that multiple deltafied objects reference\. By storing the entire decompressed base objects in a cache Git is able to avoid unpacking and decompressing frequently used base objects multiple times\. .sp -Default is 16 MiB on all platforms\. This should be reasonable for all users/operating systems, except on the largest projects\. You probably do not need to adjust this value\. +Default is 16 MB on all platforms\. This should be reasonable for all users/operating systems, except on the largest projects\. You probably do not need to adjust this value\. .sp Common unit suffixes of \fIk\fR, @@ -1756,11 +1756,6 @@ are the same\. .RE .PP -help\.autocorrect -.RS 4 -Automatically correct and execute mistyped commands after waiting for the given number of deciseconds (0\.1 sec)\. If more than one command can be deduced from the entered text, nothing will be executed\. If the value of this option is negative, the corrected command will be executed immediately\. If the value is 0 \- the command will be just shown but not executed\. This is the default\. -.RE -.PP http\.proxy .RS 4 Override the HTTP proxy, normally configured using the @@ -2084,7 +2079,7 @@ .RS 4 The maximum memory in bytes used for caching deltas in \fBgit-pack-objects\fR(1) -before writing them out to a pack\. This cache is used to speed up the writing object phase by not having to recompute the final delta result once the best match for all objects is found\. Repacking large repositories on machines which are tight with memory might be badly impacted by this though, especially if this cache pushes the system into swapping\. A value of 0 means no limit\. The smallest size of 1 byte may be used to virtually disable this cache\. Defaults to 256 MiB\. +before writing them out to a pack\. This cache is used to speed up the writing object phase by not having to recompute the final delta result once the best match for all objects is found\. Repacking large repositories on machines which are tight with memory might be badly impacted by this though, especially if this cache pushes the system into swapping\. A value of 0 means no limit\. The smallest size of 1 byte may be used to virtually disable this cache\. Defaults to 256 MB\. .RE .PP pack\.deltaCacheLimit