@@ -424,7 +424,7 @@ dedicating a client spec just for 'git p4'.
424
424
The name of the client can be given to 'git p4' in multiple ways. The
425
425
variable 'git-p4.client' takes precedence if it exists. Otherwise,
426
426
normal 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.
428
428
429
429
430
430
BRANCH DETECTION
@@ -493,22 +493,22 @@ General variables
493
493
~~~~~~~~~~~~~~~~~
494
494
git-p4.user::
495
495
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.
497
497
498
498
git-p4.password::
499
499
Password specified as an option to all p4 commands, with
500
500
'-P <password>'.
501
- The environment variable ' P4PASS' can be used instead.
501
+ The environment variable ` P4PASS` can be used instead.
502
502
503
503
git-p4.port::
504
504
Port specified as an option to all p4 commands, with
505
505
'-p <port>'.
506
- The environment variable ' P4PORT' can be used instead.
506
+ The environment variable ` P4PORT` can be used instead.
507
507
508
508
git-p4.host::
509
509
Host specified as an option to all p4 commands, with
510
510
'-h <host>'.
511
- The environment variable ' P4HOST' can be used instead.
511
+ The environment variable ` P4HOST` can be used instead.
512
512
513
513
git-p4.client::
514
514
Client specified as an option to all p4 commands, with
0 commit comments