We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcaf07 commit 3cafb7dCopy full SHA for 3cafb7d
contrib/fast-import/git-p4
@@ -1444,7 +1444,7 @@ class P4Sync(Command):
1444
if not gitBranchExists(self.refPrefix + "HEAD") and self.importIntoRemotes and gitBranchExists(self.branch):
1445
system("git symbolic-ref %sHEAD %s" % (self.refPrefix, self.branch))
1446
1447
- if self.useClientSpec or gitConfig("p4.useclientspec") == "true":
+ if self.useClientSpec or gitConfig("git-p4.useclientspec") == "true":
1448
self.getClientSpec()
1449
1450
# TODO: should always look at previous commits,
0 commit comments