From: Simon Hausmann Date: Sat, 10 Feb 2007 09:05:51 +0000 (+0100) Subject: Changed the default git import branch from "p4" to "master". X-Git-Tag: v1.5.3-rc0~65^2^2~214 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fe2193183add84d185c0691166fde4460a333412;p=git.git Changed the default git import branch from "p4" to "master". Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py index 907a56dc8..1f19cbc56 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]