aboutsummaryrefslogtreecommitdiff
path: root/contrib/fast-import
Commit message (Expand)AuthorAge
...
| * Merge branch 'master' of git://repo.or.cz/fast-exportHan-Wen Nienhuys2007-06-08
| |\
| | * Only get the expensive branch mapping from the p4 server when notSimon Hausmann2007-06-08
| | * Make git-p4 submit detect the correct reference (origin) branch whenSimon Hausmann2007-06-07
| | * Make clone behave like git clone by default again.Simon Hausmann2007-06-07
| | * Exclude the HEAD symbolic ref from the list of known branchesMarius Storm-Olsen2007-06-07
| | * Fix single branch import into remotesMarius Storm-Olsen2007-06-07
| | * Fix git-p4 clone (defaultDestination)Marius Storm-Olsen2007-06-07
| | * Ensure that the commit message is Windows formated (CRLF) before invoking the...Marius Storm-Olsen2007-06-07
| | * Fix depot-path determination for git-p4 submitSimon Hausmann2007-06-07
| | * Fix git-p4 submitSimon Hausmann2007-06-07
| | * Fix git-p4 rebaseSimon Hausmann2007-06-07
| | * Hack to make the multi-branch import work again with self.depotPaths now thatSimon Hausmann2007-06-07
| | * Don't attempt to set the initialParent on multi-branch imports (useless).Simon Hausmann2007-06-07
| | * Fix common path "calculation" from logs of multiple branches.Simon Hausmann2007-06-07
| | * Fix support for "depot-path" in older git-p4 importsSimon Hausmann2007-06-07
| * | print error message when p4 print fails (eg. due to permission problems)Han-Wen Nienhuys2007-06-08
| |/
| * look for 'text' and 'binary' files.Han-Wen Nienhuys2007-06-05
| * thinko: really ignore deleted files.Han-Wen Nienhuys2007-05-31
| * remove debug printHan-Wen Nienhuys2007-05-31
| * Cleanups & import into p4/master for local importHan-Wen Nienhuys2007-05-31
| * use p4CmdList() to get file contents in Python dicts. This is more robust.Han-Wen Nienhuys2007-05-31
| * only run p4 print if necessaryHan-Wen Nienhuys2007-05-30
| * don't p4 print deleted files.Han-Wen Nienhuys2007-05-30
| * read files before creating the commit.Han-Wen Nienhuys2007-05-30
| * thinko.Han-Wen Nienhuys2007-05-30
| * store p4 user cache in home directory.Han-Wen Nienhuys2007-05-30
| * Thinko, fix buglet.Han-Wen Nienhuys2007-05-30
| * Read p4 files in one batch.Han-Wen Nienhuys2007-05-30
| * remove global .gitdirHan-Wen Nienhuys2007-05-30
| * Merge origin.Han-Wen Nienhuys2007-05-30
| |\
| | * Fix typo in listExistingP4Branches that broke sync.Simon Hausmann2007-05-28
| | * In *_pipe print the command that failed if it fails.Simon Hausmann2007-05-28
| * | Diverse cleanupsHan-Wen Nienhuys2007-05-30
| * | Extract multiple paths concurrently.Han-Wen Nienhuys2007-05-28
| * | add --verbose to all commands.Han-Wen Nienhuys2007-05-28
| |/
| * use strip() iso. slicing for removing \nHan-Wen Nienhuys2007-05-28
| * use string.strip() iso. slicing.Han-Wen Nienhuys2007-05-28
| * clone and sync --keep-path to keep perforce path to module.Han-Wen Nienhuys2007-05-28
| * minor cleanupsHan-Wen Nienhuys2007-05-28
| * cleanupHan-Wen Nienhuys2007-05-28
| * Robustness fixes for pipesHan-Wen Nienhuys2007-05-28
| * Fix my email address, this isn't really KDE related :)Simon Hausmann2007-05-28
| * rename apply() to applyCommit(); apply is a python builtinHan-Wen Nienhuys2007-05-28
| * reformatting: break long lines.Han-Wen Nienhuys2007-05-28
| * CleanupsHan-Wen Nienhuys2007-05-28
| * Fix creation of refs/remotes/p4/HEAD symbolic refSimon Hausmann2007-05-27
| * Added git-p4 submit --trust-me-like-a-fool for the adventurous users :)Simon Hausmann2007-05-25
| * Forgot to remove this TODO item when I made --with-origin the default :)Simon Hausmann2007-05-25
| * Shortcut the case where we have no origin branchSimon Hausmann2007-05-25
| * Make --with-origin the default for syncing.Simon Hausmann2007-05-25