@@ -424,7 +424,7 @@ dedicating a client spec just for 'git p4'.
424424The name of the client can be given to 'git p4' in multiple ways. The
425425variable 'git-p4.client' takes precedence if it exists. Otherwise,
426426normal p4 mechanisms of determining the client are used: environment
427- variable P4CLIENT, a file referenced by P4CONFIG, or the local host name.
427+ variable ` P4CLIENT` , a file referenced by ` P4CONFIG` , or the local host name.
428428
429429
430430BRANCH DETECTION
@@ -493,22 +493,22 @@ General variables
493493~~~~~~~~~~~~~~~~~
494494git-p4.user::
495495 User specified as an option to all p4 commands, with '-u <user>'.
496- The environment variable ' P4USER' can be used instead.
496+ The environment variable ` P4USER` can be used instead.
497497
498498git-p4.password::
499499 Password specified as an option to all p4 commands, with
500500 '-P <password>'.
501- The environment variable ' P4PASS' can be used instead.
501+ The environment variable ` P4PASS` can be used instead.
502502
503503git-p4.port::
504504 Port specified as an option to all p4 commands, with
505505 '-p <port>'.
506- The environment variable ' P4PORT' can be used instead.
506+ The environment variable ` P4PORT` can be used instead.
507507
508508git-p4.host::
509509 Host specified as an option to all p4 commands, with
510510 '-h <host>'.
511- The environment variable ' P4HOST' can be used instead.
511+ The environment variable ` P4HOST` can be used instead.
512512
513513git-p4.client::
514514 Client specified as an option to all p4 commands, with
0 commit comments