summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-12-22 08:27:21 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-12-22 08:27:21 +0000
commitf1231497f0c07300959a19e2c7b7da9d0e956d53 (patch)
tree95ec1b5697c297aecd3727a57482afd30da0da7e /git-fsck.html
parentf62a11d3989648e70e02e297355d8177f29d5dd0 (diff)
downloadgit-htmldocs-f1231497f0c07300959a19e2c7b7da9d0e956d53.tar.gz
Autogenerated HTML docs for v1.6.1-rc4
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-fsck.html b/git-fsck.html
index 4f53698c9..395605768 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -442,7 +442,8 @@ that aren't readable from any of the specified head nodes.</p></div>
<div class="para"><p>So for example</p></div>
<div class="literalblock">
<div class="content">
-<pre><tt>git fsck --unreachable HEAD $(cat .git/refs/heads/*)</tt></pre>
+<pre><tt>git fsck --unreachable HEAD \
+ $(git for-each-ref --format="%(objectname)" refs/heads)</tt></pre>
</div></div>
<div class="para"><p>will do quite a _lot_ of verification on the tree. There are a few
extra validity tests to be added (make sure that tree objects are
@@ -570,7 +571,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-12-10 08:33:16 UTC
+Last updated 2008-12-22 08:27:05 UTC
</div>
</div>
</body>