307 Commits (0f6f195b771eb09beda59bb29d3a1c46454085e8)

Author SHA1 Message Date
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
Simon Hausmann df450923a2 Only get the expensive branch mapping from the p4 server when not 18 years ago
Simon Hausmann a3fdd57901 Make git-p4 submit detect the correct reference (origin) branch when 18 years ago
Simon Hausmann 5e100b5cd7 Make clone behave like git clone by default again. 18 years ago
Marius Storm-Olsen c4b33253c2 Exclude the HEAD symbolic ref from the list of known branches 18 years ago
Marius Storm-Olsen db775559c2 Fix single branch import into remotes 18 years ago
Marius Storm-Olsen 98ad4faf95 Fix git-p4 clone (defaultDestination) 18 years ago
Marius Storm-Olsen f7baba8b09 Ensure that the commit message is Windows formated (CRLF) before invoking the editor. 18 years ago
Simon Hausmann a52d5c7bc0 Fix depot-path determination for git-p4 submit 18 years ago
Simon Hausmann b0d10df77a Fix git-p4 submit 18 years ago
Simon Hausmann 68c4215306 Fix git-p4 rebase 18 years ago
Simon Hausmann 6509e19cd1 Hack to make the multi-branch import work again with self.depotPaths now that 18 years ago
Simon Hausmann 330f53b8d6 Don't attempt to set the initialParent on multi-branch imports (useless). 18 years ago
Simon Hausmann 583e170706 Fix common path "calculation" from logs of multiple branches. 18 years ago
Simon Hausmann 845b42cb6c Fix support for "depot-path" in older git-p4 imports 18 years ago
Han-Wen Nienhuys 7530a40ce2 look for 'text' and 'binary' files. 18 years ago
Han-Wen Nienhuys b1ce944726 thinko: really ignore deleted files. 18 years ago
Han-Wen Nienhuys b17f88b544 remove debug print 18 years ago
Han-Wen Nienhuys 86dff6b676 Cleanups & import into p4/master for local import 18 years ago
Han-Wen Nienhuys d2c6dd30ef use p4CmdList() to get file contents in Python dicts. This is more robust. 18 years ago
Han-Wen Nienhuys f2eda79f69 only run p4 print if necessary 18 years ago
Han-Wen Nienhuys 982bb8a303 don't p4 print deleted files. 18 years ago
Han-Wen Nienhuys 96e07dd23c read files before creating the commit. 18 years ago
Han-Wen Nienhuys a3287be5bc thinko. 18 years ago
Han-Wen Nienhuys 183b8ef89b store p4 user cache in home directory. 18 years ago
Han-Wen Nienhuys 9320da8dd4 Thinko, fix buglet. 18 years ago
Han-Wen Nienhuys 6a49f8e2e0 Read p4 files in one batch. 18 years ago
Han-Wen Nienhuys b86f73782e remove global .gitdir 18 years ago
Han-Wen Nienhuys bb6e09b27a Diverse cleanups 18 years ago
Simon Hausmann cfeb59be25 Fix typo in listExistingP4Branches that broke sync. 18 years ago
Simon Hausmann 9226c03c32 In *_pipe print the command that failed if it fails. 18 years ago
Han-Wen Nienhuys 6326aa5866 Extract multiple paths concurrently. 18 years ago
Han-Wen Nienhuys 4addad2291 add --verbose to all commands. 18 years ago
Han-Wen Nienhuys b25b20656d use strip() iso. slicing for removing \n 18 years ago
Han-Wen Nienhuys b76f0565bf use string.strip() iso. slicing. 18 years ago
Han-Wen Nienhuys 8b41a97f8a clone and sync --keep-path to keep perforce path to module. 18 years ago
Han-Wen Nienhuys 6754a299d8 minor cleanups 18 years ago
Han-Wen Nienhuys bce4c5fc0b cleanup 18 years ago
Han-Wen Nienhuys b016d39756 Robustness fixes for pipes 18 years ago
Simon Hausmann c8cbbee980 Fix my email address, this isn't really KDE related :) 18 years ago
Han-Wen Nienhuys 7cb5cbefd2 rename apply() to applyCommit(); apply is a python builtin 18 years ago
Han-Wen Nienhuys cebdf5af31 reformatting: break long lines. 18 years ago
Han-Wen Nienhuys ce6f33c835 Cleanups 18 years ago
Simon Hausmann a3c55c09ec Fix creation of refs/remotes/p4/HEAD symbolic ref 18 years ago
Simon Hausmann cb4f1280dd Added git-p4 submit --trust-me-like-a-fool for the adventurous users :) 18 years ago
Simon Hausmann 877db584aa Forgot to remove this TODO item when I made --with-origin the default :) 18 years ago
Simon Hausmann d414c74afd Shortcut the case where we have no origin branch 18 years ago
Simon Hausmann 01265103fe Make --with-origin the default for syncing. 18 years ago