summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-08-21 17:06:18 +0200
committerJunio C Hamano <gitster@pobox.com>2015-08-21 10:15:13 -0700
commitf04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (patch)
tree8e05d8995b2525c16e5e5fc3cfbfb04c4675b0e2
parentda0005b8853137c91e44867d899910d5c7eb4425 (diff)
downloadgit-as/docfix-reflog-expire-unreachable.tar.gz
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachableas/docfix-reflog-expire-unreachable
Change <ref> to <pattern> in the description of gc.*.reflogExpireUnreachable, since that is what the text refers to. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index d4ca046563..d0405c4d3d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1256,7 +1256,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. With "<pattern>" (e.g. "refs/stash")