summaryrefslogtreecommitdiffstats
path: root/git-p4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-04 22:49:31 +0900
committerJunio C Hamano <gitster@pobox.com>2018-06-04 22:49:31 +0900
commit4dca90318d51aa3298c58788040011c1cefa1878 (patch)
treec13f48bedc1817c25d39c152a31d40712ac9c35d /git-p4.txt
parentc9cb517b2749cb836e12257460f85d440c93320d (diff)
downloadgit-htmldocs-4dca90318d51aa3298c58788040011c1cefa1878.tar.gz
Autogenerated HTML docs for v2.18.0-rc1
Diffstat (limited to 'git-p4.txt')
-rw-r--r--git-p4.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-p4.txt b/git-p4.txt
index 6646d5e6c..b9fecebc0 100644
--- a/git-p4.txt
+++ b/git-p4.txt
@@ -424,7 +424,7 @@ dedicating a client spec just for 'git p4'.
The name of the client can be given to 'git p4' in multiple ways. The
variable 'git-p4.client' takes precedence if it exists. Otherwise,
normal p4 mechanisms of determining the client are used: environment
-variable P4CLIENT, a file referenced by P4CONFIG, or the local host name.
+variable `P4CLIENT`, a file referenced by `P4CONFIG`, or the local host name.
BRANCH DETECTION
@@ -493,22 +493,22 @@ General variables
~~~~~~~~~~~~~~~~~
git-p4.user::
User specified as an option to all p4 commands, with '-u <user>'.
- The environment variable 'P4USER' can be used instead.
+ The environment variable `P4USER` can be used instead.
git-p4.password::
Password specified as an option to all p4 commands, with
'-P <password>'.
- The environment variable 'P4PASS' can be used instead.
+ The environment variable `P4PASS` can be used instead.
git-p4.port::
Port specified as an option to all p4 commands, with
'-p <port>'.
- The environment variable 'P4PORT' can be used instead.
+ The environment variable `P4PORT` can be used instead.
git-p4.host::
Host specified as an option to all p4 commands, with
'-h <host>'.
- The environment variable 'P4HOST' can be used instead.
+ The environment variable `P4HOST` can be used instead.
git-p4.client::
Client specified as an option to all p4 commands, with