diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:26 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:26 +0900 |
commit | 278c2511476533ad4680e3589b19ded01957ab48 (patch) | |
tree | 9d3b8562c54bd9c2fbaab676fe7007bfe57b0ee3 | |
parent | Merge branch 'sg/completion-clear-cached' (diff) | |
parent | docs/git-gc: fix minor rendering issue (diff) | |
download | tgif-278c2511476533ad4680e3589b19ded01957ab48.tar.xz |
Merge branch 'sg/doc-gc-quote-mismatch-fix'
Doc formatting fix.
* sg/doc-gc-quote-mismatch-fix:
docs/git-gc: fix minor rendering issue
-rw-r--r-- | Documentation/git-gc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index 3126e0dd00..7c8a2edd48 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -129,7 +129,7 @@ The optional configuration variable `gc.aggressiveWindow` controls how much time is spent optimizing the delta compression of the objects in the repository when the --aggressive option is specified. The larger the value, the more time is spent optimizing the delta compression. See -the documentation for the --window' option in linkgit:git-repack[1] for +the documentation for the --window option in linkgit:git-repack[1] for more details. This defaults to 250. Similarly, the optional configuration variable `gc.aggressiveDepth` |