summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAnand Kumria <wildfire@progsoc.org>2008-08-10 20:26:32 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-12 03:57:04 +0200
commit3cafb7d8ce63effe6bf477182d431ecb4470eded (patch)
treef0ea233bfdf6b7046b214c6a450a1ae98a66470d /contrib
parentIf the user has configured various parameters, use them. (diff)
downloadgit-3cafb7d8ce63effe6bf477182d431ecb4470eded.tar.xz
git-3cafb7d8ce63effe6bf477182d431ecb4470eded.zip
Consistently use 'git-p4' for the configuration entries
Signed-off-by: Anand Kumria <wildfire@progsoc.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index a927e50b25..6c64224b77 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,