summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-20 16:15:59 +0900
committerJunio C Hamano <gitster@pobox.com>2019-03-20 16:15:59 +0900
commit328b8c903d3158188a5d7dff974bcd6174a8ed32 (patch)
treef98991773522851aa89d71c2b2e0b33a4c309125 /git-fsck.html
parentdecc7317e484bc31d0dfb457e70c9ad5a59fe7b1 (diff)
downloadgit-htmldocs-328b8c903d3158188a5d7dff974bcd6174a8ed32.tar.gz
Autogenerated HTML docs for v2.21.0-196-g041f5
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/git-fsck.html b/git-fsck.html
index c0edb3d44..044481bcc 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -852,10 +852,17 @@ index file, all SHA-1 references in <code>refs</code> namespace, and all reflogs
</dt>
<dd>
<p>
- Check only the connectivity of tags, commits and tree objects. By
- avoiding to unpack blobs, this speeds up the operation, at the
- expense of missing corrupt objects or other problematic issues.
+ Check only the connectivity of reachable objects, making sure
+ that any objects referenced by a reachable tag, commit, or tree
+ is present. This speeds up the operation by avoiding reading
+ blobs entirely (though it does still check that referenced blobs
+ exist). This will detect corruption in commits and trees, but
+ not do any semantic checks (e.g., for format errors). Corruption
+ in blob objects will not be detected at all.
</p>
+<div class="paragraph"><p>Unreachable tags, commits, and trees will also be accessed to find the
+tips of dangling segments of history. Use <code>--no-dangling</code> if you don&#8217;t
+care about this output and want to speed it up further.</p></div>
</dd>
<dt class="hdlist1">
--strict
@@ -1039,7 +1046,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
<div id="footer">
<div id="footer-text">
Last updated
- 2019-02-06 23:17:45 PST
+ 2019-03-20 16:15:37 JST
</div>
</div>
</body>