274 Commits (36e5e70e0f40cf7ca4351b8159d68f8560a2805f)

Author SHA1 Message Date
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
Johannes Schindelin df8cfac815 import-tars: Use the "Link indicator" to identify directories 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
Marius Storm-Olsen 95962f318e Make the command call silent 18 years ago
Simon Hausmann 42890f6291 Converted to unix newlines 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 ac1fde55a7 Added a little .bat wrapper from Marius 18 years ago
Simon Hausmann 0848358055 Use the subprocess module instead of popen2 to make it work on Windows. 18 years ago
Shawn O. Pearce d966e6aa66 Properly handle '0' filenames in import-tars 18 years ago
Simon Hausmann a844b7406f Document some implementation details, for the curious... :) 18 years ago
Johannes Schindelin 775477aa1d Teach import-tars about GNU tar's @LongLink extension. 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 ff5dba20e3 Doc cleanups. 18 years ago
Junio C Hamano d0c32b6339 Fix import-tars fix. 18 years ago
Johannes Schindelin 87859f3443 import-tars: be nice to wrong directory modes 18 years ago
Uwe Kleine-König 46f6178a3f fix importing of subversion tars 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