From: Junio C Hamano Date: Thu, 13 Mar 2008 06:11:15 +0000 (-0700) Subject: Documentation/config: typofix X-Git-Tag: v1.5.5-rc0~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dbdbfec4413d24f9a423c3e2b86a002489f4acbb;p=git.git Documentation/config: typofix Each heading of enumerated list should end with double-colon, not single. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index c5e094a9c..35824258c 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