]> git.ipfire.org Git - thirdparty/git.git/history - contrib/fast-import/git-p4
Exclude the HEAD symbolic ref from the list of known branches
[thirdparty/git.git] / contrib / fast-import / git-p4
2007-06-07  Marius Storm-OlsenExclude the HEAD symbolic ref from the list of known...
2007-06-07  Marius Storm-OlsenFix single branch import into remotes
2007-06-07  Marius Storm-OlsenFix git-p4 clone (defaultDestination)
2007-06-07  Marius Storm-OlsenEnsure that the commit message is Windows formated...
2007-06-07  Simon HausmannFix depot-path determination for git-p4 submit
2007-06-07  Simon HausmannFix git-p4 submit
2007-06-07  Simon HausmannFix git-p4 rebase
2007-06-07  Simon HausmannHack to make the multi-branch import work again with...
2007-06-07  Simon HausmannDon't attempt to set the initialParent on multi-branch...
2007-06-07  Simon HausmannFix common path "calculation" from logs of multiple...
2007-06-07  Simon HausmannFix support for "depot-path" in older git-p4 imports
2007-06-05  Han-Wen Nienhuyslook for 'text' and 'binary' files.
2007-05-31  Han-Wen Nienhuysthinko: really ignore deleted files.
2007-05-31  Han-Wen Nienhuysremove debug print
2007-05-31  Han-Wen NienhuysCleanups & import into p4/master for local import
2007-05-31  Han-Wen Nienhuysuse p4CmdList() to get file contents in Python dicts...
2007-05-30  Han-Wen Nienhuysonly run p4 print if necessary
2007-05-30  Han-Wen Nienhuysdon't p4 print deleted files.
2007-05-30  Han-Wen Nienhuysread files before creating the commit.
2007-05-30  Han-Wen Nienhuysthinko.
2007-05-30  Han-Wen Nienhuysstore p4 user cache in home directory.
2007-05-30  Han-Wen NienhuysThinko, fix buglet.
2007-05-30  Han-Wen NienhuysRead p4 files in one batch.
2007-05-30  Han-Wen Nienhuysremove global .gitdir
2007-05-30  Han-Wen NienhuysMerge origin.
2007-05-30  Han-Wen NienhuysDiverse cleanups
2007-05-28  Simon HausmannFix typo in listExistingP4Branches that broke sync.
2007-05-28  Simon HausmannIn *_pipe print the command that failed if it fails.
2007-05-28  Han-Wen NienhuysExtract multiple paths concurrently.
2007-05-28  Han-Wen Nienhuysadd --verbose to all commands.
2007-05-28  Han-Wen Nienhuysuse strip() iso. slicing for removing \n
2007-05-28  Han-Wen Nienhuysuse string.strip() iso. slicing.
2007-05-28  Han-Wen Nienhuysclone and sync --keep-path to keep perforce path to...
2007-05-28  Han-Wen Nienhuysminor cleanups
2007-05-28  Han-Wen Nienhuyscleanup
2007-05-28  Han-Wen NienhuysRobustness fixes for pipes
2007-05-28  Simon HausmannFix my email address, this isn't really KDE related :)
2007-05-28  Han-Wen Nienhuysrename apply() to applyCommit(); apply is a python...
2007-05-28  Han-Wen Nienhuysreformatting: break long lines.
2007-05-28  Han-Wen NienhuysCleanups
2007-05-27  Simon HausmannFix creation of refs/remotes/p4/HEAD symbolic ref
2007-05-25  Simon HausmannAdded git-p4 submit --trust-me-like-a-fool for the...
2007-05-25  Simon HausmannForgot to remove this TODO item when I made --with...
2007-05-25  Simon HausmannShortcut the case where we have no origin branch
2007-05-25  Simon HausmannMake --with-origin the default for syncing.
2007-05-25  Simon HausmannMake --with-origin also work without origin :)
2007-05-25  Simon HausmannMake git-p4 work with packed refs (don't use os.path...
2007-05-25  Simon HausmannAvoid creating non-p4 branches in remotes/p4 off of...
2007-05-24  Simon HausmannOops, fix --with-origin to /really/ also call git fetch :)
2007-05-24  Simon HausmannAdded support for --with-origin with multi-branch imports
2007-05-24  Simon HausmannForgot to remove this return statement from debugging
2007-05-24  Simon HausmannFix creating the remotes/p4 branches based on origin...
2007-05-24  Marius Storm-OlsenReplace \r\n with \n when importing from p4 on Windows
2007-05-23  Simon HausmannLoad the user map from p4 only once at run-time.
2007-05-23  Simon HausmannFix multi-branch import with --silent.
2007-05-23  Simon HausmannFix p4 execution in git-p4 rollback.
2007-05-23  Simon HausmannCatch p4 errors in rollback early enough (before deleti...
2007-05-23  Simon HausmannOops, fill the /list/ correct with the p4 exit code.
2007-05-23  Simon HausmannDon't make len(p4Cmd("p4 changes -m 1 //foo/..."))...
2007-05-23  Simon HausmannMake rollback work with locally imported branches
2007-05-23  Simon HausmannAvoid calling git symbolic-ref refs/heads/p4//HEAD...
2007-05-22  Simon HausmannUse refs/heads/* instead of refs/heads/p4/* for local...
2007-05-22  Simon HausmannAdded support for --max-changes=<count> to ease import...
2007-05-22  Simon HausmannAdded support for importing multiple branches into...
2007-05-21  Simon HausmannFixes for rollback, delete branches that did not exist...
2007-05-21  Simon HausmannFix branch detection in multi-branch imports
2007-05-21  Simon HausmannAdded a rollback command for debugging. It sets back...
2007-05-21  Simon HausmannMake git-p4 submit --direct safer by also creating...
2007-05-21  Simon HausmannDetect with git-p4 submit --direct when there are no...
2007-05-21  Simon HausmannFix git symbolic-ref warning on initial clone
2007-05-21  Simon HausmannFix error detection with git-p4 submit when the request...
2007-05-21  Simon HausmannFix conversion from old style heads/p4 to remotes/p4...
2007-05-20  Simon HausmannImproved output for multi branch imports and noted...
2007-05-20  Simon HausmannAnother (potentially life-saving) idea for submit ...
2007-05-20  Simon HausmannHad an idea for debugging, record it :)
2007-05-20  Simon HausmannSpecifying --detect-branches is now only needed for...
2007-05-20  Simon HausmannAdded support for git-p4 submit --direct (experimental)
2007-05-20  Simon HausmannUse git format-patch and git apply --apply when extract...
2007-05-20  Simon HausmannOops, not only /set/ gitdir on clone, also set it ...
2007-05-20  Simon HausmannFix gitdir not being set when cloning. Needed for writi...
2007-05-20  Simon HausmannCache the output of "p4 users" for faster syncs on...
2007-05-19  Simon HausmannRemoved unused variable, more cleanups
2007-05-19  Simon HausmannMore cleanups and speedups for labels and branches
2007-05-19  Simon HausmannCleanup/speed up the branch<> file split and removed...
2007-05-19  Simon HausmannMore work on the incremental importing of multiple...
2007-05-18  Simon HausmannGive branches a nice project prefix and don't bail...
2007-05-18  Simon HausmannStarted rewriting the branch detection, based on "p4...
2007-05-18  Simon HausmannRemoved unused cache variables.
2007-05-18  Simon HausmannFix branch setup after initial clone.
2007-05-17  Simon HausmannRemoved todo item that is implemented :)
2007-05-17  Simon HausmannAdded support for git-p4 sync/rebase --with-origin...
2007-05-17  Simon HausmannBite the bullet and automatically convert old style...
2007-05-17  Simon HausmannChanged the default p4 import branch to be refs/remotes...
2007-05-17  Simon HausmannCreate the origin based import branch using git update...
2007-05-17  Simon HausmannRemoved ancient and unused code to find the last import...
2007-05-17  Simon HausmannRemoved cleantags command. It doesn't have any meaning...
2007-05-17  Simon HausmannClean up code duplication for revision parsing and...
2007-05-17  Simon HausmannAlways pass a sha1 for the initial parent so that git...
2007-05-17  Simon HausmannFixing syncing (gitdir discovery / cd) for bare reposit...
2007-05-16  Simon HausmannA little todo note before I forget it :), based on...
next