168 Commits (36e5e70e0f40cf7ca4351b8159d68f8560a2805f)

Author SHA1 Message Date
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
Simon Hausmann c45b1cfe1e Fix file determination for #head imports 18 years ago
Simon Hausmann f9a3a4f796 Added git-p4 clone convenience command 18 years ago
Simon Hausmann 68ed351ab5 Honor --silent for labels 18 years ago
Simon Hausmann cb53e1f8e9 Turn off potentially slow label detection by default 18 years ago
Simon Hausmann 1f52af6c73 Provide a tree summary after git-p4 rebase 18 years ago
Simon Hausmann 01ce1fe967 Added git-p4 rebase convenience 18 years ago
Simon Hausmann 711544b00c Clean up python class names. 18 years ago
Simon Hausmann 2a9489c024 Fix "compilation" :) 18 years ago
Simon Hausmann c9b50e6307 Fix the docs for git-p4 submit and turn git-p4 submit --master=foo into 18 years ago