]> granicus.if.org Git - git/commitdiff
Merge branch 'nd/doc-header'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 May 2018 05:38:21 +0000 (14:38 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 May 2018 05:38:22 +0000 (14:38 +0900)
Doc formatting fix.

* nd/doc-header:
  doc: keep first level section header in upper case

1  2 
Documentation/git-apply.txt
Documentation/git-clone.txt
Documentation/git-filter-branch.txt
Documentation/git-gc.txt
Documentation/git-push.txt
Documentation/gitattributes.txt

Simple merge
Simple merge
Simple merge
index bb376ac584d0603c2cd6cb81a1ea3756d5c1531c,b61fb5751f64142d4192b2a534002c0318605b72..24b2dd44fe445a66121fa957f0af8e2209a85676
@@@ -90,12 -84,7 +90,12 @@@ be performed as well
        Force `git gc` to run even if there may be another `git gc`
        instance running on this repository.
  
- Configuration
 +--keep-largest-pack::
 +      All packs except the largest pack and those marked with a
 +      `.keep` files are consolidated into a single pack. When this
 +      option is used, `gc.bigPackThreshold` is ignored.
 +
+ CONFIGURATION
  -------------
  
  The optional configuration variable `gc.reflogExpire` can be
Simple merge
Simple merge