Skip to content

Commit 3cafb7d

Browse files
Anand Kumriagitster
authored andcommitted
Consistently use 'git-p4' for the configuration entries
Signed-off-by: Anand Kumria <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent abcaf07 commit 3cafb7d

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
@@ -1444,7 +1444,7 @@ class P4Sync(Command):
14441444
if not gitBranchExists(self.refPrefix + "HEAD") and self.importIntoRemotes and gitBranchExists(self.branch):
14451445
system("git symbolic-ref %sHEAD %s" % (self.refPrefix, self.branch))
14461446

1447-
if self.useClientSpec or gitConfig("p4.useclientspec") == "true":
1447+
if self.useClientSpec or gitConfig("git-p4.useclientspec") == "true":
14481448
self.getClientSpec()
14491449

14501450
# TODO: should always look at previous commits,

0 commit comments

Comments
 (0)