diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-03 19:17:53 -0700 |
commit | c1fa16b193c4eded59188fafa7d0d1f11f0d095a (patch) | |
tree | 629602e547efc7542dfa0914bfa7418d91003b1c | |
parent | d6c196abfd992a884a2e1ae1275b2abfac6f6d76 (diff) | |
parent | f04c6904dcda9ffe3b7add94d32af9e1c04ccc66 (diff) | |
download | git-c1fa16b193c4eded59188fafa7d0d1f11f0d095a.tar.gz |
Merge branch 'as/docfix-reflog-expire-unreachable' into maint
Docfix.
* as/docfix-reflog-expire-unreachable:
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
-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 43bb53c047..a65cdd43c2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1298,7 +1298,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") |