Skip to content

Commit 41799aa

Browse files
rwmyersgitster
authored andcommitted
git-p4: the option to specify 'host' is -H, not -h
This was broken since the feature was introduced initially at abcaf07 (If the user has configured various parameters, use them., 2008-08-10). Acked-by: Pete Wyckoff <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2ab5ca8 commit 41799aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def p4_build_cmd(cmd):
3838

3939
host = gitConfig("git-p4.host")
4040
if len(host) > 0:
41-
real_cmd += ["-h", host]
41+
real_cmd += ["-H", host]
4242

4343
client = gitConfig("git-p4.client")
4444
if len(client) > 0:

0 commit comments

Comments
 (0)