Merge branch 'jh/clean-smudge-f-doc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2016 21:48:43 +0000 (14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Aug 2016 21:48:43 +0000 (14:48 -0700)
A minor documentation update.

* jh/clean-smudge-f-doc:
clarify %f documentation

Documentation/gitattributes.txt
index b40068bdfd14767fbfa659576f434944f4225b5e..34db3e219b285f13f8435ebd5307c2185fec15bf 100644 (file)
@@ -377,6 +377,11 @@ substitution.  For example:
        smudge = git-p4-filter --smudge %f
 ------------------------
 
+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.
 
 Interaction between checkin/checkout attributes
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^