summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
Diffstat (limited to 'git.html')
-rw-r--r--git.html39
1 files changed, 36 insertions, 3 deletions
diff --git a/git.html b/git.html
index 5028c04ee..4c03615d9 100644
--- a/git.html
+++ b/git.html
@@ -998,8 +998,22 @@ environment variable)</p></div>
</dt>
<dd>
<p>
- Do not use replacement refs to replace Git objects. See
- <a href="git-replace.html">git-replace(1)</a> for more information.
+ Do not use replacement refs to replace Git objects.
+ This is equivalent to exporting the <code>GIT_NO_REPLACE_OBJECTS</code>
+ environment variable with any value.
+ See <a href="git-replace.html">git-replace(1)</a> for more information.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-lazy-fetch
+</dt>
+<dd>
+<p>
+ Do not fetch missing objects from the promisor remote on
+ demand. Useful together with <code>git cat-file -e &lt;object&gt;</code> to
+ see if the object is locally available.
+ This is equivalent to setting the <code>GIT_NO_LAZY_FETCH</code>
+ environment variable to <code>1</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -3545,6 +3559,15 @@ for full details.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<code>GIT_NO_REPLACE_OBJECTS</code>
+</dt>
+<dd>
+<p>
+ Setting and exporting this environment variable tells Git to
+ ignore replacement refs and do not replace Git objects.
+</p>
+</dd>
+<dt class="hdlist1">
<code>GIT_LITERAL_PATHSPECS</code>
</dt>
<dd>
@@ -3586,6 +3609,16 @@ for full details.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<code>GIT_NO_LAZY_FETCH</code>
+</dt>
+<dd>
+<p>
+ Setting this Boolean environment variable to true tells Git
+ not to lazily fetch missing objects from the promisor remote
+ on demand.
+</p>
+</dd>
+<dt class="hdlist1">
<code>GIT_REFLOG_ACTION</code>
</dt>
<dd>
@@ -3846,7 +3879,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2024-02-08 15:45:59 PST
+ 2024-03-07 16:01:15 PST
</div>
</div>
</body>