summaryrefslogtreecommitdiffstats
path: root/git-p4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-07 14:24:28 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-07 14:24:28 -0700
commit6fbdfc93ce6e337fa789094729683499fcf3a01d (patch)
tree031e533ebaf5e1f547de2d74cfc343fabe6c96ca /git-p4.txt
parent1eb5609b6b3e2908ee747dfe313c24f17334ce26 (diff)
downloadgit-htmldocs-6fbdfc93ce6e337fa789094729683499fcf3a01d.tar.gz
Autogenerated HTML docs for v2.6.1-133-gf5b60
Diffstat (limited to 'git-p4.txt')
-rw-r--r--git-p4.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-p4.txt b/git-p4.txt
index 82aa5d607..12a57d49f 100644
--- a/git-p4.txt
+++ b/git-p4.txt
@@ -510,6 +510,13 @@ git-p4.useClientSpec::
option '--use-client-spec'. See the "CLIENT SPEC" section above.
This variable is a boolean, not the name of a p4 client.
+git-p4.pathEncoding::
+ Perforce keeps the encoding of a path as given by the originating OS.
+ Git expects paths encoded as UTF-8. Use this config to tell git-p4
+ what encoding Perforce had used for the paths. This encoding is used
+ to transcode the paths to UTF-8. As an example, Perforce on Windows
+ often uses “cp1252” to encode path names.
+
Submit variables
~~~~~~~~~~~~~~~~
git-p4.detectRenames::