Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-13 09:11:15 +0300
committerJunio C Hamano <gitster@pobox.com>2008-03-13 09:44:42 +0300
commitdbdbfec4413d24f9a423c3e2b86a002489f4acbb (patch)
tree9f0842136beb9aeb3f5936c05d0bf867a7fa3f6a /Documentation/config.txt
parenta6828f536119c3288b0be772e3870f1a464d017d (diff)
Documentation/config: typofix
Each heading of enumerated list should end with double-colon, not single. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index c5e094a9c4..35824258ca 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -860,7 +860,7 @@ pack.indexVersion::
whenever the corresponding pack is larger than 2 GB. Otherwise
the default is 1.
-pack.packSizeLimit:
+pack.packSizeLimit::
The default maximum size of a pack. This setting only affects
packing to a file, i.e. the git:// protocol is unaffected. It
can be overridden by the `\--max-pack-size` option of