1
0
mirror of https://github.com/git/git.git synced 2024-09-28 04:10:41 +02:00

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

Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
Simon Hausmann 2007-02-10 10:05:51 +01:00
parent 8718f3ec9a
commit fe2193183a

View File

@ -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]