556 Commits (be52a41c4ea02fe7fabfef4ea9af821cdfd69a15)

Author SHA1 Message Date
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
Andy Parkins c855195cd0 post-receive-email example hook: sed command for getting description was wrong 18 years ago
Andy Parkins 024e5b31af post-receive-email example hook: detect rewind-only updates and output sensible message 18 years ago
Andy Parkins 8e404f82ab post-receive-email example hook: fastforward should have been fast_forward 18 years ago
Uwe Kleine-König 46f6178a3f fix importing of subversion tars 18 years ago
Josh Triplett 2122591b3b Add clean.requireForce option, and add -f option to git-clean to override it 18 years ago
Aneesh Kumar K.V 2c9750cc8b gitview: annotation support 18 years ago
Alexandre Julliard 413689d36f git.el: Add a commit description to the reflog. 18 years ago
Shawn O. Pearce 9398e5aa16 Contribute a fairly paranoid update hook 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 7243b350b3 Added a simple example of usage to the "documentation" :) 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