2007-06-27 | git-new-workdir: Fix shell warning about operator ... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-21 | Make it possible to specify the HEAD for the internal... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-20 | Added git-p4 branches command that shows the mapping... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-17 | Warn about conflicting p4 branch mappings and use the... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-17 | Fix the branch mapping detection to be independent... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-16 | Fix initial multi-branch import. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-12 | Fix git-p4 rebase to detect the correct upstream branch... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-12 | Moved the code from git-p4 submit to figure out the... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-11 | git-p4 submit: Fix missing quotes around p4 commands... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Mention remotes/p4/master also in the documentation. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Provide some information for single branch imports... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Write out the options tag in the log message of imports... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Fix support for explicit disabling of syncing with... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Fix depot-paths encoding for multi-path imports (don... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-11 | Fix project name guessing Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-10 | Fix updating/creating remotes/p4/* heads from origin... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-09 | Fixed the check to make sure to exclude the HEAD symbolic... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-08 | Only get the expensive branch mapping from the p4 server... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-07 | Make git-p4 submit detect the correct reference (origin... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-07 | Make clone behave like git clone by default again. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-06-07 | Fix depot-path determination for git-p4 submit Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Fix git-p4 submit Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Fix git-p4 rebase Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Hack to make the multi-branch import work again with... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Don't attempt to set the initialParent on multi-branch... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Fix common path "calculation" from logs of multiple... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-06-07 | Fix support for "depot-path" in older git-p4 imports Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-28 | Fix typo in listExistingP4Branches that broke sync. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-28 | In *_pipe print the command that failed if it fails. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-28 | Fix my email address, this isn't really KDE related :) Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-27 | Fix creation of refs/remotes/p4/HEAD symbolic ref Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-25 | Added git-p4 submit --trust-me-like-a-fool for the... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-25 | Forgot to remove this TODO item when I made --with... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-25 | Shortcut the case where we have no origin branch Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-25 | Make --with-origin the default for syncing. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-25 | Make --with-origin also work without origin :) Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-25 | Make git-p4 work with packed refs (don't use os.path... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-25 | Avoid creating non-p4 branches in remotes/p4 off of... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | Oops, fix --with-origin to /really/ also call git fetch :) Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | Added support for --with-origin with multi-branch imports Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | Forgot to remove this return statement from debugging Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | Fix creating the remotes/p4 branches based on origin... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | fast-import: Fix crash when referencing already existing... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-24 | fast-import: Fix uninitialized variable Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-23 | Load the user map from p4 only once at run-time. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-23 | Fix multi-branch import with --silent. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Fix p4 execution in git-p4 rollback. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Catch p4 errors in rollback early enough (before deleting... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Oops, fill the /list/ correct with the p4 exit code. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Don't make len(p4Cmd("p4 changes -m 1 //foo/..."))... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Make rollback work with locally imported branches Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-23 | Avoid calling git symbolic-ref refs/heads/p4//HEAD... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-22 | Doc updates Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-22 | Use refs/heads/* instead of refs/heads/p4/* for local... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-22 | Added support for --max-changes=<count> to ease import... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-22 | Added support for importing multiple branches into... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Fixes for rollback, delete branches that did not exist... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Fix branch detection in multi-branch imports Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Added a rollback command for debugging. It sets back... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Make git-p4 submit --direct safer by also creating... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Detect with git-p4 submit --direct when there are no... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Fix git symbolic-ref warning on initial clone Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Fix error detection with git-p4 submit when the requested... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-21 | Fix conversion from old style heads/p4 to remotes/p4... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Improved output for multi branch imports and noted... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-20 | Another (potentially life-saving) idea for submit ... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Had an idea for debugging, record it :) Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Specifying --detect-branches is now only needed for... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-20 | Added support for git-p4 submit --direct (experimental) Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Use git format-patch and git apply --apply when extracting... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Oops, not only /set/ gitdir on clone, also set it ... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Fix gitdir not being set when cloning. Needed for writing... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-20 | Cache the output of "p4 users" for faster syncs on... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-19 | Removed unused variable, more cleanups Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-19 | More cleanups and speedups for labels and branches Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-19 | Cleanup/speed up the branch<> file split and removed... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-19 | More work on the incremental importing of multiple... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-18 | Give branches a nice project prefix and don't bail... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-18 | Started rewriting the branch detection, based on "p4... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-18 | Removed unused cache variables. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-18 | Fix branch setup after initial clone. Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-17 | Removed todo item that is implemented :) Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Added support for git-p4 sync/rebase --with-origin... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Bite the bullet and automatically convert old style... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Changed the default p4 import branch to be refs/remotes... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Create the origin based import branch using git update... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Removed ancient and unused code to find the last imported... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Removed cleantags command. It doesn't have any meaning... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Clean up code duplication for revision parsing and... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Always pass a sha1 for the initial parent so that git... Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-17 | Fixing syncing (gitdir discovery / cd) for bare repositories Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-16 | A little todo note before I forget it :), based on... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-16 | Fix calling git-p4 rebase from within a subdirectory... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-16 | Give a better hint if git-p4 submit fails Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-16 | Added the possibility of skipping patches during git... Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-15 | Make git-p4 work with bare repositories. Signed-off-by: Simon Hausmann <simon@lst.de> |
diff | tree |
2007-05-15 | Fix git-p4 clone //depot/project (head import) Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-15 | Converted to unix newlines Signed-off-by: Simon Hausmann <shausman@trolltech.com> |
diff | tree |
2007-05-15 | Make submitting work on Windows. Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |
2007-05-15 | Make sure all popen calls use binary mode (for Windows... Signed-off-by: Simon Hausmann <hausmann@kde.org> |
diff | tree |