提交 41799aa2 编写于 作者: R Russell Myers 提交者: Junio C Hamano

git-p4: the option to specify 'host' is -H, not -h

This was broken since the feature was introduced initially at abcaf073 (If
the user has configured various parameters, use them., 2008-08-10).
Acked-by: NPete Wyckoff <pw@padd.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 2ab5ca80
......@@ -38,7 +38,7 @@ def p4_build_cmd(cmd):
host = gitConfig("git-p4.host")
if len(host) > 0:
real_cmd += ["-h", host]
real_cmd += ["-H", host]
client = gitConfig("git-p4.client")
if len(client) > 0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册