Skip to content

Commit 56331f8

Browse files
committed
Merge branch 'ls/p4-doc-markup'
* ls/p4-doc-markup: Documentation: fix git-p4 AsciiDoc formatting Documentation: use ASCII quotation marks in git-p4
2 parents 269fe3a + 887523e commit 56331f8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Documentation/git-p4.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -515,20 +515,18 @@ git-p4.pathEncoding::
515515
Git expects paths encoded as UTF-8. Use this config to tell git-p4
516516
what encoding Perforce had used for the paths. This encoding is used
517517
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.
519519

520520
git-p4.largeFileSystem::
521521
Specify the system that is used for large (binary) files. Please note
522522
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:
526526
+
527527
-------------
528528
git config git-p4.largeFileSystem GitLFS
529529
-------------
530-
+
531-
[1] https://git-lfs.github.com/
532530

533531
git-p4.largeFileExtensions::
534532
All files matching a file extension in the list will be processed

0 commit comments

Comments
 (0)