Added support for importing multiple branches into refs/heads instead of just refs...
[jelmer/fast-export.git] / git-p4
2007-05-22 Simon HausmannAdded support for importing multiple branches into...
2007-05-21 Simon HausmannFixes for rollback, delete branches that did not exist...
2007-05-21 Simon HausmannFix branch detection in multi-branch imports
2007-05-21 Simon HausmannAdded rollback command for debugging
2007-05-21 Simon HausmannMake git-p4 submit --direct safer by also creating...
2007-05-21 Simon HausmannDetect with git-p4 submit --direct when there are no...
2007-05-21 Simon HausmannFix git symbolic-ref warning on initial clone
2007-05-21 Simon HausmannFix error detection with git-p4 submit when the request...
2007-05-21 Simon HausmannFix conversion from old style heads/p4 to remotes/p4...
2007-05-20 Simon HausmannImproved output for multi branch imports and noted...
2007-05-20 Simon HausmannAnother (potentially life-saving) idea for submit ...
2007-05-20 Simon HausmannHad an idea for debugging, record it :)
2007-05-20 Simon HausmannSpecifying --detect-branches is now only needed for...
2007-05-20 Simon HausmannAdded support for git-p4 submit --direct (experimental)
2007-05-20 Simon HausmannUse git format-patch and git apply --apply when extract...
2007-05-20 Simon HausmannOops, not only /set/ gitdir on clone, also set it ...
2007-05-20 Simon HausmannFix gitdir not being set when cloning. Needed for writi...
2007-05-20 Simon HausmannCache the output of "p4 users" for faster syncs on...
2007-05-19 Simon HausmannRemoved unused variable, more cleanups
2007-05-19 Simon HausmannMore cleanups and speedups for labels and branches
2007-05-19 Simon HausmannCleanup/speed up the branch<> file split and removed...
2007-05-19 Simon HausmannMore work on the incremental importing of multiple...
2007-05-18 Simon HausmannGive branches a nice project prefix and don't bail...
2007-05-18 Simon HausmannStarted rewriting the branch detection, based on "p4...
2007-05-18 Simon HausmannRemoved unused cache variables.
2007-05-18 Simon HausmannFix branch setup after initial clone.
2007-05-17 Simon HausmannRemoved todo item that is implemented :)
2007-05-17 Simon HausmannAdded support for git-p4 sync/rebase --with-origin...
2007-05-17 Simon HausmannBite the bullet and automatically convert old style...
2007-05-17 Simon HausmannChanged the default p4 import branch to be refs/remotes...
2007-05-17 Simon HausmannCreate the origin based import branch using git update...
2007-05-17 Simon HausmannRemoved ancient and unused code to find the last import...
2007-05-17 Simon HausmannRemoved cleantags command. It doesn't have any meaning...
2007-05-17 Simon HausmannClean up code duplication for revision parsing and...
2007-05-17 Simon HausmannAlways pass a sha1 for the initial parent so that git...
2007-05-17 Simon HausmannFixing syncing (gitdir discovery / cd) for bare reposit...
2007-05-16 Simon HausmannA little todo note before I forget it :), based on...
2007-05-16 Simon HausmannFix calling git-p4 rebase from within a subdirectory...
2007-05-16 Simon HausmannGive a better hint if git-p4 submit fails
2007-05-16 Simon HausmannAdded the possibility of skipping patches during git...
2007-05-15 Simon HausmannMake git-p4 work with bare repositories.
2007-05-15 Simon HausmannFix git-p4 clone //depot/project (head import)
2007-05-15 Simon HausmannMake submitting work on Windows.
2007-05-15 Simon HausmannMake sure all popen calls use binary mode (for Windows...
2007-05-15 Simon HausmannUse the subprocess module instead of popen2 to make...
2007-05-01 Simon HausmannCleanup, removed the old tagging code
2007-05-01 Simon Hausmanncleanup, renamed self.globalPrefix to self.depotPath
2007-05-01 Simon HausmannMicro cleanup
2007-04-15 Simon HausmannHandle patch errors in git-p4 submit better.
2007-04-15 Simon HausmannA new attempt at fixing the child-fast-import-process...
2007-04-14 Simon HausmannSlightly improved formatting of the raw_input questions.
2007-04-14 Simon HausmannRemoved the old patch apply code from git-p4 submit.
2007-04-14 Simon HausmannFix the timezone formatting. Now qgit also displays...
2007-04-13 Simon HausmannPrint an error message of some sort if git fast-import...
2007-04-09 Simon HausmannAllow for convenient rebasing after git-p4 submit
2007-04-08 Simon Hausmannfix variable usage (oops)
2007-04-08 Simon HausmannFix file determination for #head imports
2007-04-08 Simon HausmannAdded git-p4 clone convenience command
2007-04-08 Simon HausmannHonor --silent for labels
2007-04-07 Simon HausmannTurn off potentially slow label detection by default
2007-04-07 Simon HausmannProvide a tree summary after git-p4 rebase
2007-04-07 Simon HausmannAdded git-p4 rebase convenience
2007-04-01 Simon HausmannMinor cleanup
2007-04-01 Simon HausmannFix "compilation" :)
2007-03-29 Simon HausmannFix the docs for git-p4 submit and turn git-p4 submit...
2007-03-28 Simon HausmannFix variable usage in tag import
2007-03-26 Simon HausmannAdded support for mapping p4 labels to git tags
2007-03-26 Simon Hausmanngit-p4 debug doesn't need a git repository
2007-03-25 Simon HausmannDon't try to parse any options with git-p4 debug but...
2007-03-24 Simon HausmannPrefer git command over git-command.
2007-03-24 Simon HausmannMinor cosmetic fixlet ;-)
2007-03-24 Simon HausmannDifferent versions of p4 have different output for...
2007-03-23 Simon HausmannUse the new incremental import style by default
2007-03-23 Simon HausmannMake it possible to run git-p4 submit from within the...
2007-03-22 Simon HausmannBrand new smart incremental import that doesn't need...
2007-03-22 Simon HausmannSet the default branch in run, not in the constructor
2007-03-22 Simon HausmannHelper function to check the existance of a revision
2007-03-22 Simon HausmannAdded some helper function(s) to parse the depot path...
2007-03-22 Simon HausmannChanged the default branch for imports from "master...
2007-03-22 Simon HausmannChanged the format of the imported log message slightly...
2007-03-22 Simon HausmannGet rid of the ugly .py extensions - in everyday usage...