summaryrefslogtreecommitdiffstats
path: root/git-fsck-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-13 08:20:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-13 08:20:18 +0000
commit05567435fe2d1f36c1904c0c02bc805e44fb800d (patch)
treecd838c2f8bcb555cc976390a6db910e0d77414d1 /git-fsck-objects.html
parent2496ae40bddeac49c5b849501600557f28815300 (diff)
downloadgit-htmldocs-05567435fe2d1f36c1904c0c02bc805e44fb800d.tar.gz
Autogenerated HTML docs for v1.2.4-gea75
Diffstat (limited to 'git-fsck-objects.html')
-rw-r--r--git-fsck-objects.html24
1 files changed, 6 insertions, 18 deletions
diff --git a/git-fsck-objects.html b/git-fsck-objects.html
index 1e7f1aa34..a325c927e 100644
--- a/git-fsck-objects.html
+++ b/git-fsck-objects.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -274,7 +274,7 @@ git-fsck-objects(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-fsck-objects</em> [--tags] [--root] [--unreachable] [--cache]
- [--standalone | --full] [--strict] [&lt;object&gt;*]</div></div>
+ [--full] [--strict] [&lt;object&gt;*]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -328,29 +328,17 @@ index file and all SHA1 references in .git/refs/* as heads.</p>
</p>
</dd>
<dt>
---standalone
-</dt>
-<dd>
-<p>
- Limit checks to the contents of GIT_OBJECT_DIRECTORY
- ($GIT_DIR/objects), making sure that it is consistent and
- complete without referring to objects found in alternate
- object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES,
- nor packed git archives found in $GIT_DIR/objects/pack;
- cannot be used with --full.
-</p>
-</dd>
-<dt>
--full
</dt>
<dd>
<p>
Check not just objects in GIT_OBJECT_DIRECTORY
($GIT_DIR/objects), but also the ones found in alternate
- object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES,
+ object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES
+ or $GIT_DIR/objects/info/alternates,
and in packed git archives found in $GIT_DIR/objects/pack
and corresponding pack subdirectories in alternate
- object pools; cannot be used with --standalone.
+ object pools.
</p>
</dd>
<dt>
@@ -503,7 +491,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Jan-2006 17:12:31 PDT
+Last updated 13-Mar-2006 08:20:13 UTC
</div>
</div>
</body>