summaryrefslogtreecommitdiffstats
path: root/git-pull.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-05 11:16:19 +0900
committerJunio C Hamano <gitster@pobox.com>2017-06-05 11:16:19 +0900
commit7016b0b3e833ebe925c0b7d0a532777403ab448e (patch)
tree8aa3633f16729efaac615082367ca2c9dc9e1a41 /git-pull.html
parente0e20dff4554f5126cbf43465d7b358fae8bcede (diff)
downloadgit-htmldocs-7016b0b3e833ebe925c0b7d0a532777403ab448e.tar.gz
Autogenerated HTML docs for v2.13.1-388-g69e6b
Diffstat (limited to 'git-pull.html')
-rw-r--r--git-pull.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-pull.html b/git-pull.html
index 36b0fa41a..6c8a60b0e 100644
--- a/git-pull.html
+++ b/git-pull.html
@@ -1825,14 +1825,14 @@ present while on branch <code>&lt;name&gt;</code>, that value is used instead of
<code>origin</code>.</p></div>
<div class="paragraph"><p>In order to determine what URL to use to fetch from, the value
of the configuration <code>remote.&lt;origin&gt;.url</code> is consulted
-and if there is not any such variable, the value on <code>URL: ` line
-in `$GIT_DIR/remotes/&lt;origin&gt;</code> file is used.</p></div>
+and if there is not any such variable, the value on the <code>URL:</code> line
+in <code>$GIT_DIR/remotes/&lt;origin&gt;</code> is used.</p></div>
<div class="paragraph"><p>In order to determine what remote branches to fetch (and
optionally store in the remote-tracking branches) when the command is
run without any refspec parameters on the command line, values
of the configuration variable <code>remote.&lt;origin&gt;.fetch</code> are
consulted, and if there aren&#8217;t any, <code>$GIT_DIR/remotes/&lt;origin&gt;</code>
-file is consulted and its `Pull: ` lines are used.
+is consulted and its <code>Pull:</code> lines are used.
In addition to the refspec formats described in the OPTIONS
section, you can have a globbing refspec that looks like this:</p></div>
<div class="listingblock">
@@ -1982,7 +1982,7 @@ version.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-05-04 23:33:43 JST
+Last updated 2017-06-05 11:16:08 JST
</div>
</div>
</body>