summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-06 16:26:29 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-06 16:26:29 -0800
commit92887a3ed176ab77bfc12e91914f1cdd99e591d6 (patch)
treef13d04a119c7f4cfed4b934606db533c5ed04f0e /git-fsck.html
parenta4a3992fa056f81ff8e5aad3d059a43dd3c01521 (diff)
downloadgit-htmldocs-92887a3ed176ab77bfc12e91914f1cdd99e591d6.tar.gz
Autogenerated HTML docs for v1.7.8-110-g4cb5d
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/git-fsck.html b/git-fsck.html
index 5bd7c0d47..d5793fa8d 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -584,7 +584,8 @@ git-fsck(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="verseblock-content"><em>git fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
- [--[no-]full] [--strict] [--verbose] [--lost-found] [&lt;object&gt;*]</div>
+ [--[no-]full] [--strict] [--verbose] [--lost-found]
+ [--[no-]progress] [&lt;object&gt;*]</div>
<div class="verseblock-attribution">
</div></div>
</div>
@@ -698,6 +699,21 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless
its object name.
</p>
</dd>
+<dt class="hdlist1">
+--progress
+</dt>
+<dt class="hdlist1">
+--no-progress
+</dt>
+<dd>
+<p>
+ Progress status is reported on the standard error stream by
+ default when it is attached to a terminal, unless
+ --no-progress or --verbose is specified. --progress forces
+ progress status even if the standard error stream is not
+ directed to a terminal.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>It tests SHA1 and general object sanity, and it does full tracking of
the resulting reachability and everything else. It prints out any
@@ -822,7 +838,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2011-12-06 16:26:11 PDT
</div>
</div>
</body>