Code

Handle patch errors in git-p4 submit better.
[git.git] / contrib / fast-import / git-p4
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 HausmannClean up python class names.
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 for the git-p4 submit sync question.
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 HausmannRemoved the .py extension from git-p4 as it's annoying...