summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-29 16:57:17 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-29 16:57:17 -0700
commitc710296399a86586e3a5e24ea8519ea2442ab7cf (patch)
treeeb0d0bf25b3098a12d15f4a2921f16ecaaa2756f /git-reflog.html
parentb6595471f5299e8b13181e09072b486dd0ad6261 (diff)
downloadgit-htmldocs-c710296399a86586e3a5e24ea8519ea2442ab7cf.tar.gz
Autogenerated HTML docs for v1.8.3-101-g727a4
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/git-reflog.html b/git-reflog.html
index 7406824f4..7311c0f9f 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -813,7 +813,9 @@ them.</p></div>
<p>
Entries older than this time are pruned. Without the
option it is taken from configuration <code>gc.reflogExpire</code>,
- which in turn defaults to 90 days.
+ which in turn defaults to 90 days. --expire=all prunes
+ entries regardless of their age; --expire=never turns off
+ pruning of reachable entries (but see --expire-unreachable).
</p>
</dd>
<dt class="hdlist1">
@@ -825,7 +827,10 @@ them.</p></div>
the current tip of the branch are pruned. Without the
option it is taken from configuration
<code>gc.reflogExpireUnreachable</code>, which in turn defaults to
- 30 days.
+ 30 days. --expire-unreachable=all prunes unreachable
+ entries regardless of their age; --expire-unreachable=never
+ turns off early pruning of unreachable entries (but see
+ --expire).
</p>
</dd>
<dt class="hdlist1">
@@ -876,7 +881,7 @@ them.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-02-05 21:07:26 PST
+Last updated 2013-05-29 16:56:14 PDT
</div>
</div>
</body>