summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge branch 'jh/p4-remove-unused'Libravatar Junio C Hamano1-76/+0
2022-01-10Merge branch 'jh/p4-human-unit-numbers'Libravatar Junio C Hamano1-6/+21
2021-12-22git-p4: remove "rollback" verbLibravatar Joel Holdsworth1-60/+0
2021-12-22git-p4: remove "debug" verbLibravatar Joel Holdsworth1-16/+0
2021-12-20git-p4: show progress as an integerLibravatar Joel Holdsworth1-1/+2
2021-12-20git-p4: print size values in appropriate unitsLibravatar Joel Holdsworth1-5/+19
2021-12-16git-p4: resolve RCS keywords in bytes not utf-8Libravatar Joel Holdsworth1-7/+8
2021-12-16git-p4: open temporary patch file for write onlyLibravatar Joel Holdsworth1-1/+1
2021-12-16git-p4: add raw option to read_pipelinesLibravatar Joel Holdsworth1-3/+5
2021-12-16git-p4: pre-compile RCS keyword regexesLibravatar Joel Holdsworth1-30/+18
2021-12-16git-p4: use with statements to close files after use in patchRCSKeywordsLibravatar Joel Holdsworth1-8/+5
2021-06-28git-p4: fix failed submit by skip non-text data filesLibravatar dorgon.chang1-2/+5
2021-05-06git-p4: speed up search for branch parentLibravatar Joachim Kuebart1-11/+10
2021-01-15Merge branch 'dl/p4-encode-after-kw-expansion'Libravatar Junio C Hamano1-1/+1
2020-12-23git-p4: fix syncing file types with patternLibravatar Daniel Levin1-1/+1
2020-11-11Merge branch 'js/p4-default-branch'Libravatar Junio C Hamano1-1/+1
2020-11-09p4: respect init.defaultBranchLibravatar Johannes Schindelin1-1/+1
2020-11-05doc: fixing two trivial typos in Documentation/Libravatar Marlon Rac Cambasis1-1/+1
2020-09-19git-p4: use HEAD~$n to find parent commit for unshelveLibravatar Luke Diamand1-1/+1
2020-06-02Merge branch 'bk/p4-prepare-p4-only-fix'Libravatar Junio C Hamano1-4/+5
2020-05-12git-p4.py: fix --prepare-p4-only error with multiple commitsLibravatar Ben Keene1-4/+5
2020-05-10git-p4: recover from inconsistent perforce historyLibravatar Andrew Oakley1-2/+41
2020-04-22Merge branch 'bk/p4-pre-edit-changelist'Libravatar Junio C Hamano1-55/+181
2020-03-25Merge branch 'yz/p4-py3'Libravatar Junio C Hamano1-95/+140
2020-02-14git-p4: add RCS keyword status messageLibravatar Ben Keene1-0/+4
2020-02-14git-p4: add p4 submit hooksLibravatar Ben Keene1-1/+34
2020-02-14git-p4: restructure code in submitLibravatar Ben Keene1-41/+51
2020-02-11git-p4: add --no-verify optionLibravatar Ben Keene1-13/+19
2020-02-11git-p4: add p4-pre-submit exit textLibravatar Ben Keene1-1/+9
2020-02-11git-p4: create new function run_git_hookLibravatar Ben Keene1-7/+69
2020-02-11git-p4: rewrite prompt to be Windows compatibleLibravatar Ben Keene1-1/+4
2020-01-30git-p4: avoid leak of file handle when cloningLibravatar Luke Diamand1-1/+2
2020-01-30git-p4: check for access to remote host earlierLibravatar Luke Diamand1-0/+2
2020-01-30git-p4: cleanup better on error exitLibravatar Luke Diamand1-15/+28
2020-01-30git-p4: create helper function importRevisions()Libravatar Luke Diamand1-64/+68
2020-01-30git-p4: disable some pylint warnings, to get pylint output to something manag...Libravatar Luke Diamand1-0/+8
2020-01-30git-p4: add P4CommandException to report errors talking to PerforceLibravatar Luke Diamand1-0/+8
2020-01-30git-p4: make closeStreams() idempotentLibravatar Luke Diamand1-0/+3
2020-01-15git-p4: use python3's input() everywhereLibravatar Yang Zhao1-2/+12
2020-01-15git-p4: simplify regex pattern generation for parsing diff-treeLibravatar Yang Zhao1-7/+6
2020-01-15git-p4: use dict.items() iteration for python3 compatibilityLibravatar Yang Zhao1-1/+1
2020-01-15git-p4: use functools.reduce instead of reduceLibravatar Yang Zhao1-1/+2
2020-01-15git-p4: fix freezing while waiting for fast-import progressLibravatar Yang Zhao1-0/+1
2020-01-15git-p4: use marshal format version 2 when sending to p4Libravatar Yang Zhao1-1/+2
2020-01-15git-p4: open .gitp4-usercache.txt in text modeLibravatar Yang Zhao1-2/+2
2020-01-15git-p4: convert path to unicode before processing themLibravatar Yang Zhao1-25/+44
2020-01-15git-p4: encode/decode communication with git for python3Libravatar Yang Zhao1-4/+17
2020-01-15git-p4: encode/decode communication with p4 for python3Libravatar Yang Zhao1-13/+46
2020-01-15git-p4: remove string type aliasingLibravatar Yang Zhao1-16/+0
2020-01-15git-p4: change the expansion test from basestring to listLibravatar Ben Keene1-9/+9