summaryrefslogtreecommitdiffstats
path: root/git-p4.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-p4.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-p4.html')
-rw-r--r--git-p4.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-p4.html b/git-p4.html
index 5ad3b9029..88782ec2f 100644
--- a/git-p4.html
+++ b/git-p4.html
@@ -749,7 +749,7 @@ privileges in p4, which can be granted using <em>p4 protect</em>.</p></div>
</dt>
<dd>
<p>
- Set the <em>GIT_DIR</em> environment variable. See .
+ Set the <em>GIT_DIR</em> environment variable. See <a href="git.html">git(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -835,7 +835,7 @@ git repository:</p></div>
<p>
By default, p4 branches are stored in <em>refs/remotes/p4/</em>,
where they will be treated as remote-tracking branches by
- and other commands. This option instead
+ <a href="git-branch.html">git-branch(1)</a> and other commands. This option instead
puts p4 branches in <em>refs/heads/p4/</em>. Note that future
sync operations must specify <em>--import-local</em> as well so that
they can find the p4 branches in refs/heads.
@@ -893,7 +893,7 @@ options described above.</p></div>
</dt>
<dd>
<p>
- Perform a bare clone. See .
+ Perform a bare clone. See <a href="git-clone.html">git-clone(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -923,7 +923,7 @@ options described above.</p></div>
</dt>
<dd>
<p>
- Detect renames. See . Renames will be
+ Detect renames. See <a href="git-diff.html">git-diff(1)</a>. Renames will be
represented in p4 using explicit <em>move</em> operations. There
is no corresponding option to detect copies, but there are
variables for both moves and copies.
@@ -1084,7 +1084,7 @@ git p4 clone --detect-branches //depot@all</tt></pre>
<div class="sectionbody">
<div class="paragraph"><p>The fast-import mechanism used by <em>git p4</em> creates one pack file for
each invocation of <em>git p4 sync</em>. Normally, git garbage compression
-() automatically compresses these to fewer pack files,
+(<a href="git-gc.html">git-gc(1)</a>) automatically compresses these to fewer pack files,
but explicit invocation of <em>git repack -adf</em> may improve performance.</p></div>
</div>
<h2 id="_configuration_variables">CONFIGURATION VARIABLES</h2>
@@ -1228,7 +1228,7 @@ git-p4.detectRenames
</dt>
<dd>
<p>
- Detect renames. See .
+ Detect renames. See <a href="git-diff.html">git-diff(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -1236,7 +1236,7 @@ git-p4.detectCopies
</dt>
<dd>
<p>
- Detect copies. See .
+ Detect copies. See <a href="git-diff.html">git-diff(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -1244,7 +1244,7 @@ git-p4.detectCopiesHarder
</dt>
<dd>
<p>
- Detect copies harder. See .
+ Detect copies harder. See <a href="git-diff.html">git-diff(1)</a>.
</p>
</dd>
<dt class="hdlist1">