Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'as/docfix-reflog-expire-unreachable' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 4 Sep 2015 02:17:53 +0000
(19:17 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 4 Sep 2015 02:17:53 +0000
(19:17 -0700)
Docfix.
* as/docfix-reflog-expire-unreachable:
Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachable
Documentation/config.txt
patch
|
blob
|
history
raw
(from parent 1:
d6c196a
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 43bb53c0477276d81af484cdb64855698b6a635b..a65cdd43c25427c185d07abef79194b57dd26e4c 100644
(file)
--- 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")