Browse Source

Changed the default git import branch from "p4" to "master".

Signed-off-by: Simon Hausmann <simon@lst.de>
maint
Simon Hausmann 18 years ago
parent
commit
fe2193183a
  1. 2
      contrib/fast-import/p4-fast-export.py

2
contrib/fast-import/p4-fast-export.py

@ -12,7 +12,7 @@ @@ -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]

Loading…
Cancel
Save