245 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
Johannes Schindelin 1b09d1917f p4: respect init.defaultBranch 4 years ago
Marlon Rac Cambasis b7e20b4373 doc: fixing two trivial typos in Documentation/ 4 years ago
Luke Diamand 0acbf5997f git-p4: use HEAD~$n to find parent commit for unshelve 4 years ago
Ben Keene 2dfdd705ff git-p4.py: fix --prepare-p4-only error with multiple commits 5 years ago
Andrew Oakley 82e46d6b83 git-p4: recover from inconsistent perforce history 5 years ago
Ben Keene 1ec4a0a356 git-p4: add RCS keyword status message 5 years ago
Ben Keene 38ecf75244 git-p4: add p4 submit hooks 5 years ago
Ben Keene cd1e0dc47a git-p4: restructure code in submit 5 years ago
Ben Keene 4935c458c2 git-p4: add --no-verify option 5 years ago
Ben Keene aa8b766a13 git-p4: add p4-pre-submit exit text 5 years ago
Ben Keene 9f59ca4d6a git-p4: create new function run_git_hook 5 years ago
Ben Keene 6b602a2f97 git-p4: rewrite prompt to be Windows compatible 5 years ago
Luke Diamand 43f33e492a git-p4: avoid leak of file handle when cloning 5 years ago
Luke Diamand 19fa5ac333 git-p4: check for access to remote host earlier 5 years ago
Luke Diamand 6026aff5bb git-p4: cleanup better on error exit 5 years ago
Luke Diamand ca5b5cce62 git-p4: create helper function importRevisions() 5 years ago
Luke Diamand 4c1d58675d git-p4: disable some pylint warnings, to get pylint output to something manageable 5 years ago
Luke Diamand 5c3d5020e6 git-p4: add P4CommandException to report errors talking to Perforce 5 years ago
Luke Diamand 837b3a6376 git-p4: make closeStreams() idempotent 5 years ago
Yang Zhao 7575f4fdec git-p4: use python3's input() everywhere 5 years ago
Yang Zhao ce425eb4e1 git-p4: simplify regex pattern generation for parsing diff-tree 5 years ago
Yang Zhao 2e2aa8d903 git-p4: use dict.items() iteration for python3 compatibility 5 years ago
Yang Zhao a6b1306735 git-p4: use functools.reduce instead of reduce 5 years ago
Yang Zhao 4294d741cc git-p4: fix freezing while waiting for fast-import progress 5 years ago
Yang Zhao 50da1e7393 git-p4: use marshal format version 2 when sending to p4 5 years ago
Yang Zhao 5a5577d808 git-p4: open .gitp4-usercache.txt in text mode 5 years ago
Yang Zhao d38208a297 git-p4: convert path to unicode before processing them 5 years ago
Yang Zhao 86dca24b7b git-p4: encode/decode communication with git for python3 5 years ago
Yang Zhao 6cec21a82f git-p4: encode/decode communication with p4 for python3 5 years ago
Yang Zhao 1f8b46d0a4 git-p4: remove string type aliasing 5 years ago
Ben Keene 484d09c303 git-p4: change the expansion test from basestring to list 5 years ago
Yang Zhao 0b4396f068 git-p4: make python2.7 the oldest supported version 5 years ago
Ben Keene 608e380502 git-p4: show detailed help when parsing options fail 5 years ago
Ben Keene e2aed5fd5b git-p4: yes/no prompts should sanitize user text 5 years ago
r.burenkov ea94b16fb8 git-p4: honor lfs.storage configuration variable 5 years ago
Philip.McGraw de5abb5f7a git-p4: auto-delete named temporary file 5 years ago
Mike Mueller c3f2358de3 p4 unshelve: fix "Not a valid object name HEAD0" on Windows 6 years ago
Simon Williams 0108f47eb3 git-p4: allow unshelving of branched files 6 years ago
Mazo, Andrey d15068a650 git-p4: respect excluded paths when detecting branches 6 years ago
Mazo, Andrey a2bee10ad9 git-p4: don't exclude other files with same prefix 6 years ago
Mazo, Andrey ff8c50ed0c git-p4: don't groom exclude path list on every commit 6 years ago
Mazo, Andrey f2768cb343 git-p4: match branches case insensitively if configured 6 years ago
Mazo, Andrey 2dda741279 git-p4: detect/prevent infinite loop in gitCommitByP4Change() 6 years ago
Luke Diamand 7a10946ab9 git-p4: handle update of moved/copied files when updating a shelve 6 years ago
Peter Osterlund d4990d56a8 git-p4: fix problem when p4 login is not necessary 6 years ago
Luke Diamand 89143ac28a git-p4: fully support unshelving changelists 6 years ago
Luke Diamand 088131273b git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved 6 years ago
Luke Diamand 0742b7c860 git-p4: do not fail in verbose mode for missing 'fileSize' key 6 years ago
Chen Bin 251c8c501f git-p4: add the `p4-pre-submit` hook 7 years ago
Luke Diamand db2d997efa git-p4: python3: fix octal constants 7 years ago