summaryrefslogtreecommitdiffstats
path: root/git-p4.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-26 18:21:58 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-26 18:21:58 -0800
commit8c6a7b0f952c0a1b2e5b5bb2c1feb4d91970fb8d (patch)
tree61825efa6ecf879a202741ee386563c76a35f71a /git-p4.html
parente0238c23e1e315e119307c52ea25d665422b0082 (diff)
downloadgit-htmldocs-8c6a7b0f952c0a1b2e5b5bb2c1feb4d91970fb8d.tar.gz
Autogenerated HTML docs for v1.7.9.2-277-g2b34e
Diffstat (limited to 'git-p4.html')
-rw-r--r--git-p4.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/git-p4.html b/git-p4.html
index 08e192f1f..b498ec63c 100644
--- a/git-p4.html
+++ b/git-p4.html
@@ -1003,9 +1003,13 @@ p4 revision specifier on the end:</p></div>
<div class="sectionbody">
<div class="paragraph"><p>The p4 client specification is maintained with the <em>p4 client</em> command
and contains among other fields, a View that specifies how the depot
-is mapped into the client repository. Git-p4 can consult the client
-spec when given the <em>--use-client-spec</em> option or useClientSpec
-variable.</p></div>
+is mapped into the client repository. The <em>clone</em> and <em>sync</em> commands
+can consult the client spec when given the <em>--use-client-spec</em> option or
+when the useClientSpec variable is true. After <em>git p4 clone</em>, the
+useClientSpec variable is automatically set in the repository
+configuration file. This allows future <em>git p4 submit</em> commands to
+work properly; the submit command looks only at the variable and does
+not have a command-line option.</p></div>
<div class="paragraph"><p>The full syntax for a p4 view is documented in <em>p4 help views</em>. Git-p4
knows only a subset of the view syntax. It understands multi-line
mappings, overlays with <em>+</em>, exclusions with <em>-</em> and double-quotes
@@ -1312,7 +1316,7 @@ Each commit imported by <em>git p4</em> has a line at the end of the log
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-02-23 14:45:28 PDT
+Last updated 2012-02-26 18:21:43 PDT
</div>
</div>
</body>