Changed the import mechanism to write to git fast-import through a pipe instead of having p4-fast-export write to stdout and let the caller connect it to git fast-import.
[gitweb.git] / contrib / fast-import / p4-fast-export.py
2007-01-31 Changed the import mechanism to write to git fast-impor...
2007-01-31 Removed unused p4cat function and added helper function...
2007-01-31 Speed up the import of individual files from Perforce...
2007-01-31 Some fixes to the timezone conversion between the date...
2007-01-31 Implemented basic support for converting the date of...
2007-01-31 Slightly improved help usage output and made specifying...
2007-01-31 Added basic support for specifying the depot path to...
2007-01-30 Initial import of a python script to import changesets...