summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-26 22:45:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-26 22:45:37 (GMT)
commitcfcd38f5529a804ee7c377662aeb8384e94dc3ea (patch)
treef72200210f9bad2a05d5d8e5c3b32a0174f3dc29 /Documentation
parent7205e220e88c77c645c9fa835bc4bc878e411191 (diff)
parentf04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (diff)
downloadgit-cfcd38f5529a804ee7c377662aeb8384e94dc3ea.zip
git-cfcd38f5529a804ee7c377662aeb8384e94dc3ea.tar.gz
git-cfcd38f5529a804ee7c377662aeb8384e94dc3ea.tar.bz2
Merge branch 'as/docfix-reflog-expire-unreachable'
* as/docfix-reflog-expire-unreachable: Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index be557f4..f5d15ff 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1329,7 +1329,7 @@ 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. The value "now" expires all entries