summaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
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 19:15:13 +0200
commitf04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (patch)
tree8e05d8995b2525c16e5e5fc3cfbfb04c4675b0e2 /Documentation/config.txt
parent*config.txt: stick to camelCase naming convention (diff)
downloadgit-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.tar.xz
git-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.zip
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/config.txt')
-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")