summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-p4
Commit message (Expand)AuthorAgeFilesLines
* git-p4 support for perforce renames.Chris Pettitt2007-10-201-1/+11
* git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...Simon Hausmann2007-10-201-0/+4
* Add 'git-p4 commit' as an alias for 'git-p4 submit'Marius Storm-Olsen2007-10-151-0/+1
* Merge branch 'maint'Junio C Hamano2007-09-231-1/+9
|\
| * Detect exec bit in more cases.David Brown2007-09-221-1/+9
* | git-p4: Added support for automatically importing newly appearing perforce br...Simon Hausmann2007-09-031-2/+74
* | git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ...Simon Hausmann2007-09-031-17/+11
* | git-p4: Cleanup; moved the code for the initial #head or revision import into...Simon Hausmann2007-09-031-42/+45
* | git-p4: Cleanup; Turn self.revision into a function local variable (it's not ...Simon Hausmann2007-09-031-9/+9
* | git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp...Simon Hausmann2007-09-031-69/+71
* | git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a...Simon Hausmann2007-09-031-9/+14
* | git-p4: After submission to p4 always synchronize from p4 again (into refs/re...Simon Hausmann2007-09-031-2/+9
* | git-p4: Always call 'p4 sync ...' before submitting to Perforce.Simon Hausmann2007-09-031-3/+2
|/
* git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann2007-08-241-1/+1
* git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann2007-08-241-49/+55
* git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn2007-08-131-1/+1
* git-p4: Fix git-p4 submit to include only changed files in the perforce submi...Simon Hausmann2007-08-081-6/+30
* git-p4: Fix support for symlinks.Simon Hausmann2007-08-081-5/+9
* Fix style nit in Python slicing.Han-Wen Nienhuys2007-08-021-3/+3
* Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys2007-08-021-1/+1
* git-p4: Fix p4 user cache population on Windows.Simon Hausmann2007-07-251-1/+2
* git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann2007-07-181-21/+5
* git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann2007-07-181-12/+17
* git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann2007-07-181-0/+23
* git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb2007-07-171-21/+7
* git-p4: use subprocess in p4CmdListScott Lamb2007-07-171-5/+18
* Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen2007-07-141-1/+5
* Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Simon Hausmann2007-06-221-2/+2
* Added git-p4 branches command that shows the mapping of perforce depot paths ...Simon Hausmann2007-06-201-1/+27
* Warn about conflicting p4 branch mappings and use the first one found.Simon Hausmann2007-06-171-0/+6
* Fix the branch mapping detection to be independent from the order of the "p4 ...Simon Hausmann2007-06-171-3/+13
* git-p4 fails when cloning a p4 depo.Benjamin Sergeant2007-06-161-3/+17
* Fix initial multi-branch import.Simon Hausmann2007-06-161-0/+1
* Only use double quotes on WindowsMarius Storm-Olsen2007-06-121-1/+1
* Fix git-p4 rebase to detect the correct upstream branch instead of unconditio...Simon Hausmann2007-06-121-2/+10
* Moved the code from git-p4 submit to figure out the upstream branch pointSimon Hausmann2007-06-121-19/+26
* git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Simon Hausmann2007-06-111-3/+3
* Provide some information for single branch imports where the commits goSimon Hausmann2007-06-111-1/+4
* git-p4: check for existence of repo dir before trying to createKevin Green2007-06-111-1/+2
* Write out the options tag in the log message of imports only if we actually haveSimon Hausmann2007-06-111-6/+5
* Fix support for explicit disabling of syncing with the originSimon Hausmann2007-06-111-0/+2
* Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Simon Hausmann2007-06-111-1/+1
* Fix project name guessingSimon Hausmann2007-06-111-1/+6
* Fix updating/creating remotes/p4/* heads from origin/p4/*Simon Hausmann2007-06-101-4/+6
* Fixed the check to make sure to exclude the HEAD symbolic refs when updatingSimon Hausmann2007-06-101-1/+1
* also strip p4/ from local imports.Han-Wen Nienhuys2007-06-081-3/+3
* Merge branch 'master' of git://repo.or.cz/fast-exportHan-Wen Nienhuys2007-06-081-32/+57
|\
| * Only get the expensive branch mapping from the p4 server when notSimon Hausmann2007-06-081-5/+5
| * Make git-p4 submit detect the correct reference (origin) branch whenSimon Hausmann2007-06-071-14/+24
| * Make clone behave like git clone by default again.Simon Hausmann2007-06-071-0/+5