Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-17 | Added support for git-p4 sync/rebase --with-origin. See git-p4.txt for ↵ | Simon Hausmann | 2 | -2/+41 | |
details :) Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Bite the bullet and automatically convert old style refs/heads/p4 repositories | Simon Hausmann | 1 | -2/+4 | |
to the new style refs/remotes/p4 branching. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Changed the default p4 import branch to be refs/remotes/p4/{HEAD,master} | Simon Hausmann | 2 | -4/+12 | |
instead of refs/heads/p4. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Create the origin based import branch using git update-ref instead of git branch | Simon Hausmann | 1 | -1/+4 | |
so that it's possible to have the import branch in refs/remotes. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Removed ancient and unused code to find the last imported revision from ↵ | Simon Hausmann | 1 | -17/+0 | |
previous imports to use for the current import by looking at the p4 tags. The current approach of using the log message works better. Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Removed cleantags command. It doesn't have any meaning anymore. | Simon Hausmann | 1 | -39/+0 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Clean up code duplication for revision parsing and fix previous commit to not | Simon Hausmann | 1 | -3/+6 | |
import into remotes/p4 (yet!). Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Always pass a sha1 for the initial parent so that git-fast-import doesn't think | Simon Hausmann | 1 | -3/+4 | |
it's creating a new branch from itself. It's a sensible error in general but in the case of incremental imports we have to apply force :) Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-17 | Fixing syncing (gitdir discovery / cd) for bare repositories | Simon Hausmann | 1 | -1/+3 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-16 | A little todo note before I forget it :), based on a suggestion from Lars. | Simon Hausmann | 1 | -0/+2 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-16 | Fix calling git-p4 rebase from within a subdirectory (git rebase wants to be ↵ | Simon Hausmann | 1 | -0/+2 | |
in toplevel) Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-16 | Give a better hint if git-p4 submit fails | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-16 | Added the possibility of skipping patches during git-p4 submit | Simon Hausmann | 1 | -2/+13 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-15 | Make git-p4 work with bare repositories. | Simon Hausmann | 1 | -3/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-15 | Fix git-p4 clone //depot/project (head import) | Simon Hausmann | 1 | -0/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-15 | Make the command call silent | Marius Storm-Olsen | 1 | -1/+1 | |
Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> | |||||
2007-05-15 | Converted to unix newlines | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <shausman@trolltech.com> | |||||
2007-05-15 | Make submitting work on Windows. | Simon Hausmann | 1 | -5/+11 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-05-15 | Make sure all popen calls use binary mode (for Windows) and | Simon Hausmann | 1 | -17/+19 | |
also make gitBranchExists work on Windows. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-05-15 | Added a little .bat wrapper from Marius | Simon Hausmann | 1 | -0/+1 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-05-15 | Use the subprocess module instead of popen2 to make it work on Windows. | Simon Hausmann | 1 | -5/+5 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-05-07 | Document some implementation details, for the curious... :) | Simon Hausmann | 1 | -0/+17 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-01 | Cleanup, removed the old tagging code | Simon Hausmann | 1 | -16/+0 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-01 | cleanup, renamed self.globalPrefix to self.depotPath | Simon Hausmann | 1 | -40/+40 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-01 | Micro cleanup | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-05-01 | Doc cleanups. | Simon Hausmann | 1 | -6/+2 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-15 | Handle patch errors in git-p4 submit better. | Simon Hausmann | 1 | -6/+32 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-15 | A new attempt at fixing the child-fast-import-process-not-finished race ↵ | Simon Hausmann | 1 | -2/+5 | |
condition in the clone command Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-14 | Slightly improved formatting of the raw_input questions. | Simon Hausmann | 1 | -3/+3 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-14 | Removed the old patch apply code from git-p4 submit. | Simon Hausmann | 1 | -18/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-14 | Fix the timezone formatting. Now qgit also displays (parses) it correctly. | Simon Hausmann | 1 | -4/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-13 | Print an error message of some sort if git fast-import fails. | Simon Hausmann | 1 | -0/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-09 | Allow for convenient rebasing after git-p4 submit | Simon Hausmann | 1 | -0/+6 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Added a simple example of usage to the "documentation" :) | Simon Hausmann | 1 | -0/+22 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | fix variable usage (oops) | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Fix file determination for #head imports | Simon Hausmann | 1 | -1/+2 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Added git-p4 clone convenience command | Simon Hausmann | 2 | -3/+77 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Honor --silent for labels | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Turn off potentially slow label detection by default | Simon Hausmann | 1 | -2/+6 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-08 | Provide a tree summary after git-p4 rebase | Simon Hausmann | 1 | -1/+3 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-07 | Added git-p4 rebase convenience | Simon Hausmann | 2 | -3/+33 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-04-01 | Clean up python class names. | Simon Hausmann | 1 | -4/+4 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-04-01 | Fix "compilation" :) | Simon Hausmann | 1 | -2/+2 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-03-29 | Fix the docs for git-p4 submit and turn git-p4 submit --master=foo into | Simon Hausmann | 2 | -21/+20 | |
simply git-p4 submit mytopicbranch. Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-03-28 | Fix variable usage in tag import | Simon Hausmann | 1 | -2/+2 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-03-26 | Added support for mapping p4 labels to git tags | Simon Hausmann | 1 | -1/+57 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-03-26 | git-p4 debug doesn't need a git repository | Simon Hausmann | 1 | -13/+16 | |
Signed-off-by: Simon Hausmann <hausmann@kde.org> | |||||
2007-03-26 | Don't try to parse any options with git-p4 debug but pass it straight on to p4 | Simon Hausmann | 1 | -6/+10 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-03-24 | Prefer git command over git-command. | Simon Hausmann | 1 | -14/+14 | |
Signed-off-by: Simon Hausmann <simon@lst.de> | |||||
2007-03-24 | Minor cosmetic fixlet for the git-p4 submit sync question. | Simon Hausmann | 1 | -1/+1 | |
Signed-off-by: Simon Hausmann <simon@lst.de> |