diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:21 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:22 +0900 |
commit | 6b0f1d9c475038a54343c007193f1c81ae82b959 (patch) | |
tree | 84098db8adc4edb0802e8e7bc95539c6a2d78b2b /Documentation/git-gc.txt | |
parent | Merge branch 'bc/format-patch-cover-no-attach' (diff) | |
parent | doc: keep first level section header in upper case (diff) | |
download | tgif-6b0f1d9c475038a54343c007193f1c81ae82b959.tar.xz |
Merge branch 'nd/doc-header'
Doc formatting fix.
* nd/doc-header:
doc: keep first level section header in upper case
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r-- | Documentation/git-gc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index bb376ac584..24b2dd44fe 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -95,7 +95,7 @@ be performed as well. `.keep` files are consolidated into a single pack. When this option is used, `gc.bigPackThreshold` is ignored. -Configuration +CONFIGURATION ------------- The optional configuration variable `gc.reflogExpire` can be @@ -155,7 +155,7 @@ old a stale working tree should be before `git worktree prune` deletes it. Default is "3 months ago". -Notes +NOTES ----- 'git gc' tries very hard not to delete objects that are referenced |