summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-08 15:26:49 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-08 15:26:49 -0700
commite548d1b2c1b0ecaf83038da7b3098aa3c9466c0c (patch)
tree6022c61f9a7ded3a98b29c5424bf8dbb38868fe9 /gitattributes.html
parentadb9b58bf7b67b33fb06a5b6e7a385cb0a4ef837 (diff)
downloadgit-htmldocs-e548d1b2c1b0ecaf83038da7b3098aa3c9466c0c.tar.gz
Autogenerated HTML docs for v2.9.2-664-ga0a18
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/gitattributes.html b/gitattributes.html
index a703e0387..828aeac53 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -1141,6 +1141,11 @@ substitution. For example:</p></div>
clean = git-p4-filter --clean %f
smudge = git-p4-filter --smudge %f</code></pre>
</div></div>
+<div class="paragraph"><p>Note that "%f" is the name of the path that is being worked on. Depending
+on the version that is being filtered, the corresponding file on disk may
+not exist, or may have different contents. So, smudge and clean commands
+should not try to access the file on disk, but only act as filters on the
+content provided to them on standard input.</p></div>
</div>
<div class="sect3">
<h4 id="_interaction_between_checkin_checkout_attributes">Interaction between checkin/checkout attributes</h4>
@@ -1870,7 +1875,7 @@ frotz unspecified</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-25 15:49:08 PDT
+Last updated 2016-08-08 15:26:21 PDT
</div>
</div>
</body>