Merge branch 'as/docfix-reflog-expire-unreachable'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2015 22:45:37 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2015 22:45:37 +0000 (15:45 -0700)
* as/docfix-reflog-expire-unreachable:
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable

1  2 
Documentation/config.txt
index be557f4eeaf1f953bcbe758f4a08ed23336547b1,d0405c4d3db93d3a2bfde26d9790a792baec3024..f5d15fff3e50d0d28876750ddcfb4c836cb54002
@@@ -1329,12 -1256,10 +1329,12 @@@ gc.<pattern>.reflogExpire:
        the refs that match the <pattern>.
  
  gc.reflogExpireUnreachable::
- gc.<ref>.reflogExpireUnreachable::
+ gc.<pattern>.reflogExpireUnreachable::
        'git reflog expire' removes reflog entries older than
        this time and are not reachable from the current tip;
 -      defaults to 30 days.  With "<pattern>" (e.g. "refs/stash")
 +      defaults to 30 days. The value "now" expires all entries
 +      immediately, and "never" suppresses expiration altogether.
 +      With "<pattern>" (e.g. "refs/stash")
        in the middle, the setting applies only to the refs that
        match the <pattern>.