Changed the default git import branch from "p4" to "master".
authorSimon Hausmann <simon@lst.de>
Sat, 10 Feb 2007 09:05:51 +0000 (10:05 +0100)
committerSimon Hausmann <simon@lst.de>
Sat, 10 Feb 2007 09:05:51 +0000 (10:05 +0100)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/p4-fast-export.py

index 907a56d..1f19cbc 100755 (executable)
@@ -12,7 +12,7 @@
 import os, string, sys, time
 import marshal, popen2, getopt
 
-branch = "refs/heads/p4"
+branch = "refs/heads/master"
 prefix = previousDepotPath = os.popen("git-repo-config --get p4.depotpath").read()
 if len(prefix) != 0:
     prefix = prefix[:-1]