summaryrefslogtreecommitdiff
path: root/contrib/fast-import/p4-fast-export.py
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Fix file permissions of p4-fast-export.py to be executable.Libravatar Simon Hausmann1-0/+0
2007-01-31Create a git tag for every changeset imported from perforce.Libravatar Simon Hausmann1-2/+13
2007-01-31Fixed displaying import progress by calling flush on stdout.Libravatar Simon Hausmann1-0/+1
2007-01-31Permit calling p4-fast-export with a depot path that has the typical ... wild...Libravatar Simon Hausmann1-0/+3
2007-01-31Avoid calling fstat for every imported file (slow!) and instead read the file...Libravatar Simon Hausmann1-6/+4
2007-01-31Ported the remaining functions that parsed p4 shell output over to the p4 pyt...Libravatar Simon Hausmann1-58/+31
2007-01-31Instead of parsing the output of "p4 users" use the python objects of "p4 -G ...Libravatar Simon Hausmann1-14/+14
2007-01-31Minor code cleanups and ported some p4 interfacing code over to the p4 python...Libravatar Simon Hausmann1-39/+14
2007-01-31Changed the import mechanism to write to git fast-import through a pipe inste...Libravatar Simon Hausmann1-25/+27
2007-01-31Removed unused p4cat function and added helper function for the perforce pyth...Libravatar Simon Hausmann1-3/+13
2007-01-31Speed up the import of individual files from Perforce into git by passing the...Libravatar Simon Hausmann1-11/+20
2007-01-31Some fixes to the timezone conversion between the date of a perforce change a...Libravatar Simon Hausmann1-3/+5
2007-01-31Implemented basic support for converting the date of the perforce change to t...Libravatar Simon Hausmann1-11/+15
2007-01-31Slightly improved help usage output and made specifying the trailing slash fo...Libravatar Simon Hausmann1-2/+7
2007-01-31Added basic support for specifying the depot path to import from as well as t...Libravatar Simon Hausmann1-3/+15
2007-01-31Initial import of a python script to import changesets from Perforce into git.Libravatar Simon Hausmann1-0/+150