75 Commits (faf1bd202640263b06c99c335269971aa9d9ead1)

Author SHA1 Message Date
Simon Hausmann faf1bd2026 Fix git symbolic-ref warning on initial clone 18 years ago
Simon Hausmann dc52403696 Fix error detection with git-p4 submit when the requested depot path is not in the client view. 18 years ago
Simon Hausmann 33be3e6550 Fix conversion from old style heads/p4 to remotes/p4/master 18 years ago
Simon Hausmann 341dc1c179 Improved output for multi branch imports and noted another little todo item 18 years ago
Simon Hausmann b1561ee256 Another (potentially life-saving) idea for submit --direct 18 years ago
Simon Hausmann 24f7b53fdd Had an idea for debugging, record it :) 18 years ago
Simon Hausmann 8a5fc95b43 Specifying --detect-branches is now only needed for the initial clone/sync. 18 years ago
Simon Hausmann c1b296b9f1 Added support for git-p4 submit --direct (experimental) 18 years ago
Simon Hausmann 47a130b7bf Use git format-patch and git apply --apply when extracting patches from git and 18 years ago
Simon Hausmann 64ffb06a9c Oops, not only /set/ gitdir on clone, also set it /correctly/ :) 18 years ago
Simon Hausmann 59fa417109 Fix gitdir not being set when cloning. Needed for writing the p4 users cache. 18 years ago
Simon Hausmann b607e71efd Cache the output of "p4 users" for faster syncs on high latency links. 18 years ago
Simon Hausmann 9bda3a8556 Removed unused variable, more cleanups 18 years ago
Simon Hausmann 71b112d4a4 More cleanups and speedups for labels and branches 18 years ago
Simon Hausmann d5904674d1 Cleanup/speed up the branch<> file split and removed change range limitation that I added 18 years ago
Simon Hausmann 29bdbac1cd More work on the incremental importing of multiple branches. 18 years ago
Simon Hausmann 8f9b2e082b Give branches a nice project prefix and don't bail out on clone if we failed 18 years ago
Simon Hausmann 4b97ffb1e4 Started rewriting the branch detection, based on "p4 branches" and "p4 branch -o foo". 18 years ago
Simon Hausmann 66c6a9b559 Removed unused cache variables. 18 years ago
Simon Hausmann 05094f987c Fix branch setup after initial clone. 18 years ago
Simon Hausmann 71bd9bacec Removed todo item that is implemented :) 18 years ago
Simon Hausmann ef48f9093c Added support for git-p4 sync/rebase --with-origin. See git-p4.txt for details :) 18 years ago
Simon Hausmann 48df6fd850 Bite the bullet and automatically convert old style refs/heads/p4 repositories 18 years ago
Simon Hausmann c6d44cb1a1 Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master} 18 years ago
Simon Hausmann 8ead4fda3f Create the origin based import branch using git update-ref instead of git branch 18 years ago
Simon Hausmann 1c9d393d30 Removed ancient and unused code to find the last imported revision from previous imports 18 years ago
Simon Hausmann 8a2820def4 Removed cleantags command. It doesn't have any meaning anymore. 18 years ago
Simon Hausmann 463e8af655 Clean up code duplication for revision parsing and fix previous commit to not 18 years ago
Simon Hausmann f9162f6a4c Always pass a sha1 for the initial parent so that git-fast-import doesn't think 18 years ago
Simon Hausmann 5c4153e488 Fixing syncing (gitdir discovery / cd) for bare repositories 18 years ago
Simon Hausmann ca0affe7bb A little todo note before I forget it :), based on a suggestion from Lars. 18 years ago
Simon Hausmann dc1a93b6dc Fix calling git-p4 rebase from within a subdirectory (git rebase wants to be in toplevel) 18 years ago
Simon Hausmann c3c4624451 Give a better hint if git-p4 submit fails 18 years ago
Simon Hausmann d336c15835 Added the possibility of skipping patches during git-p4 submit 18 years ago
Simon Hausmann 81f2373f89 Make git-p4 work with bare repositories. 18 years ago
Simon Hausmann cd6cc0d318 Fix git-p4 clone //depot/project (head import) 18 years ago
Simon Hausmann 25df95cce4 Make submitting work on Windows. 18 years ago
Simon Hausmann caace11112 Make sure all popen calls use binary mode (for Windows) and 18 years ago
Simon Hausmann 0848358055 Use the subprocess module instead of popen2 to make it work on Windows. 18 years ago
Simon Hausmann 2835925139 Cleanup, removed the old tagging code 18 years ago
Simon Hausmann 8f8725314d cleanup, renamed self.globalPrefix to self.depotPath 18 years ago
Simon Hausmann 1c094184da Micro cleanup 18 years ago
Simon Hausmann 51a2640afd Handle patch errors in git-p4 submit better. 18 years ago
Simon Hausmann 90865adc01 A new attempt at fixing the child-fast-import-process-not-finished race condition 18 years ago
Simon Hausmann 5e80dd4d7e Slightly improved formatting of the raw_input questions. 18 years ago
Simon Hausmann 8b72ca0f76 Removed the old patch apply code from git-p4 submit. 18 years ago
Simon Hausmann f291b4e3d4 Fix the timezone formatting. Now qgit also displays (parses) it correctly. 18 years ago
Simon Hausmann fd4ca86a0b Print an error message of some sort if git fast-import fails. 18 years ago
Simon Hausmann 80b5910fac Allow for convenient rebasing after git-p4 submit 18 years ago
Simon Hausmann 10c3211b81 fix variable usage (oops) 18 years ago