Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master}
[gitweb.git] / contrib / fast-import / git-p4.txt
index ff0da9d0c8339ce0c6fadda2c1f5b423627d3f1f..32aeb0ac0ba7be3fd88b3c23649fea40e687ab98 100644 (file)
@@ -20,9 +20,9 @@ or
 
 This will create an empty git repository in a subdirectory called "project" (or
 "myproject" with the second command), import the head revision from the
-specified perforce path into a git "p4" branch, create a master branch off it
-and check it out. If you want the entire history (not just the head revision) then
-you can simply append a "@all" to the depot path:
+specified perforce path into a git "p4" branch (remotes/p4 actually), create a
+master branch off it and check it out. If you want the entire history (not just
+the head revision) then you can simply append a "@all" to the depot path:
 
   git-p4 clone //depot/project/main@all myproject