2007-06-08 |
Simon Hausmann | Only get the expensive branch mapping from the p4 server... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-06-07 |
Simon Hausmann | Make git-p4 submit detect the correct reference (origin... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-06-07 |
Simon Hausmann | Make clone behave like git clone by default again. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-28 |
Simon Hausmann | Fix typo in listExistingP4Branches that broke sync. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-28 |
Simon Hausmann | In *_pipe print the command that failed if it fails. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-28 |
Simon Hausmann | Fix my email address, this isn't really KDE related :) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-28 |
Han-Wen Nienhuys | rename apply() to applyCommit(); apply is a python...
|
commit | commitdiff | tree |
2007-05-28 |
Han-Wen Nienhuys | reformatting: break long lines.
|
commit | commitdiff | tree |
2007-05-28 |
Han-Wen Nienhuys | Cleanups
|
commit | commitdiff | tree |
2007-05-27 |
Simon Hausmann | Fix creation of refs/remotes/p4/HEAD symbolic ref Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-25 |
Simon Hausmann | Added git-p4 submit --trust-me-like-a-fool for the... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-25 |
Simon Hausmann | Forgot to remove this TODO item when I made --with... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-25 |
Simon Hausmann | Make git-p4 work with packed refs (don't use os.path... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-25 |
Simon Hausmann | Avoid creating non-p4 branches in remotes/p4 off of... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-24 |
Simon Hausmann | Oops, fix --with-origin to /really/ also call git fetch :) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-24 |
Simon Hausmann | Added support for --with-origin with multi-branch imports Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-24 |
Simon Hausmann | Forgot to remove this return statement from debugging Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-24 |
Simon Hausmann | Fix creating the remotes/p4 branches based on origin... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-23 |
Simon Hausmann | Load the user map from p4 only once at run-time. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-22 |
Simon Hausmann | Doc updates Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-21 |
Simon Hausmann | Fix conversion from old style heads/p4 to remotes/p4... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Another (potentially life-saving) idea for submit ... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Had an idea for debugging, record it :) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Added support for git-p4 submit --direct (experimental) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Use git format-patch and git apply --apply when extracting... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Oops, not only /set/ gitdir on clone, also set it ... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Fix gitdir not being set when cloning. Needed for writing... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-20 |
Simon Hausmann | Cache the output of "p4 users" for faster syncs on... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Removed todo item that is implemented :) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Added support for git-p4 sync/rebase --with-origin... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Bite the bullet and automatically convert old style... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Changed the default p4 import branch to be refs/remotes... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Create the origin based import branch using git update... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Removed ancient and unused code to find the last imported... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Removed cleantags command. It doesn't have any meaning... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Clean up code duplication for revision parsing and... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Always pass a sha1 for the initial parent so that git... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-17 |
Simon Hausmann | Fixing syncing (gitdir discovery / cd) for bare repositories Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-15 |
Simon Hausmann | Make git-p4 work with bare repositories. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-07 |
Simon Hausmann | Document some implementation details, for the curious... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-01 |
Simon Hausmann | Cleanup, removed the old tagging code Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-01 |
Simon Hausmann | cleanup, renamed self.globalPrefix to self.depotPath Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-01 |
Simon Hausmann | Micro cleanup Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-05-01 |
Simon Hausmann | Doc cleanups. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-15 |
Simon Hausmann | Handle patch errors in git-p4 submit better. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-15 |
Simon Hausmann | A new attempt at fixing the child-fast-import-process... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-14 |
Simon Hausmann | Slightly improved formatting of the raw_input questions. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-14 |
Simon Hausmann | Removed the old patch apply code from git-p4 submit. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-14 |
Simon Hausmann | Fix the timezone formatting. Now qgit also displays... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-13 |
Simon Hausmann | Print an error message of some sort if git fast-import... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-09 |
Simon Hausmann | Allow for convenient rebasing after git-p4 submit Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-08 |
Simon Hausmann | Added a simple example of usage to the "documentation" :) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-08 |
Simon Hausmann | fix variable usage (oops) Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-08 |
Simon Hausmann | Fix file determination for #head imports Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-08 |
Simon Hausmann | Added git-p4 clone convenience command Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-08 |
Simon Hausmann | Honor --silent for labels Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-07 |
Simon Hausmann | Turn off potentially slow label detection by default Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-07 |
Simon Hausmann | Provide a tree summary after git-p4 rebase Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-04-07 |
Simon Hausmann | Added git-p4 rebase convenience Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-25 |
Simon Hausmann | Don't try to parse any options with git-p4 debug but... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-24 |
Simon Hausmann | Prefer git command over git-command. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-24 |
Simon Hausmann | Minor cosmetic fixlet for the git-p4 submit sync question. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-24 |
Simon Hausmann | Different versions of p4 have different output for... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Brand new smart incremental import that doesn't need... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Set the default branch in run, not in the constructor Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Helper function to check the existance of a revision Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Added some helper function(s) to parse the depot path... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Changed the default branch for imports from "master... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-22 |
Simon Hausmann | Changed the format of the imported log message slightly... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-21 |
Simon Hausmann | Don't show the submit template and the diff first in... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-21 |
Simon Hausmann | Documentation enhancements. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-14 |
Simon Hausmann | Auto-detect the current git branch before submitting... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-14 |
Simon Hausmann | Ignore Apple resource files when importing from perforce... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-10 |
Simon Hausmann | Make the p4 data/command cache configurable through... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-03-10 |
Simon Hausmann | Fixed p4-debug file extension. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | When trying to map p4 integrations to git merges just... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | Set git fast-import marks for every imported change... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | After marking a p4 branch as merged don't ever merge... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | More fixes in heuristic p4 branch detection based on... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | Started work on p4 branch detection (experimental!). Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-12 |
Simon Hausmann | Code cleanups. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-11 |
Simon Hausmann | Cleanups, remove unused variable. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-11 |
Simon Hausmann | Create lightweight git tags (using the "reset" trick... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-10 |
Simon Hausmann | Changed the default git import branch from "p4" to... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-10 |
Simon Hausmann | Avoid the excessive use of git tags for every perforce... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-10 |
Simon Hausmann | Minor code cleanups. Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |
2007-02-08 |
Simon Hausmann | Added a little helper script to debug the output of... Signed-off-by: Simon Hausmann <simon@lst.de>
|
commit | commitdiff | tree |