Code

git-p4: Fix the sorting of changelists when cloning a Perforce repository.
[git.git] / contrib / fast-import / git-p4
2007-08-13 Reece H. Dunngit-p4: Fix the sorting of changelists when cloning...
2007-08-13 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-08-11 Junio C HamanoMerge branch 'cr/tag'
2007-08-11 Junio C HamanoMerge branch 'jc/clone'
2007-08-08 Simon Hausmanngit-p4: Fix git-p4 submit to include only changed files...
2007-08-08 Simon Hausmanngit-p4: Fix support for symlinks.
2007-08-06 Junio C HamanoMerge branch 'maint'
2007-08-05 J. Bruce FieldsMerge branch 'maint'
2007-08-02 Han-Wen NienhuysFix style nit in Python slicing.
2007-08-02 Han-Wen NienhuysSort output of "p4 change" in incremental import before...
2007-08-01 Junio C HamanoMerge branch 'maint'
2007-07-30 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-07-28 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-07-25 Simon Hausmanngit-p4: Fix p4 user cache population on Windows.
2007-07-19 Junio C HamanoMerge branch 'master' of git://people.freedesktop.org...
2007-07-19 Junio C HamanoMerge branch 'maint'
2007-07-18 Simon Hausmanngit-p4: Cleanup, used common function for listing impor...
2007-07-18 Simon Hausmanngit-p4: Fix upstream branch detection for submit/rebase...
2007-07-18 Simon Hausmanngit-p4: Cleanup, make listExistingP4Branches a global...
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.
next