summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-08-21 15:06:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-21 17:15:13 (GMT)
commitf04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (patch)
tree8e05d8995b2525c16e5e5fc3cfbfb04c4675b0e2 /Documentation
parentda0005b8853137c91e44867d899910d5c7eb4425 (diff)
downloadgit-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.zip
git-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.tar.gz
git-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.tar.bz2
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
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>
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 d4ca046..d0405c4 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")