Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbd332
)
changed the default branch to master
author
Simon Hausmann
<simon@luria.(none)>
Sat, 10 Feb 2007 09:05:51 +0000
(10:05 +0100)
committer
Simon Hausmann
<simon@luria.(none)>
Sat, 10 Feb 2007 09:05:51 +0000
(10:05 +0100)
p4-fast-export.py
patch
|
blob
|
history
diff --git
a/p4-fast-export.py
b/p4-fast-export.py
index
907a56d
..
1f19cbc
100755
(executable)
--- 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]