2007-05-22 |
Use refs/heads/* instead of refs/heads/p4/* for local... |
blob | diff | raw |
2007-05-22 |
Added support for --max-changes=<count> to ease import... |
blob | diff | raw | diff to current |
2007-05-22 |
Added support for importing multiple branches into... |
blob | diff | raw | diff to current |
2007-05-21 |
Fixes for rollback, delete branches that did not exist... |
blob | diff | raw | diff to current |
2007-05-21 |
Fix branch detection in multi-branch imports |
blob | diff | raw | diff to current |
2007-05-21 |
Added a rollback command for debugging. It sets back... |
blob | diff | raw | diff to current |
2007-05-21 |
Make git-p4 submit --direct safer by also creating... |
blob | diff | raw | diff to current |
2007-05-21 |
Detect with git-p4 submit --direct when there are no... |
blob | diff | raw | diff to current |
2007-05-21 |
Fix git symbolic-ref warning on initial clone |
blob | diff | raw | diff to current |
2007-05-21 |
Fix error detection with git-p4 submit when the request... |
blob | diff | raw | diff to current |
2007-05-21 |
Fix conversion from old style heads/p4 to remotes/p4... |
blob | diff | raw | diff to current |
2007-05-20 |
Improved output for multi branch imports and noted... |
blob | diff | raw | diff to current |
2007-05-20 |
Another (potentially life-saving) idea for submit ... |
blob | diff | raw | diff to current |
2007-05-20 |
Had an idea for debugging, record it :) |
blob | diff | raw | diff to current |
2007-05-20 |
Specifying --detect-branches is now only needed for... |
blob | diff | raw | diff to current |
2007-05-20 |
Added support for git-p4 submit --direct (experimental) |
blob | diff | raw | diff to current |
2007-05-20 |
Use git format-patch and git apply --apply when extract... |
blob | diff | raw | diff to current |
2007-05-20 |
Oops, not only /set/ gitdir on clone, also set it ... |
blob | diff | raw | diff to current |
2007-05-20 |
Fix gitdir not being set when cloning. Needed for writi... |
blob | diff | raw | diff to current |
2007-05-20 |
Cache the output of "p4 users" for faster syncs on... |
blob | diff | raw | diff to current |
2007-05-19 |
Removed unused variable, more cleanups |
blob | diff | raw | diff to current |
2007-05-19 |
More cleanups and speedups for labels and branches |
blob | diff | raw | diff to current |
2007-05-19 |
Cleanup/speed up the branch<> file split and removed... |
blob | diff | raw | diff to current |
2007-05-19 |
More work on the incremental importing of multiple... |
blob | diff | raw | diff to current |
2007-05-18 |
Give branches a nice project prefix and don't bail... |
blob | diff | raw | diff to current |
2007-05-18 |
Started rewriting the branch detection, based on "p4... |
blob | diff | raw | diff to current |
2007-05-18 |
Removed unused cache variables. |
blob | diff | raw | diff to current |
2007-05-18 |
Fix branch setup after initial clone. |
blob | diff | raw | diff to current |
2007-05-17 |
Removed todo item that is implemented :) |
blob | diff | raw | diff to current |
2007-05-17 |
Added support for git-p4 sync/rebase --with-origin... |
blob | diff | raw | diff to current |
2007-05-17 |
Bite the bullet and automatically convert old style... |
blob | diff | raw | diff to current |
2007-05-17 |
Changed the default p4 import branch to be refs/remotes... |
blob | diff | raw | diff to current |
2007-05-17 |
Create the origin based import branch using git update... |
blob | diff | raw | diff to current |
2007-05-17 |
Removed ancient and unused code to find the last import... |
blob | diff | raw | diff to current |
2007-05-17 |
Removed cleantags command. It doesn't have any meaning... |
blob | diff | raw | diff to current |
2007-05-17 |
Clean up code duplication for revision parsing and... |
blob | diff | raw | diff to current |
2007-05-17 |
Always pass a sha1 for the initial parent so that git... |
blob | diff | raw | diff to current |
2007-05-17 |
Fixing syncing (gitdir discovery / cd) for bare reposit... |
blob | diff | raw | diff to current |
2007-05-16 |
A little todo note before I forget it :), based on... |
blob | diff | raw | diff to current |
2007-05-16 |
Fix calling git-p4 rebase from within a subdirectory... |
blob | diff | raw | diff to current |
2007-05-16 |
Give a better hint if git-p4 submit fails |
blob | diff | raw | diff to current |
2007-05-16 |
Added the possibility of skipping patches during git... |
blob | diff | raw | diff to current |
2007-05-15 |
Make git-p4 work with bare repositories. |
blob | diff | raw | diff to current |
2007-05-15 |
Fix git-p4 clone //depot/project (head import) |
blob | diff | raw | diff to current |
2007-05-15 |
Make submitting work on Windows. |
blob | diff | raw | diff to current |
2007-05-15 |
Make sure all popen calls use binary mode (for Windows... |
blob | diff | raw | diff to current |
2007-05-15 |
Use the subprocess module instead of popen2 to make... |
blob | diff | raw | diff to current |
2007-05-01 |
Cleanup, removed the old tagging code |
blob | diff | raw | diff to current |
2007-05-01 |
cleanup, renamed self.globalPrefix to self.depotPath |
blob | diff | raw | diff to current |
2007-05-01 |
Micro cleanup |
blob | diff | raw | diff to current |
2007-04-15 |
Handle patch errors in git-p4 submit better. |
blob | diff | raw | diff to current |
2007-04-15 |
A new attempt at fixing the child-fast-import-process... |
blob | diff | raw | diff to current |
2007-04-14 |
Slightly improved formatting of the raw_input questions. |
blob | diff | raw | diff to current |
2007-04-14 |
Removed the old patch apply code from git-p4 submit. |
blob | diff | raw | diff to current |
2007-04-14 |
Fix the timezone formatting. Now qgit also displays... |
blob | diff | raw | diff to current |
2007-04-13 |
Print an error message of some sort if git fast-import... |
blob | diff | raw | diff to current |
2007-04-09 |
Allow for convenient rebasing after git-p4 submit |
blob | diff | raw | diff to current |
2007-04-08 |
fix variable usage (oops) |
blob | diff | raw | diff to current |
2007-04-08 |
Fix file determination for #head imports |
blob | diff | raw | diff to current |
2007-04-08 |
Added git-p4 clone convenience command |
blob | diff | raw | diff to current |
2007-04-08 |
Honor --silent for labels |
blob | diff | raw | diff to current |
2007-04-07 |
Turn off potentially slow label detection by default |
blob | diff | raw | diff to current |
2007-04-07 |
Provide a tree summary after git-p4 rebase |
blob | diff | raw | diff to current |
2007-04-07 |
Added git-p4 rebase convenience |
blob | diff | raw | diff to current |
2007-04-01 |
Clean up python class names. |
blob | diff | raw | diff to current |
2007-04-01 |
Fix "compilation" :) |
blob | diff | raw | diff to current |
2007-03-29 |
Fix the docs for git-p4 submit and turn git-p4 submit... |
blob | diff | raw | diff to current |
2007-03-28 |
Fix variable usage in tag import |
blob | diff | raw | diff to current |
2007-03-26 |
Added support for mapping p4 labels to git tags |
blob | diff | raw | diff to current |
2007-03-26 |
git-p4 debug doesn't need a git repository |
blob | diff | raw | diff to current |
2007-03-25 |
Don't try to parse any options with git-p4 debug but... |
blob | diff | raw | diff to current |
2007-03-24 |
Prefer git command over git-command. |
blob | diff | raw | diff to current |
2007-03-24 |
Minor cosmetic fixlet for the git-p4 submit sync question. |
blob | diff | raw | diff to current |
2007-03-24 |
Different versions of p4 have different output for... |
blob | diff | raw | diff to current |
2007-03-23 |
Use the new incremental import style by default |
blob | diff | raw | diff to current |
2007-03-23 |
Make it possible to run git-p4 submit from within the... |
blob | diff | raw | diff to current |
2007-03-22 |
Brand new smart incremental import that doesn't need... |
blob | diff | raw | diff to current |
2007-03-22 |
Set the default branch in run, not in the constructor |
blob | diff | raw | diff to current |
2007-03-22 |
Helper function to check the existance of a revision |
blob | diff | raw | diff to current |
2007-03-22 |
Added some helper function(s) to parse the depot path... |
blob | diff | raw | diff to current |
2007-03-22 |
Changed the default branch for imports from "master... |
blob | diff | raw | diff to current |
2007-03-22 |
Changed the format of the imported log message slightly... |
blob | diff | raw | diff to current |
2007-03-22 |
Removed the .py extension from git-p4 as it's annoying... |
blob | diff | raw | diff to current |
|