summaryrefslogtreecommitdiff
path: root/contrib/fast-import
AgeCommit message (Expand)Author
2007-09-22Detect exec bit in more cases.David Brown
2007-08-25git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann
2007-08-25git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann
2007-08-13git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn
2007-08-08git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann
2007-08-08git-p4: Fix support for symlinks.Simon Hausmann
2007-08-02Fix style nit in Python slicing.Han-Wen Nienhuys
2007-08-02Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys
2007-07-25git-p4: Fix p4 user cache population on Windows.Simon Hausmann
2007-07-18git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann
2007-07-18git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann
2007-07-18git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann
2007-07-17git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb
2007-07-17git-p4: use subprocess in p4CmdListScott Lamb
2007-07-15Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen
2007-06-22Import branch 'git-p4' of git://repo.or.cz/fast-exportShawn O. Pearce
2007-06-21Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Simon Hausmann
2007-06-20Added git-p4 branches command that shows the mapping of perforce depot paths ...Simon Hausmann
2007-06-17Warn about conflicting p4 branch mappings and use the first one found.Simon Hausmann
2007-06-17Fix the branch mapping detection to be independent from the order of the "p4 ...Simon Hausmann
2007-06-16git-p4 fails when cloning a p4 depo.Benjamin Sergeant
2007-06-16Fix initial multi-branch import.Simon Hausmann
2007-06-12Only use double quotes on WindowsMarius Storm-Olsen
2007-06-12Fix git-p4 rebase to detect the correct upstream branch instead of unconditio...Simon Hausmann
2007-06-12Moved the code from git-p4 submit to figure out the upstream branch pointSimon Hausmann
2007-06-11git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Simon Hausmann
2007-06-11Mention remotes/p4/master also in the documentation.Simon Hausmann
2007-06-11Provide some information for single branch imports where the commits goSimon Hausmann
2007-06-11git-p4: check for existence of repo dir before trying to createKevin Green
2007-06-11Write out the options tag in the log message of imports only if we actually haveSimon Hausmann
2007-06-11Fix support for explicit disabling of syncing with the originSimon Hausmann
2007-06-11Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Simon Hausmann
2007-06-11Fix project name guessingSimon Hausmann
2007-06-10Fix updating/creating remotes/p4/* heads from origin/p4/*Simon Hausmann
2007-06-09Fixed the check to make sure to exclude the HEAD symbolic refs when updatingSimon Hausmann
2007-06-08also strip p4/ from local imports.Han-Wen Nienhuys
2007-06-08Merge branch 'master' of git://repo.or.cz/fast-exportHan-Wen Nienhuys
2007-06-08print error message when p4 print fails (eg. due to permission problems)Han-Wen Nienhuys
2007-06-08Only get the expensive branch mapping from the p4 server when notSimon Hausmann
2007-06-07Make git-p4 submit detect the correct reference (origin) branch whenSimon Hausmann
2007-06-07Make clone behave like git clone by default again.Simon Hausmann
2007-06-07Exclude the HEAD symbolic ref from the list of known branchesMarius Storm-Olsen
2007-06-07Fix single branch import into remotesMarius Storm-Olsen
2007-06-07Fix git-p4 clone (defaultDestination)Marius Storm-Olsen
2007-06-07Ensure that the commit message is Windows formated (CRLF) before invoking the...Marius Storm-Olsen
2007-06-07Fix depot-path determination for git-p4 submitSimon Hausmann
2007-06-07Fix git-p4 submitSimon Hausmann
2007-06-07Fix git-p4 rebaseSimon Hausmann
2007-06-07Hack to make the multi-branch import work again with self.depotPaths now thatSimon Hausmann
2007-06-07Don't attempt to set the initialParent on multi-branch imports (useless).Simon Hausmann