diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:37 -0700 |
commit | cfcd38f5529a804ee7c377662aeb8384e94dc3ea (patch) | |
tree | f72200210f9bad2a05d5d8e5c3b32a0174f3dc29 /Documentation/config.txt | |
parent | 7205e220e88c77c645c9fa835bc4bc878e411191 (diff) | |
parent | f04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (diff) | |
download | git-cfcd38f5529a804ee7c377662aeb8384e94dc3ea.tar.gz |
Merge branch 'as/docfix-reflog-expire-unreachable'
* as/docfix-reflog-expire-unreachable:
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
Diffstat (limited to 'Documentation/config.txt')
-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 be557f4eea..f5d15fff3e 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 |