Code

git.git
2007-05-15 Simon HausmannAdded a little .bat wrapper from Marius
2007-05-15 Simon HausmannUse the subprocess module instead of popen2 to make...
2007-05-07 Simon HausmannDocument some implementation details, for the curious...
2007-05-01 Simon HausmannCleanup, removed the old tagging code
2007-05-01 Simon Hausmanncleanup, renamed self.globalPrefix to self.depotPath
2007-05-01 Simon HausmannMicro cleanup
2007-05-01 Simon HausmannDoc cleanups.
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 HausmannAdded a simple example of usage to the "documentation" :)
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...
2007-03-21 Simon HausmannDon't show the submit template and the diff first in...
2007-03-21 Simon HausmannMake it possible to invoke git-p4 from within subdirect...
2007-03-21 Simon HausmannMade --apply-as-patch the default for git-p4 submit...
2007-03-21 Simon HausmannFix support for deletions in git-p4 submit when using...
2007-03-21 Simon HausmannAdded experimental but super-fast --apply-as-patch...
2007-03-21 Simon HausmannDocumentation enhancements.
2007-03-20 Simon HausmannStart of the git-p4 documentation.
2007-03-20 Simon HausmannRemoved p4-fast-export and p4-git-sync as they've been...
2007-03-20 Simon HausmannFixed the initial version import by getting the file...
2007-03-20 Simon HausmannAdded missing "self"s to make the script evaluate corre...
2007-03-20 Simon HausmannCompletely untested "merge" of p4-fast-export.py into...
2007-03-20 Simon Hausmannsync-to-perforce is now called submit and fixed the...
2007-03-19 Simon HausmannPart of the code is copyright by Trolltech ASA.
2007-03-19 Simon HausmannFirst (untested) attempt at migrating p4-git-sync into...
2007-03-19 Simon HausmannProvide a little bit of help description for the git...
2007-03-19 Simon HausmannStart moving the git-p4 tools into one single script.
2007-03-19 Simon HausmannPass the right number of arguments to commit, fixes...
2007-03-19 Simon HausmannImproved the git dir detection.
2007-03-16 Simon HausmannDefault to interactive syncing
2007-03-15 Simon HausmannUse p4 revert ... instead of revert -a ... after submit...
2007-03-14 Simon HausmannAuto-detect the current git branch before submitting...
2007-03-14 Simon HausmannIgnore Apple resource files when importing from perforc...
2007-03-14 Simon HausmannBe nice and use /usr/bin/env python for the git-p4...
2007-03-14 Simon HausmannAutomatically operate on a temporary branch, needed...
2007-03-13 Simon HausmannLots of bugfixes to p4-git-sync.
2007-03-13 Simon HausmannFix git-dir option and allow reading log substitutions...
2007-03-12 Simon HausmannFirst version of a new script to submit changes back...
2007-03-10 Simon HausmannSplit up the cache commandline options into (command...
2007-03-10 Simon HausmannReduce the number of false "merges" by skipping "branch...
2007-03-10 Simon HausmannMore work on branch detection by implementing changeIsB...
2007-03-10 Simon HausmannMore code cleanups and preparations for more branch...
2007-03-10 Simon HausmannMinor code cleanups.
2007-03-10 Simon HausmannMake the p4 data/command cache configurable through...
2007-03-10 Simon HausmannFixed p4-debug file extension.
2007-03-08 Simon HausmannChanged --known-branches to take a file as argument...
2007-03-08 Simon HausmannWork in progress on detecting branches.
2007-03-07 Simon HausmannAdjust the output parsing of git name-rev to handle...
2007-02-22 Simon HausmannDon't print a plain newline at the end of the execution...
2007-02-22 Simon HausmannMore work in --silent support.
2007-02-22 Simon HausmannAdded support for --silent so that p4-fast-export can...
2007-02-21 Simon HausmannAdded p4 delete behavioural emulation as todo item.
2007-02-17 Simon HausmannFix single-branch imports by skipping the branch/merge...
2007-02-14 Simon HausmannUse sets.Set() instead of set() to run also with older...
2007-02-14 Simon HausmannMake it possible to specify the p4 changes to import...
2007-02-12 Simon HausmannWhen trying to map p4 integrations to git merges just...
2007-02-12 Simon HausmannSet git fast-import marks for every imported change...
2007-02-12 Simon HausmannAfter marking a p4 branch as merged don't ever merge...
2007-02-12 Simon HausmannMore fixes in heuristic p4 branch detection based on...
2007-02-12 Simon HausmannStarted work on p4 branch detection (experimental!).
2007-02-12 Simon HausmannCode cleanups.
2007-02-11 Simon HausmannCleanups, remove unused variable.
2007-02-11 Simon HausmannCreate lightweight git tags (using the "reset" trick...
2007-02-10 Simon HausmannAdded a little helper script to remove unused tags...
2007-02-10 Simon HausmannChanged the default git import branch from "p4" to...
2007-02-10 Simon HausmannAvoid the excessive use of git tags for every perforce...
2007-02-10 Simon HausmannMinor code cleanups.
2007-02-08 Simon HausmannAdded a little helper script to debug the output of...
2007-02-08 Simon HausmannMade the name of the git branch used for the perforce...
2007-02-08 Simon HausmannCatch io exceptions from git fast-import again and...
next