535 Commits (36e5e70e0f40cf7ca4351b8159d68f8560a2805f)

Author SHA1 Message Date
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
Shawn O. Pearce 2e4aef5893 Allow contrib new-workdir to link into bare repositories 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
Simon Hausmann 417a7a6fc8 Make --with-origin also work without origin :) 18 years ago
Simon Hausmann 4280e53333 Make git-p4 work with packed refs (don't use os.path.exists to check for the 18 years ago
Simon Hausmann 65c5f3e3f2 Avoid creating non-p4 branches in remotes/p4 off of remotes/origin 18 years ago
Simon Hausmann 10f880f8d4 Oops, fix --with-origin to /really/ also call git fetch :) 18 years ago
Simon Hausmann abcd790fe9 Added support for --with-origin with multi-branch imports 18 years ago
Simon Hausmann 2cc58fd99a Forgot to remove this return statement from debugging 18 years ago
Simon Hausmann d1874ed33b Fix creating the remotes/p4 branches based on origin/* for the multi-branch import 18 years ago
Marius Storm-Olsen c1f9197f37 Replace \r\n with \n when importing from p4 on Windows 18 years ago
Shawn O. Pearce 12977705b3 Update bash completion for git-config options 18 years ago
Shawn O. Pearce 8f87fae645 Teach bash completion about recent log long options 18 years ago
Shawn O. Pearce fb72759b7d Teach bash completion about 'git remote update' 18 years ago
Shawn O. Pearce c70680ce7c Update bash completion header documentation 18 years ago
Shawn O. Pearce bfbd131f52 Remove a duplicate --not option in bash completion 18 years ago
Shawn O. Pearce 1fd6bec9bc Teach bash completion about git-shortlog 18 years ago
Shawn O. Pearce 5cfb4fe525 Hide the plumbing diff-{files,index,tree} from bash completion 18 years ago
Simon Hausmann ebd8116870 Load the user map from p4 only once at run-time. 18 years ago
Simon Hausmann b3fd1b2808 Fix multi-branch import with --silent. 18 years ago
Simon Hausmann ad192f2888 Fix p4 execution in git-p4 rollback. 18 years ago
Simon Hausmann 66a2f52395 Catch p4 errors in rollback early enough (before deleting refs!) 18 years ago
Simon Hausmann ac3e0d79ee Oops, fill the /list/ correct with the p4 exit code. 18 years ago
Simon Hausmann a6d5da36af Don't make len(p4Cmd("p4 changes -m 1 //foo/...")) == 0 succeed when the p4 command itself failed. 18 years ago
Simon Hausmann 0c66a78393 Make rollback work with locally imported branches 18 years ago