]> asedeno.scripts.mit.edu Git - git.git/commitdiff
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 907a56dc8a4749dc5dc9f9b39149fb7a24721c4e..1f19cbc5605ea9ae71b1555431271848d2326e64 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]