From 41799aa20904ff532ceb4f3ed95ba13e164dfc7a Mon Sep 17 00:00:00 2001 From: Russell Myers Date: Wed, 22 Feb 2012 11:16:05 -0800 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index a78d9c5..d2fd265 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -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: -- cgit v0.10.2-6-g49f6