2007-03-21 | Make it possible to invoke git-p4 from within subdirectories... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-21 | Made --apply-as-patch the default for git-p4 submit... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-21 | Fix support for deletions in git-p4 submit when using... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-21 | Added experimental but super-fast --apply-as-patch... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-21 | Documentation enhancements. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-03-20 | Start of the git-p4 documentation. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-20 | Removed p4-fast-export and p4-git-sync as they've been... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-20 | Fixed the initial version import by getting the file... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-20 | Added missing "self"s to make the script evaluate correctly. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-20 | Completely untested "merge" of p4-fast-export.py into... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-20 | sync-to-perforce is now called submit and fixed the... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | Part of the code is copyright by Trolltech ASA. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | First (untested) attempt at migrating p4-git-sync into... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | Provide a little bit of help description for the git... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | Start moving the git-p4 tools into one single script. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | Pass the right number of arguments to commit, fixes... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-19 | Improved the git dir detection. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-16 | Default to interactive syncing Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-15 | Use p4 revert ... instead of revert -a ... after submitting... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-14 | Auto-detect the current git branch before submitting... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-03-14 | Ignore Apple resource files when importing from perforce... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-03-14 | Be nice and use /usr/bin/env python for the git-p4... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-14 | Automatically operate on a temporary branch, needed... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-13 | Lots of bugfixes to p4-git-sync. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-13 | Fix git-dir option and allow reading log substitutions... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-12 | First version of a new script to submit changes back... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | Split up the cache commandline options into (command... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | Reduce the number of false "merges" by skipping "branch... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | More work on branch detection by implementing changeIsBranch... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | More code cleanups and preparations for more branch... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | Minor code cleanups. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-10 | Make the p4 data/command cache configurable through... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-03-10 | Fixed p4-debug file extension. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-03-08 | Changed --known-branches to take a file as argument... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-08 | Work in progress on detecting branches. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-03-07 | Adjust the output parsing of git name-rev to handle... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-22 | Don't print a plain newline at the end of the execution... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-02-22 | More work in --silent support. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-22 | Added support for --silent so that p4-fast-export can... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-21 | Added p4 delete behavioural emulation as todo item. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-17 | Fix single-branch imports by skipping the branch/merge... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-14 | Use sets.Set() instead of set() to run also with older... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-14 | Make it possible to specify the p4 changes to import... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-12 | When trying to map p4 integrations to git merges just... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-12 | Set git fast-import marks for every imported change... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-12 | After marking a p4 branch as merged don't ever merge... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-12 | More fixes in heuristic p4 branch detection based on... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-12 | Started work on p4 branch detection (experimental!). Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-12 | Code cleanups. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-11 | Cleanups, remove unused variable. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-11 | Create lightweight git tags (using the "reset" trick... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-10 | Added a little helper script to remove unused tags... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-02-10 | Changed the default git import branch from "p4" to... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-10 | Avoid the excessive use of git tags for every perforce... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-10 | Minor code cleanups. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-08 | Added a little helper script to debug the output of... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-02-08 | Made the name of the git branch used for the perforce... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-08 | Catch io exceptions from git fast-import again and... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-07 | Fix calculation of the newest imported revision for... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-07 | Make specifying the revision ranges more convenient. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-07 | Make incremental imports easier to use by storing the... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-07 | Fixed incremental imports by using the correct "from... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-07 | Minor cleanups and print an error message of git fast... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-01 | Initial support for importing a directory from Perforce... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-01 | Code cleanups, move the code to create a commit with... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-02-01 | Simplify the incremental import by elimination the... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Started working on incremental imports from Perforce. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Fix file permissions of p4-fast-export.py to be executable. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Create a git tag for every changeset imported from... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Fixed displaying import progress by calling flush on... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Permit calling p4-fast-export with a depot path that... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Avoid calling fstat for every imported file (slow!... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Ported the remaining functions that parsed p4 shell... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Instead of parsing the output of "p4 users" use the... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Minor code cleanups and ported some p4 interfacing... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Changed the import mechanism to write to git fast-import... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Removed unused p4cat function and added helper function... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Speed up the import of individual files from Perforce... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Some fixes to the timezone conversion between the date... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-01-31 | Implemented basic support for converting the date of... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-01-31 | Slightly improved help usage output and made specifying... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-01-31 | Added basic support for specifying the depot path to... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-01-30 | Initial import of a python script to import changesets... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |