Added p4 delete behavioural emulation as todo item.
[git] / contrib / fast-import /
2007-02-21  Simon HausmannAdded p4 delete behavioural emulation as todo item.
2007-02-17  Simon HausmannFix single-branch imports by skipping the branch/merge...
2007-02-14  Simon HausmannUse sets.Set() instead of set() to run also with older...
2007-02-14  Simon HausmannMake it possible to specify the p4 changes to import...
2007-02-12  Simon HausmannWhen trying to map p4 integrations to git merges just...
2007-02-12  Simon HausmannSet git fast-import marks for every imported change...
2007-02-12  Simon HausmannAfter marking a p4 branch as merged don't ever merge...
2007-02-12  Simon HausmannMore fixes in heuristic p4 branch detection based on...
2007-02-12  Simon HausmannStarted work on p4 branch detection (experimental!).
2007-02-12  Simon HausmannCode cleanups.
2007-02-11  Simon HausmannCleanups, remove unused variable.
2007-02-11  Simon HausmannCreate lightweight git tags (using the "reset" trick...
2007-02-10  Simon HausmannAdded a little helper script to remove unused tags...
2007-02-10  Simon HausmannChanged the default git import branch from "p4" to...
2007-02-10  Simon HausmannAvoid the excessive use of git tags for every perforce...
2007-02-10  Simon HausmannMinor code cleanups.
2007-02-08  Simon HausmannAdded a little helper script to debug the output of...
2007-02-08  Simon HausmannMade the name of the git branch used for the perforce...
2007-02-08  Simon HausmannCatch io exceptions from git fast-import again and...
2007-02-07  Simon HausmannFix calculation of the newest imported revision for...
2007-02-07  Simon HausmannMake specifying the revision ranges more convenient.
2007-02-07  Simon HausmannMake incremental imports easier to use by storing the...
2007-02-07  Simon HausmannFixed incremental imports by using the correct "from...
2007-02-07  Simon HausmannMinor cleanups and print an error message of git fast...
2007-02-01  Simon HausmannInitial support for importing a directory from Perforce...
2007-02-01  Simon HausmannCode cleanups, move the code to create a commit with...
2007-02-01  Simon HausmannSimplify the incremental import by elimination the...
2007-01-31  Simon HausmannStarted working on incremental imports from Perforce.
2007-01-31  Simon HausmannFix file permissions of p4-fast-export.py to be executable.
2007-01-31  Simon HausmannCreate a git tag for every changeset imported from...
2007-01-31  Simon HausmannFixed displaying import progress by calling flush on...
2007-01-31  Simon HausmannPermit calling p4-fast-export with a depot path that...
2007-01-31  Simon HausmannAvoid calling fstat for every imported file (slow!...
2007-01-31  Simon HausmannPorted the remaining functions that parsed p4 shell...
2007-01-31  Simon HausmannInstead of parsing the output of "p4 users" use the...
2007-01-31  Simon HausmannMinor code cleanups and ported some p4 interfacing...
2007-01-31  Simon HausmannChanged the import mechanism to write to git fast-impor...
2007-01-31  Simon HausmannRemoved unused p4cat function and added helper function...
2007-01-31  Simon HausmannSpeed up the import of individual files from Perforce...
2007-01-31  Simon HausmannSome fixes to the timezone conversion between the date...
2007-01-31  Simon HausmannImplemented basic support for converting the date of...
2007-01-31  Simon HausmannSlightly improved help usage output and made specifying...
2007-01-31  Simon HausmannAdded basic support for specifying the depot path to...
2007-01-30  Simon HausmannInitial import of a python script to import changesets...