199 Commits (ad94802a7bc599ade73ec0b04c61b2f80b3c1b23)

Author SHA1 Message Date
Shun Kei Leung 183f84365d git-p4: Fix typo in --detect-labels 17 years ago
Simon Hausmann 38f9f5ec41 git-p4: Fix direct import from perforce after fetching changes through git from origin 17 years ago
Chris Pettitt c65b670e85 git-p4: Detect changes to executable bit and include them in p4 submit. 17 years ago
Chris Pettitt b43b0a3c5c git-p4: Add a helper function to parse the full git diff-tree output. 17 years ago
Chris Pettitt d9a5f25b67 git-p4 support for perforce renames. 17 years ago
Simon Hausmann 209471493a git-p4: When skipping a patch as part of "git-p4 submit" make sure we correctly revert to the previous state of the files using "p4 revert". 17 years ago
Marius Storm-Olsen a9834f5833 Add 'git-p4 commit' as an alias for 'git-p4 submit' 17 years ago
David Brown b9fc6ea9ef Detect exec bit in more cases. 17 years ago
Simon Hausmann 1ca3d71069 git-p4: Added support for automatically importing newly appearing perforce branches. 17 years ago
Simon Hausmann 8134f69c21 git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ref (for example foo -> refs/remotes/p4/<project>/foo) into a separate method. 17 years ago
Simon Hausmann c208a24310 git-p4: Cleanup; moved the code for the initial #head or revision import into a separate function, out of P4Sync.run. 17 years ago
Simon Hausmann 1c49fc197b git-p4: Cleanup; Turn self.revision into a function local variable (it's not used anywhere outside the function). 17 years ago
Simon Hausmann e87f37ae42 git-p4: Cleanup; moved the code to import a list of p4 changes using fast-import into a separate member function of P4Sync. 17 years ago
Simon Hausmann 4f6432d8cc git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a list of given depot paths into a standalone method. 17 years ago
Simon Hausmann 14594f4b57 git-p4: After submission to p4 always synchronize from p4 again (into refs/remotes). Whether to rebase HEAD or not is still left as question to the end-user. 17 years ago
Simon Hausmann 31f9ec129e git-p4: Always call 'p4 sync ...' before submitting to Perforce. 17 years ago
Simon Hausmann 0058a33a8e git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running git-p4 sync the first time after a git clone. 17 years ago
Simon Hausmann 5ca4461728 git-p4: Make 'git-p4 branches' work after an initial clone with git clone from an origin-updated repository. 17 years ago
Reece H. Dunn 7da660f437 git-p4: Fix the sorting of changelists when cloning a Perforce repository. 17 years ago
Simon Hausmann ea99c3ae0e git-p4: Fix git-p4 submit to include only changed files in the perforce submit template. 18 years ago
Simon Hausmann 74276ec6f2 git-p4: Fix support for symlinks. 18 years ago
Han-Wen Nienhuys 7fcff9def5 Fix style nit in Python slicing. 18 years ago
Han-Wen Nienhuys a4eba020f9 Sort output of "p4 change" in incremental import before further 18 years ago
Simon Hausmann b2d2d16af7 git-p4: Fix p4 user cache population on Windows. 18 years ago
Simon Hausmann 144ff46b19 git-p4: Cleanup, used common function for listing imported p4 branches 18 years ago
Simon Hausmann 86506fe54c git-p4: Fix upstream branch detection for submit/rebase with multiple branches. 18 years ago
Simon Hausmann 062410bb9d git-p4: Cleanup, make listExistingP4Branches a global function for later use. 18 years ago
Scott Lamb 788001908c git-p4: input to "p4 files" by stdin instead of arguments 18 years ago
Scott Lamb 9f90c7335e git-p4: use subprocess in p4CmdList 18 years ago
Marius Storm-Olsen 48b4c3d5ab Fix git-p4 on Windows to not use the Posix sysconf function. 18 years ago
Simon Hausmann 9ceab36375 Make it possible to specify the HEAD for the internal findUpstreamBranchPoint function. 18 years ago
Simon Hausmann 09d89de2e3 Added git-p4 branches command that shows the mapping of perforce depot paths to imported git branches. 18 years ago
Simon Hausmann 1a2edf4e8d Warn about conflicting p4 branch mappings and use the first one found. 18 years ago
Simon Hausmann 6555b2ccfe Fix the branch mapping detection to be independent from the order of the "p4 branches" output. 18 years ago
Benjamin Sergeant da4a660161 git-p4 fails when cloning a p4 depo. 18 years ago
Simon Hausmann 3c699645f5 Fix initial multi-branch import. 18 years ago
Marius Storm-Olsen cbae7080a7 Only use double quotes on Windows 18 years ago
Simon Hausmann d7e3868cdf Fix git-p4 rebase to detect the correct upstream branch instead of unconditionally 18 years ago
Simon Hausmann 27d2d8119b Moved the code from git-p4 submit to figure out the upstream branch point 18 years ago
Simon Hausmann e6b711f00e git-p4 submit: Fix missing quotes around p4 commands to make them work with spaces in filenames 18 years ago
Simon Hausmann a9d1a27af1 Provide some information for single branch imports where the commits go 18 years ago
Kevin Green c3bf3f1301 git-p4: check for existence of repo dir before trying to create 18 years ago
Simon Hausmann 6581de096e Write out the options tag in the log message of imports only if we actually have 18 years ago
Simon Hausmann a43ff00c7c Fix support for explicit disabling of syncing with the origin 18 years ago
Simon Hausmann 86fda6a327 Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo) 18 years ago
Simon Hausmann 6e5295c4d3 Fix project name guessing 18 years ago
Simon Hausmann cae7b732d8 Fix updating/creating remotes/p4/* heads from origin/p4/* 18 years ago
Simon Hausmann 7aded26ce8 Fixed the check to make sure to exclude the HEAD symbolic refs when updating 18 years ago
Han-Wen Nienhuys 5265bfcb06 also strip p4/ from local imports. 18 years ago
Han-Wen Nienhuys 1b9a46849a print error message when p4 print fails (eg. due to permission problems) 18 years ago