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 | |
parent | Merge branch 'sg/t3020-typofix' (diff) | |
parent | Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable (diff) | |
download | tgif-cfcd38f5529a804ee7c377662aeb8384e94dc3ea.tar.xz |
Merge branch 'as/docfix-reflog-expire-unreachable'
* as/docfix-reflog-expire-unreachable:
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
Diffstat (limited to 'Documentation')
-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 |