summaryrefslogtreecommitdiff
path: root/Documentation/config/gc.txt
diff options
context:
space:
mode:
authorLibravatar Martin Ågren <martin.agren@gmail.com>2019-03-06 07:30:18 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-03-07 09:25:32 +0900
commit8d75a1d183e2cbb4c56c14e59aeda64a87d86a34 (patch)
tree14d31082824480b232f7a6c7a10743fbfa4c039a /Documentation/config/gc.txt
parentgit-svn.txt: drop escaping '\' that ends up being rendered (diff)
downloadtgif-8d75a1d183e2cbb4c56c14e59aeda64a87d86a34.tar.xz
Documentation: turn middle-of-line tabs into spaces
These tabs happen to appear in columns where they don't stand out too much, so the diff here is non-obvious. Some of these are rendered differently by AsciiDoc and Asciidoctor (although the difference might be invisible!), which is how I found a few of them. The remainder were found using `git grep "[a-zA-Z.,)]$TAB[a-zA-Z]"`. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/gc.txt')
-rw-r--r--Documentation/config/gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/gc.txt b/Documentation/config/gc.txt
index c6fbb8a96f..73c08b0c00 100644
--- a/Documentation/config/gc.txt
+++ b/Documentation/config/gc.txt
@@ -19,7 +19,7 @@ gc.autoPackLimit::
When there are more than this many packs that are not
marked with `*.keep` file in the repository, `git gc
--auto` consolidates them into one larger pack. The
- default value is 50. Setting this to 0 disables it.
+ default value is 50. Setting this to 0 disables it.
gc.autoDetach::
Make `git gc --auto` return immediately and run in background