summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <simon@lst.de>2007-02-10 10:05:51 +0100
committerLibravatar Simon Hausmann <simon@lst.de>2007-02-10 10:05:51 +0100
commitfe2193183add84d185c0691166fde4460a333412 (patch)
treefd93b23974e51e23e26ac588a536405d0356e40e /contrib
parentAvoid the excessive use of git tags for every perforce change and instead jus... (diff)
downloadtgif-fe2193183add84d185c0691166fde4460a333412.tar.xz
Changed the default git import branch from "p4" to "master".
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/p4-fast-export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py
index 907a56dc8a..1f19cbc560 100755
--- a/contrib/fast-import/p4-fast-export.py
+++ b/contrib/fast-import/p4-fast-export.py
@@ -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]