summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
committerJunio C Hamano <gitster@pobox.com>2015-08-03 12:43:00 -0700
commitd7ed4041c8468a2ca93f1c8ac511af9d895d3d6d (patch)
treef209ad1e994b76de43073839fe78c6d431f60e02 /git-fsck.html
parent2ce0aac108b9c935f3ac01e98478120df1f52ce1 (diff)
downloadgit-htmldocs-d7ed4041c8468a2ca93f1c8ac511af9d895d3d6d.tar.gz
Autogenerated HTML docs for v2.5.0-234-gefc8a
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-fsck.html b/git-fsck.html
index 6a90ef36f..976cba8d8 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -750,7 +750,7 @@ git-fsck(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
[--[no-]full] [--strict] [--verbose] [--lost-found]
- [--[no-]dangling] [--[no-]progress] [&lt;object&gt;*]</pre>
+ [--[no-]dangling] [--[no-]progress] [--connectivity-only] [&lt;object&gt;*]</pre>
<div class="attribution">
</div></div>
</div>
@@ -846,6 +846,16 @@ index file, all SHA-1 references in <code>refs</code> namespace, and all reflogs
</p>
</dd>
<dt class="hdlist1">
+--connectivity-only
+</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.
+</p>
+</dd>
+<dt class="hdlist1">
--strict
</dt>
<dd>
@@ -1013,7 +1023,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2015-08-03 12:41:59 PDT
</div>
</div>
</body>