summaryrefslogtreecommitdiffstats
path: root/git-p4.py
AgeCommit message (Expand)AuthorLines
2020-09-19git-p4: use HEAD~$n to find parent commit for unshelveLuke Diamand-1/+1
2020-06-02Merge branch 'bk/p4-prepare-p4-only-fix'Junio C Hamano-4/+5
2020-05-12git-p4.py: fix --prepare-p4-only error with multiple commitsBen Keene-4/+5
2020-05-10git-p4: recover from inconsistent perforce historyAndrew Oakley-2/+41
2020-04-22Merge branch 'bk/p4-pre-edit-changelist'Junio C Hamano-55/+181
2020-03-25Merge branch 'yz/p4-py3'Junio C Hamano-95/+140
2020-02-14git-p4: add RCS keyword status messageBen Keene-0/+4
2020-02-14git-p4: add p4 submit hooksBen Keene-1/+34
2020-02-14git-p4: restructure code in submitBen Keene-41/+51
2020-02-11git-p4: add --no-verify optionBen Keene-13/+19
2020-02-11git-p4: add p4-pre-submit exit textBen Keene-1/+9
2020-02-11git-p4: create new function run_git_hookBen Keene-7/+69
2020-02-11git-p4: rewrite prompt to be Windows compatibleBen Keene-1/+4
2020-01-30git-p4: avoid leak of file handle when cloningLuke Diamand-1/+2
2020-01-30git-p4: check for access to remote host earlierLuke Diamand-0/+2
2020-01-30git-p4: cleanup better on error exitLuke Diamand-15/+28
2020-01-30git-p4: create helper function importRevisions()Luke Diamand-64/+68
2020-01-30git-p4: disable some pylint warnings, to get pylint output to something manag...Luke Diamand-0/+8
2020-01-30git-p4: add P4CommandException to report errors talking to PerforceLuke Diamand-0/+8
2020-01-30git-p4: make closeStreams() idempotentLuke Diamand-0/+3
2020-01-15git-p4: use python3's input() everywhereYang Zhao-2/+12
2020-01-15git-p4: simplify regex pattern generation for parsing diff-treeYang Zhao-7/+6
2020-01-15git-p4: use dict.items() iteration for python3 compatibilityYang Zhao-1/+1
2020-01-15git-p4: use functools.reduce instead of reduceYang Zhao-1/+2
2020-01-15git-p4: fix freezing while waiting for fast-import progressYang Zhao-0/+1
2020-01-15git-p4: use marshal format version 2 when sending to p4Yang Zhao-1/+2
2020-01-15git-p4: open .gitp4-usercache.txt in text modeYang Zhao-2/+2
2020-01-15git-p4: convert path to unicode before processing themYang Zhao-25/+44
2020-01-15git-p4: encode/decode communication with git for python3Yang Zhao-4/+17
2020-01-15git-p4: encode/decode communication with p4 for python3Yang Zhao-13/+46
2020-01-15git-p4: remove string type aliasingYang Zhao-16/+0
2020-01-15git-p4: change the expansion test from basestring to listBen Keene-9/+9
2020-01-15git-p4: make python2.7 the oldest supported versionYang Zhao-18/+2
2020-01-02Merge branch 'bk/p4-misc-usability'Junio C Hamano-32/+42
2019-12-16git-p4: show detailed help when parsing options failBen Keene-1/+6
2019-12-16git-p4: yes/no prompts should sanitize user textBen Keene-31/+36
2019-12-11git-p4: honor lfs.storage configuration variabler.burenkov-2/+8
2019-10-06git-p4: auto-delete named temporary filePhilip.McGraw-7/+6
2019-07-09Merge branch 'am/p4-branches-excludes'Junio C Hamano-17/+27
2019-06-17Merge branch 'mm/p4-unshelve-windows-fix'Junio C Hamano-1/+1
2019-05-28p4 unshelve: fix "Not a valid object name HEAD0" on WindowsMike Mueller-1/+1
2019-05-28git-p4: allow unshelving of branched filesSimon Williams-1/+1
2019-04-02git-p4: respect excluded paths when detecting branchesMazo, Andrey-2/+1
2019-04-02git-p4: don't exclude other files with same prefixMazo, Andrey-7/+14
2019-04-02git-p4: don't groom exclude path list on every commitMazo, Andrey-5/+7
2019-04-02git-p4: match branches case insensitively if configuredMazo, Andrey-2/+2
2019-04-02git-p4: detect/prevent infinite loop in gitCommitByP4Change()Mazo, Andrey-1/+3
2019-02-05Merge branch 'ld/git-p4-shelve-update-fix'Junio C Hamano-0/+2
2019-01-18git-p4: handle update of moved/copied files when updating a shelveLuke Diamand-0/+2
2019-01-07git-p4: fix problem when p4 login is not necessaryPeter Osterlund-0/+2