summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-p4
AgeCommit message (Expand)AuthorFilesLines
2007-05-28minor cleanupsLibravatar Han-Wen Nienhuys1-10/+20
2007-05-28cleanupLibravatar Han-Wen Nienhuys1-21/+19
2007-05-28Robustness fixes for pipesLibravatar Han-Wen Nienhuys1-27/+58
2007-05-28Fix my email address, this isn't really KDE related :)Libravatar Simon Hausmann1-2/+2
2007-05-28rename apply() to applyCommit(); apply is a python builtinLibravatar Han-Wen Nienhuys1-2/+2
2007-05-28reformatting: break long lines.Libravatar Han-Wen Nienhuys1-18/+30
2007-05-28CleanupsLibravatar Han-Wen Nienhuys1-22/+13
2007-05-27Fix creation of refs/remotes/p4/HEAD symbolic refLibravatar Simon Hausmann1-6/+1
2007-05-25Added git-p4 submit --trust-me-like-a-fool for the adventurous users :)Libravatar Simon Hausmann1-1/+5
2007-05-25Forgot to remove this TODO item when I made --with-origin the default :)Libravatar Simon Hausmann1-3/+0
2007-05-25Shortcut the case where we have no origin branchLibravatar Simon Hausmann1-2/+4
2007-05-25Make --with-origin the default for syncing.Libravatar Simon Hausmann1-6/+10
2007-05-25Make --with-origin also work without origin :)Libravatar Simon Hausmann1-2/+3
2007-05-25Make git-p4 work with packed refs (don't use os.path.exists to check for theLibravatar Simon Hausmann1-2/+2
2007-05-25Avoid creating non-p4 branches in remotes/p4 off of remotes/originLibravatar Simon Hausmann1-2/+6
2007-05-24Oops, fix --with-origin to /really/ also call git fetch :)Libravatar Simon Hausmann1-0/+4
2007-05-24Added support for --with-origin with multi-branch importsLibravatar Simon Hausmann1-30/+28
2007-05-24Forgot to remove this return statement from debuggingLibravatar Simon Hausmann1-1/+0
2007-05-24Fix creating the remotes/p4 branches based on origin/* for the multi-branch i...Libravatar Simon Hausmann1-9/+19
2007-05-24Replace \r\n with \n when importing from p4 on WindowsLibravatar Marius Storm-Olsen1-0/+4
2007-05-24Load the user map from p4 only once at run-time.Libravatar Simon Hausmann1-0/+4
2007-05-23Fix multi-branch import with --silent.Libravatar Simon Hausmann1-2/+3
2007-05-23Fix p4 execution in git-p4 rollback.Libravatar Simon Hausmann1-1/+1
2007-05-23Catch p4 errors in rollback early enough (before deleting refs!)Libravatar Simon Hausmann1-0/+3
2007-05-23Oops, fill the /list/ correct with the p4 exit code.Libravatar Simon Hausmann1-1/+3
2007-05-23Don't make len(p4Cmd("p4 changes -m 1 //foo/...")) == 0 succeed when the p4 c...Libravatar Simon Hausmann1-1/+3
2007-05-23Make rollback work with locally imported branchesLibravatar Simon Hausmann1-4/+14
2007-05-23Avoid calling git symbolic-ref refs/heads/p4//HEAD (double slash)Libravatar Simon Hausmann1-1/+1
2007-05-23Use refs/heads/* instead of refs/heads/p4/* for local importsLibravatar Simon Hausmann1-5/+10
2007-05-23Added support for --max-changes=<count> to ease import debuggingLibravatar Simon Hausmann1-1/+6
2007-05-23Added support for importing multiple branches into refs/heads instead of just...Libravatar Simon Hausmann1-12/+25
2007-05-21Fixes for rollback, delete branches that did not exist at the specified p4 ch...Libravatar Simon Hausmann1-2/+11
2007-05-21Fix branch detection in multi-branch importsLibravatar Simon Hausmann1-1/+1
2007-05-21Added a rollback command for debugging. It sets back the heads of the p4 bran...Libravatar Simon Hausmann1-5/+32
2007-05-21Make git-p4 submit --direct safer by also creating a git commitLibravatar Simon Hausmann1-20/+14
2007-05-21Detect with git-p4 submit --direct when there are no changes in the working d...Libravatar Simon Hausmann1-0/+3
2007-05-21Fix git symbolic-ref warning on initial cloneLibravatar Simon Hausmann1-1/+7
2007-05-21Fix error detection with git-p4 submit when the requested depot path is not i...Libravatar Simon Hausmann1-0/+2
2007-05-21Fix conversion from old style heads/p4 to remotes/p4/masterLibravatar Simon Hausmann1-5/+6
2007-05-21Improved output for multi branch imports and noted another little todo itemLibravatar Simon Hausmann1-6/+17
2007-05-20Another (potentially life-saving) idea for submit --directLibravatar Simon Hausmann1-0/+6
2007-05-20Had an idea for debugging, record it :)Libravatar Simon Hausmann1-0/+4
2007-05-20Specifying --detect-branches is now only needed for the initial clone/sync.Libravatar Simon Hausmann1-0/+3
2007-05-20Added support for git-p4 submit --direct (experimental)Libravatar Simon Hausmann1-14/+47
2007-05-20Use git format-patch and git apply --apply when extracting patches from git andLibravatar Simon Hausmann1-5/+8
2007-05-20Oops, not only /set/ gitdir on clone, also set it /correctly/ :)Libravatar Simon Hausmann1-1/+1
2007-05-20Fix gitdir not being set when cloning. Needed for writing the p4 users cache.Libravatar Simon Hausmann1-0/+3
2007-05-20Cache the output of "p4 users" for faster syncs on high latency links.Libravatar Simon Hausmann1-2/+21
2007-05-19Removed unused variable, more cleanupsLibravatar Simon Hausmann1-5/+5
2007-05-19More cleanups and speedups for labels and branchesLibravatar Simon Hausmann1-10/+29