git-p4: place temporary refs used for branch import under refs/git-p4-tmp
[gitweb.git] / git-p4.py
index b6593cf9a19144650cc476fae0243140f4c0a8bb..6b252df816752be640021fad95e1ed720987bf03 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -2274,7 +2274,7 @@ def __init__(self):
         self.useClientSpec_from_options = False
         self.clientSpecDirs = None
         self.tempBranches = []
-        self.tempBranchLocation = "git-p4-tmp"
+        self.tempBranchLocation = "refs/git-p4-tmp"
         self.largeFileSystem = None
 
         if gitConfig('git-p4.largeFileSystem'):