From: Anand Kumria Date: Sun, 10 Aug 2008 18:26:32 +0000 (+0100) Subject: Consistently use 'git-p4' for the configuration entries X-Git-Tag: v1.6.0~2^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3cafb7d8ce63effe6bf477182d431ecb4470eded;p=git.git Consistently use 'git-p4' for the configuration entries Signed-off-by: Anand Kumria Signed-off-by: Junio C Hamano --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index a927e50b2..6c64224b7 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1444,7 +1444,7 @@ class P4Sync(Command): if not gitBranchExists(self.refPrefix + "HEAD") and self.importIntoRemotes and gitBranchExists(self.branch): system("git symbolic-ref %sHEAD %s" % (self.refPrefix, self.branch)) - if self.useClientSpec or gitConfig("p4.useclientspec") == "true": + if self.useClientSpec or gitConfig("git-p4.useclientspec") == "true": self.getClientSpec() # TODO: should always look at previous commits,