Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-31 | Fix file permissions of p4-fast-export.py to be executable. | Simon Hausmann | 1 | -0/+0 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Create a git tag for every changeset imported from perforce. | Simon Hausmann | 1 | -2/+13 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Fixed displaying import progress by calling flush on stdout. | Simon Hausmann | 1 | -0/+1 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Permit calling p4-fast-export with a depot path that has the typical ... ↵ | Simon Hausmann | 1 | -0/+3 | |
wildcard at the end. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Avoid calling fstat for every imported file (slow!) and instead read the ↵ | Simon Hausmann | 1 | -6/+4 | |
file data first into the python process and use the length of the bytes read for the size field of git fast-import. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Ported the remaining functions that parsed p4 shell output over to the p4 ↵ | Simon Hausmann | 1 | -58/+31 | |
python interface. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Instead of parsing the output of "p4 users" use the python objects of "p4 -G ↵ | Simon Hausmann | 1 | -14/+14 | |
users". Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Minor code cleanups and ported some p4 interfacing code over to the p4 ↵ | Simon Hausmann | 1 | -39/+14 | |
python mode. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Changed the import mechanism to write to git fast-import through a pipe ↵ | Simon Hausmann | 1 | -25/+27 | |
instead of having p4-fast-export write to stdout and let the caller connect it to git fast-import. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Removed unused p4cat function and added helper function for the perforce ↵ | Simon Hausmann | 1 | -3/+13 | |
python interface (p4Cmd). Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Speed up the import of individual files from Perforce into git by passing ↵ | Simon Hausmann | 1 | -11/+20 | |
the output of "p4 print" directly to git fast-import. Also try to set the mode of the file in git correctly based on file type heuristics. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Some fixes to the timezone conversion between the date of a perforce change ↵ | Simon Hausmann | 1 | -3/+5 | |
and the git commit. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-01-31 | Implemented basic support for converting the date of the perforce change to ↵ | Simon Hausmann | 1 | -11/+15 | |
the git format. The timezone isn't correctly set up yet though. Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-01-31 | Slightly improved help usage output and made specifying the trailing slash ↵ | Simon Hausmann | 1 | -2/+7 | |
for the depot path optional. Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-01-31 | Added basic support for specifying the depot path to import from as well as ↵ | Simon Hausmann | 1 | -3/+15 | |
the range of perforce changes. Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-01-31 | Initial import of a python script to import changesets from Perforce into git. | Simon Hausmann | 1 | -0/+150 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> |