We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bae92 commit dc6817eCopy full SHA for dc6817e
Documentation/git-p4.txt
@@ -547,7 +547,7 @@ git-p4.retries::
547
Set the value to 0 to disable retries or if your p4 version
548
does not support retries (pre 2012.2).
549
550
-git-p4.binary::
+git-p4.p4program::
551
Specifies the p4 executable used by git-p4 to process commands.
552
The default value for Windows is `p4.exe` and for all other
553
systems the default is `p4`.
git-p4.py
@@ -88,7 +88,7 @@ def p4_build_cmd(cmd):
88
can be done more easily.
89
"""
90
# Look for the P4 binary
91
- p4bin = gitConfig("git-p4.binary")
+ p4bin = gitConfig("git-p4.p4program")
92
real_cmd = []
93
if p4bin != "":
94
if path.exists(p4bin):
0 commit comments