diff options
author | Simon Hausmann <simon@lst.de> | 2007-02-10 10:05:51 +0100 |
---|---|---|
committer | Simon Hausmann <simon@lst.de> | 2007-02-10 10:05:51 +0100 |
commit | fe2193183add84d185c0691166fde4460a333412 (patch) | |
tree | fd93b23974e51e23e26ac588a536405d0356e40e /contrib | |
parent | Avoid the excessive use of git tags for every perforce change and instead jus... (diff) | |
download | tgif-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-x | contrib/fast-import/p4-fast-export.py | 2 |
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] |