summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-fetch.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 6b27a071a..1c1191f3b 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -943,7 +943,7 @@ the current repository has the same history as the source repository.</p></div>
to whatever else would otherwise be fetched. Using this
option alone does not subject tags to pruning, even if --prune
is used (though tags may be pruned anyway if they are also the
- destination of an explicit refspec; see <em>--prune</em>).
+ destination of an explicit refspec; see <code>--prune</code>).
</p>
</dd>
<dt class="hdlist1">
@@ -982,7 +982,7 @@ the current repository has the same history as the source repository.</p></div>
<dd>
<p>
Disable recursive fetching of submodules (this has the same effect as
- using the <em>--recurse-submodules=no</em> option).
+ using the <code>--recurse-submodules=no</code> option).
</p>
</dd>
<dt class="hdlist1">
@@ -1030,7 +1030,7 @@ the current repository has the same history as the source repository.</p></div>
<dd>
<p>
When given, and the repository to fetch from is handled
- by <em>git fetch-pack</em>, <em>--exec=&lt;upload-pack&gt;</em> is passed to
+ by <em>git fetch-pack</em>, <code>--exec=&lt;upload-pack&gt;</code> is passed to
the command to specify non-default path for the command
run on the other end.
</p>