summaryrefslogtreecommitdiffstats
path: root/git-http-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
commitccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (patch)
treee714818e5948ab33af26c19fc8d205b9f5179e1a /git-http-fetch.html
parent96153bf70f5b69b8c480445c9aed3782ef6776a3 (diff)
downloadgit-htmldocs-ccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f.tar.gz
Autogenerated HTML docs for v2.17.0-582-gccdcb
Diffstat (limited to 'git-http-fetch.html')
-rw-r--r--git-http-fetch.html30
1 files changed, 8 insertions, 22 deletions
diff --git a/git-http-fetch.html b/git-http-fetch.html
index ed58502c5..a9fe0fdd3 100644
--- a/git-http-fetch.html
+++ b/git-http-fetch.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>git-http-fetch(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -757,8 +758,9 @@ git-http-fetch(1) Manual Page
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>Downloads a remote Git repository via HTTP.</p></div>
-<div class="paragraph"><p><strong>NOTE</strong>: use of this command without -a is deprecated. The -a
-behaviour will become the default in a future release.</p></div>
+<div class="paragraph"><p>This command always gets all objects. Historically, there were three options
+<code>-a</code>, <code>-c</code> and <code>-t</code> for choosing which objects to download. They are now
+silently ignored.</p></div>
</div>
</div>
<div class="sect1">
@@ -775,27 +777,11 @@ commit-id
</p>
</dd>
<dt class="hdlist1">
--c
+-a, -c, -t
</dt>
<dd>
<p>
- Get the commit objects.
-</p>
-</dd>
-<dt class="hdlist1">
--t
-</dt>
-<dd>
-<p>
- Get trees associated with the commit objects.
-</p>
-</dd>
-<dt class="hdlist1">
--a
-</dt>
-<dd>
-<p>
- Get all the objects.
+ These options are ignored for historical reasons.
</p>
</dd>
<dt class="hdlist1">
@@ -851,7 +837,7 @@ commit-id
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-05-08 16:51:20 JST
</div>
</div>
</body>