diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2015-08-21 17:06:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-21 10:15:13 -0700 |
commit | f04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (patch) | |
tree | 8e05d8995b2525c16e5e5fc3cfbfb04c4675b0e2 | |
parent | da0005b8853137c91e44867d899910d5c7eb4425 (diff) | |
download | git-f04c6904dcda9ffe3b7add94d32af9e1c04ccc66.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.txt | 2 |
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") |