Age | Commit message (Expand) | Author | Files | Lines |
2007-03-13 | Fix git-dir option and allow reading log substitutions from a file | Simon Hausmann | 1 | -2/+6 |
2007-03-12 | First version of a new script to submit changes back to perforce from git rep... | Simon Hausmann | 1 | -0/+208 |
2007-03-10 | Split up the cache commandline options into (command) cache and data cache. | Simon Hausmann | 1 | -8/+12 |
2007-03-10 | Reduce the number of false "merges" by skipping "branch from" entries in the ... | Simon Hausmann | 1 | -1/+7 |
2007-03-10 | More work on branch detection by implementing changeIsBranchMerge(). | Simon Hausmann | 1 | -37/+98 |
2007-03-10 | More code cleanups and preparations for more branch detection heuristics. | Simon Hausmann | 1 | -1/+60 |
2007-03-10 | Minor code cleanups. | Simon Hausmann | 1 | -1/+14 |
2007-03-10 | Make the p4 data/command cache configurable through the --cache-debug command... | Simon Hausmann | 1 | -1/+4 |
2007-03-10 | Fixed p4-debug file extension. | Simon Hausmann | 1 | -0/+0 |
2007-03-08 | Changed --known-branches to take a file as argument instead of a comma separa... | Simon Hausmann | 1 | -2/+2 |
2007-03-08 | Work in progress on detecting branches. | Simon Hausmann | 1 | -57/+103 |
2007-03-07 | Adjust the output parsing of git name-rev to handle the output of the latest ... | Simon Hausmann | 1 | -1/+4 |
2007-02-22 | Don't print a plain newline at the end of the execution (avoids bogus cron er... | Simon Hausmann | 1 | -2/+0 |
2007-02-22 | More work in --silent support. | Simon Hausmann | 1 | -1/+2 |
2007-02-22 | Added support for --silent so that p4-fast-export can be called from cronjobs. | Simon Hausmann | 1 | -7/+15 |
2007-02-21 | Added p4 delete behavioural emulation as todo item. | Simon Hausmann | 1 | -0/+2 |
2007-02-18 | Fix single-branch imports by skipping the branch/merge detection correctly. | Simon Hausmann | 1 | -1/+1 |
2007-02-15 | Use sets.Set() instead of set() to run also with older versions of Python. | Simon Hausmann | 1 | -6/+7 |
2007-02-14 | Make it possible to specify the p4 changes to import through a text file (for... | Simon Hausmann | 1 | -38/+90 |
2007-02-12 | When trying to map p4 integrations to git merges just record it as a single m... | Simon Hausmann | 1 | -7/+23 |
2007-02-12 | Set git fast-import marks for every imported change for future use. | Simon Hausmann | 1 | -0/+1 |
2007-02-12 | After marking a p4 branch as merged don't ever merge it in git again. | Simon Hausmann | 1 | -1/+4 |
2007-02-12 | More fixes in heuristic p4 branch detection based on common path components. | Simon Hausmann | 1 | -34/+74 |
2007-02-12 | Started work on p4 branch detection (experimental!). | Simon Hausmann | 1 | -9/+50 |
2007-02-12 | Code cleanups. | Simon Hausmann | 1 | -12/+21 |
2007-02-11 | Cleanups, remove unused variable. | Simon Hausmann | 1 | -3/+0 |
2007-02-11 | Create lightweight git tags (using the "reset" trick) for the incremental imp... | Simon Hausmann | 1 | -6/+10 |
2007-02-10 | Added a little helper script to remove unused tags from the perforce import. | Simon Hausmann | 1 | -0/+40 |
2007-02-10 | Changed the default git import branch from "p4" to "master". | Simon Hausmann | 1 | -1/+1 |
2007-02-10 | Avoid the excessive use of git tags for every perforce change and instead jus... | Simon Hausmann | 1 | -5/+15 |
2007-02-10 | Minor code cleanups. | Simon Hausmann | 1 | -10/+6 |
2007-02-08 | Added a little helper script to debug the output of the p4 python interface. | Simon Hausmann | 1 | -0/+25 |
2007-02-08 | Made the name of the git branch used for the perforce import configurable thr... | Simon Hausmann | 1 | -6/+16 |
2007-02-08 | Catch io exceptions from git fast-import again and print the error message. | Simon Hausmann | 1 | -1/+6 |
2007-02-07 | Fix calculation of the newest imported revision for #head imports. | Simon Hausmann | 1 | -1/+1 |
2007-02-07 | Make specifying the revision ranges more convenient. | Simon Hausmann | 1 | -3/+8 |
2007-02-07 | Make incremental imports easier to use by storing the p4 depot path after an ... | Simon Hausmann | 1 | -3/+16 |
2007-02-07 | Fixed incremental imports by using the correct "from" command instead of "mer... | Simon Hausmann | 1 | -1/+1 |
2007-02-07 | Minor cleanups and print an error message of git fast-import if it fails. | Simon Hausmann | 1 | -5/+12 |
2007-02-01 | Initial support for importing a directory from Perforce at a specified revision. | Simon Hausmann | 1 | -29/+65 |
2007-02-01 | Code cleanups, move the code to create a commit with fast-import into a separ... | Simon Hausmann | 1 | -59/+67 |
2007-02-01 | Simplify the incremental import by elimination the need for a temporary impor... | Simon Hausmann | 1 | -18/+3 |
2007-02-01 | Started working on incremental imports from Perforce. | Simon Hausmann | 1 | -2/+35 |
2007-01-31 | Fix file permissions of p4-fast-export.py to be executable. | Simon Hausmann | 1 | -0/+0 |
2007-01-31 | Create a git tag for every changeset imported from perforce. | Simon Hausmann | 1 | -2/+13 |
2007-01-31 | Fixed displaying import progress by calling flush on stdout. | Simon Hausmann | 1 | -0/+1 |
2007-01-31 | Permit calling p4-fast-export with a depot path that has the typical ... wild... | Simon Hausmann | 1 | -0/+3 |
2007-01-31 | Avoid calling fstat for every imported file (slow!) and instead read the file... | Simon Hausmann | 1 | -6/+4 |
2007-01-31 | Ported the remaining functions that parsed p4 shell output over to the p4 pyt... | Simon Hausmann | 1 | -58/+31 |
2007-01-31 | Instead of parsing the output of "p4 users" use the python objects of "p4 -G ... | Simon Hausmann | 1 | -14/+14 |