summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix calling git-p4 rebase from within a subdirectory (git rebase wants to be ...Simon Hausmann2007-05-161-0/+2
| * Give a better hint if git-p4 submit failsSimon Hausmann2007-05-161-1/+1
| * Added the possibility of skipping patches during git-p4 submitSimon Hausmann2007-05-161-2/+13
| * Make git-p4 work with bare repositories.Simon Hausmann2007-05-151-3/+1
| * Fix git-p4 clone //depot/project (head import)Simon Hausmann2007-05-151-0/+1
| * Make the command call silentMarius Storm-Olsen2007-05-151-1/+1
| * Converted to unix newlinesSimon Hausmann2007-05-151-1/+1
| * Make submitting work on Windows.Simon Hausmann2007-05-151-5/+11
| * Make sure all popen calls use binary mode (for Windows) andSimon Hausmann2007-05-151-17/+19
| * Added a little .bat wrapper from MariusSimon Hausmann2007-05-151-0/+1
| * Use the subprocess module instead of popen2 to make it work on Windows.Simon Hausmann2007-05-151-5/+5
| * Document some implementation details, for the curious... :)Simon Hausmann2007-05-071-0/+17
| * Cleanup, removed the old tagging codeSimon Hausmann2007-05-011-16/+0
| * cleanup, renamed self.globalPrefix to self.depotPathSimon Hausmann2007-05-011-40/+40
| * Micro cleanupSimon Hausmann2007-05-011-1/+1
| * Doc cleanups.Simon Hausmann2007-05-011-6/+2
| * Handle patch errors in git-p4 submit better.Simon Hausmann2007-04-151-6/+32
| * A new attempt at fixing the child-fast-import-process-not-finished race condi...Simon Hausmann2007-04-151-2/+5
| * Slightly improved formatting of the raw_input questions.Simon Hausmann2007-04-141-3/+3
| * Removed the old patch apply code from git-p4 submit.Simon Hausmann2007-04-141-18/+1
| * Fix the timezone formatting. Now qgit also displays (parses) it correctly.Simon Hausmann2007-04-141-4/+1
| * Print an error message of some sort if git fast-import fails.Simon Hausmann2007-04-131-0/+1
| * Allow for convenient rebasing after git-p4 submitSimon Hausmann2007-04-091-0/+6
| * Added a simple example of usage to the "documentation" :)Simon Hausmann2007-04-081-0/+22
| * fix variable usage (oops)Simon Hausmann2007-04-081-1/+1
| * Fix file determination for #head importsSimon Hausmann2007-04-081-1/+2
| * Added git-p4 clone convenience commandSimon Hausmann2007-04-082-3/+77
| * Honor --silent for labelsSimon Hausmann2007-04-081-1/+1
| * Turn off potentially slow label detection by defaultSimon Hausmann2007-04-081-2/+6
| * Provide a tree summary after git-p4 rebaseSimon Hausmann2007-04-081-1/+3
| * Added git-p4 rebase convenienceSimon Hausmann2007-04-072-3/+33
| * Clean up python class names.Simon Hausmann2007-04-011-4/+4
| * Fix "compilation" :)Simon Hausmann2007-04-011-2/+2
| * Fix the docs for git-p4 submit and turn git-p4 submit --master=foo intoSimon Hausmann2007-03-292-21/+20
| * Fix variable usage in tag importSimon Hausmann2007-03-281-2/+2
| * Added support for mapping p4 labels to git tagsSimon Hausmann2007-03-261-1/+57
| * git-p4 debug doesn't need a git repositorySimon Hausmann2007-03-261-13/+16
| * Don't try to parse any options with git-p4 debug but pass it straight on to p4Simon Hausmann2007-03-261-6/+10
| * Prefer git command over git-command.Simon Hausmann2007-03-241-14/+14
| * Minor cosmetic fixlet for the git-p4 submit sync question.Simon Hausmann2007-03-241-1/+1
| * Different versions of p4 have different output for the where command ;(Simon Hausmann2007-03-241-5/+17
| * Use the new incremental import style by defaultSimon Hausmann2007-03-231-15/+16
| * Make it possible to run git-p4 submit from within the git repositorySimon Hausmann2007-03-232-15/+50
| * Brand new smart incremental import that doesn't need tags or git repo-config :)Simon Hausmann2007-03-222-11/+33
| * Set the default branch in run, not in the constructorSimon Hausmann2007-03-221-1/+4
| * Helper function to check the existance of a revisionSimon Hausmann2007-03-221-0/+3
| * Added some helper function(s) to parse the depot path and change number from ...Simon Hausmann2007-03-221-12/+36
| * Changed the default branch for imports from "master" to "p4"Simon Hausmann2007-03-222-4/+4
| * Changed the format of the imported log message slightly, so that it's easier ...Simon Hausmann2007-03-221-1/+1
| * Removed the .py extension from git-p4 as it's annoying to type every time.Simon Hausmann2007-03-222-7/+7