summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-23Doc updatesLibravatar Simon Hausmann1-1/+8
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
2007-05-19Cleanup/speed up the branch<> file split and removed change range limitation ...Libravatar Simon Hausmann1-17/+9
2007-05-19More work on the incremental importing of multiple branches.Libravatar Simon Hausmann1-14/+76
2007-05-18Give branches a nice project prefix and don't bail out on clone if we failedLibravatar Simon Hausmann1-3/+18
2007-05-18Started rewriting the branch detection, based on "p4 branches" and "p4 branch...Libravatar Simon Hausmann1-242/+45
2007-05-18Removed unused cache variables.Libravatar Simon Hausmann1-4/+0
2007-05-18Fix branch setup after initial clone.Libravatar Simon Hausmann1-7/+2
2007-05-17Removed todo item that is implemented :)Libravatar Simon Hausmann1-2/+0
2007-05-17Added support for git-p4 sync/rebase --with-origin. See git-p4.txt for detail...Libravatar Simon Hausmann2-2/+41
2007-05-17Bite the bullet and automatically convert old style refs/heads/p4 repositoriesLibravatar Simon Hausmann1-2/+4
2007-05-17Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master}Libravatar Simon Hausmann2-4/+12
2007-05-17Create the origin based import branch using git update-ref instead of git branchLibravatar Simon Hausmann1-1/+4
2007-05-17Removed ancient and unused code to find the last imported revision from previ...Libravatar Simon Hausmann1-17/+0
2007-05-17Removed cleantags command. It doesn't have any meaning anymore.Libravatar Simon Hausmann1-39/+0
2007-05-17Clean up code duplication for revision parsing and fix previous commit to notLibravatar Simon Hausmann1-3/+6
2007-05-17Always pass a sha1 for the initial parent so that git-fast-import doesn't thinkLibravatar Simon Hausmann1-3/+4