Code

git-p4: input to "p4 files" by stdin instead of arguments
[git.git] / contrib / fast-import / git-p4
2007-07-17 Scott Lambgit-p4: input to "p4 files" by stdin instead of arguments
2007-07-17 Scott Lambgit-p4: use subprocess in p4CmdList
2007-07-15 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-07-15 Marius Storm-OlsenFix git-p4 on Windows to not use the Posix sysconf...
2007-07-14 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-07-12 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-07-12 Junio C HamanoMerge commit 'git-gui/master'
2007-07-12 Junio C HamanoMerge branch 'maint'
2007-07-10 Shawn O. PearceMerge branch 'maint'
2007-07-09 Junio C HamanoMerge branch 'maint'
2007-07-07 Junio C HamanoMerge branch 'maint'
2007-07-04 Junio C HamanoMerge branch 'maint'
2007-07-03 Junio C HamanoMerge branch 'maint'
2007-07-03 Junio C HamanoMerge branch 'maint'
2007-07-02 Junio C HamanoMerge branch 'ew/svn'
2007-07-02 Junio C HamanoMerge 1.5.2.3 in
2007-07-01 Junio C HamanoMerge branch 'ml/worktree'
2007-07-01 Junio C HamanoMerge branch 'ei/worktree+filter'
2007-06-30 Junio C HamanoMerge branch 'maint'
2007-06-29 Junio C HamanoMerge branch 'maint'
2007-06-29 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-06-28 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-06-27 Junio C HamanoMerge branch 'maint'
2007-06-26 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk into...
2007-06-24 Junio C HamanoMerge branch 'lt/follow'
2007-06-24 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-06-22 Shawn O. PearceImport branch 'git-p4' of git://repo.or.cz/fast-export
2007-06-21 Simon HausmannMake it possible to specify the HEAD for the internal...
2007-06-20 Simon HausmannAdded git-p4 branches command that shows the mapping...
2007-06-17 Simon HausmannWarn about conflicting p4 branch mappings and use the...
2007-06-17 Simon HausmannFix the branch mapping detection to be independent...
2007-06-16 Benjamin Sergeantgit-p4 fails when cloning a p4 depo.
2007-06-16 Simon HausmannFix initial multi-branch import.
2007-06-12 Marius Storm-OlsenOnly use double quotes on Windows
2007-06-12 Simon HausmannFix git-p4 rebase to detect the correct upstream branch...
2007-06-12 Simon HausmannMoved the code from git-p4 submit to figure out the...
2007-06-11 Simon Hausmanngit-p4 submit: Fix missing quotes around p4 commands...
2007-06-11 Simon HausmannProvide some information for single branch imports...
2007-06-11 Kevin Greengit-p4: check for existence of repo dir before trying...
2007-06-11 Simon HausmannWrite out the options tag in the log message of imports...
2007-06-11 Simon HausmannFix support for explicit disabling of syncing with...
2007-06-11 Simon HausmannFix depot-paths encoding for multi-path imports (don...
2007-06-11 Simon HausmannFix project name guessing
2007-06-10 Simon HausmannFix updating/creating remotes/p4/* heads from origin...
2007-06-09 Simon HausmannFixed the check to make sure to exclude the HEAD symbol...
2007-06-08 Han-Wen Nienhuysalso strip p4/ from local imports.
2007-06-08 Han-Wen NienhuysMerge branch 'master' of git://repo.or.cz/fast-export
2007-06-08 Han-Wen Nienhuysprint error message when p4 print fails (eg. due to...
2007-06-08 Simon HausmannOnly get the expensive branch mapping from the p4 serve...
2007-06-07 Simon HausmannMake git-p4 submit detect the correct reference (origin...
2007-06-07 Simon HausmannMake clone behave like git clone by default again.
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 :)
next