From fbb9544c5f73425535dc86a7cb226e8a3f864e08 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 10 Feb 2007 10:05:51 +0100 Subject: [PATCH] changed the default branch to master --- p4-fast-export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4-fast-export.py b/p4-fast-export.py index 907a56d..1f19cbc 100755 --- a/p4-fast-export.py +++ b/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] -- 2.11.0