summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-24 15:56:56 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-24 15:56:56 -0700
commit48d7a8a0dd06ff822cc6ee60872386ac9a1d124d (patch)
treecbd8f53bec984fce2cf0bc8c34b5957b894f3dcf /git-fetch.html
parent779537c075f92f8653e201a9fe6f16ae4bf2f0be (diff)
downloadgit-htmldocs-48d7a8a0dd06ff822cc6ee60872386ac9a1d124d.tar.gz
Autogenerated HTML docs for v2.28.0-337-ge9b77
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 0189334e2..ea556bd28 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -901,6 +901,18 @@ documented in <a href="git-config.html">git-config(1)</a>.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--[no-]write-fetch-head
+</dt>
+<dd>
+<p>
+ Write the list of remote refs fetched in the <code>FETCH_HEAD</code>
+ file directly under <code>$GIT_DIR</code>. This is the default.
+ Passing <code>--no-write-fetch-head</code> from the command line tells
+ Git not to write the file. Under <code>--dry-run</code> option, the
+ file is never written.
+</p>
+</dd>
+<dt class="hdlist1">
-f
</dt>
<dt class="hdlist1">