Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Changed the default branch for imports from "master" to "p4"
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index a5b6d94d1a162f8cbf4e0c1d9efa69e731cfb060..669cf95d74908abb35e93486234202bb2cbdaa3b 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-352,7
+352,7
@@
class GitSync(Command):
self.knownBranches = Set()
self.createdBranches = Set()
self.committedChanges = Set()
- self.branch = "
master
"
+ self.branch = "
p4
"
self.detectBranches = False
self.changesFile = ""