Skip to content

Commit dc6817e

Browse files
committed
Changed the name of the parameter from git-p4.binary to git-p4.p4program
Signed-off-by: Ben Keene <[email protected]>
1 parent 98bae92 commit dc6817e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-p4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ git-p4.retries::
547547
Set the value to 0 to disable retries or if your p4 version
548548
does not support retries (pre 2012.2).
549549

550-
git-p4.binary::
550+
git-p4.p4program::
551551
Specifies the p4 executable used by git-p4 to process commands.
552552
The default value for Windows is `p4.exe` and for all other
553553
systems the default is `p4`.

git-p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def p4_build_cmd(cmd):
8888
can be done more easily.
8989
"""
9090
# Look for the P4 binary
91-
p4bin = gitConfig("git-p4.binary")
91+
p4bin = gitConfig("git-p4.p4program")
9292
real_cmd = []
9393
if p4bin != "":
9494
if path.exists(p4bin):

0 commit comments

Comments
 (0)