File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -515,20 +515,18 @@ git-p4.pathEncoding::
515
515
Git expects paths encoded as UTF-8. Use this config to tell git-p4
516
516
what encoding Perforce had used for the paths. This encoding is used
517
517
to transcode the paths to UTF-8. As an example, Perforce on Windows
518
- often uses “ cp1252” to encode path names.
518
+ often uses " cp1252" to encode path names.
519
519
520
520
git-p4.largeFileSystem::
521
521
Specify the system that is used for large (binary) files. Please note
522
522
that large file systems do not support the 'git p4 submit' command.
523
- Only Git LFS [1] is implemented right now. Download
524
- and install the Git LFS command line extension to use this option
525
- and configure it like this:
523
+ Only Git LFS is implemented right now (see https://git-lfs.github.com/
524
+ for more information). Download and install the Git LFS command line
525
+ extension to use this option and configure it like this:
526
526
+
527
527
-------------
528
528
git config git-p4.largeFileSystem GitLFS
529
529
-------------
530
- +
531
- [1] https://git-lfs.github.com/
532
530
533
531
git-p4.largeFileExtensions::
534
532
All files matching a file extension in the list will be processed
You can’t perform that action at this time.
0 commit comments