Documentation: use ASCII quotation marks in git-p4
[gitweb.git] / Documentation / git-p4.txt
index c3ff7d0d9b1a62709128c985bcc7e8943756949a..dddb1675b83a7edd29cf3661315b0b219613b992 100644 (file)
@@ -515,7 +515,7 @@ git-p4.pathEncoding::
        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.
+       often uses "cp1252" to encode path names.
 
 git-p4.largeFileSystem::
        Specify the system that is used for large (binary) files. Please note
@@ -549,6 +549,10 @@ git-p4.largeFilePush::
        Boolean variable which defines if large files are automatically
        pushed to a server.
 
+git-p4.keepEmptyCommits::
+       A changelist that contains only excluded files will be imported
+       as an empty commit if this boolean option is set to true.
+
 Submit variables
 ~~~~~~~~~~~~~~~~
 git-p4.detectRenames::