projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8718f3e
)
Changed the default git import branch from "p4" to "master".
author
Simon Hausmann
<simon@lst.de>
Sat, 10 Feb 2007 09:05:51 +0000
(10:05 +0100)
committer
Simon Hausmann
<simon@lst.de>
Sat, 10 Feb 2007 09:05:51 +0000
(10:05 +0100)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/p4-fast-export.py
patch
|
blob
|
history
diff --git
a/contrib/fast-import/p4-fast-export.py
b/contrib/fast-import/p4-fast-export.py
index 907a56dc8a4749dc5dc9f9b39149fb7a24721c4e..1f19cbc5605ea9ae71b1555431271848d2326e64 100755
(executable)
--- 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]