summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-02-05Merge branch 'jh/p4-spawning-external-commands-cleanup'Junio C Hamano
2022-02-05Merge branch 'jh/p4-fix-use-of-process-error-exception'Junio C Hamano
2022-01-10Merge branch 'jh/p4-remove-unused'Junio C Hamano
2022-01-10Merge branch 'jh/p4-human-unit-numbers'Junio C Hamano
2022-01-07git-p4: use 'git hook' to run hooksEmily Shaffer
2022-01-06git-p4: fix instantiation of CalledProcessErrorJoel Holdsworth
2022-01-06git-p4: don't print shell commands as python listsJoel Holdsworth
2022-01-06git-p4: pass command arguments as lists instead of using shellJoel Holdsworth
2022-01-06git-p4: don't select shell mode using the type of the command argumentJoel Holdsworth
2021-12-22git-p4: remove "rollback" verbJoel Holdsworth
2021-12-22git-p4: remove "debug" verbJoel Holdsworth
2021-12-20git-p4: show progress as an integerJoel Holdsworth
2021-12-20git-p4: print size values in appropriate unitsJoel Holdsworth
2021-12-16git-p4: resolve RCS keywords in bytes not utf-8Joel Holdsworth
2021-12-16git-p4: open temporary patch file for write onlyJoel Holdsworth
2021-12-16git-p4: add raw option to read_pipelinesJoel Holdsworth
2021-12-16git-p4: pre-compile RCS keyword regexesJoel Holdsworth
2021-12-16git-p4: use with statements to close files after use in patchRCSKeywordsJoel Holdsworth
2021-06-28git-p4: fix failed submit by skip non-text data filesdorgon.chang
2021-05-06git-p4: speed up search for branch parentJoachim Kuebart
2021-01-16Merge branch 'dl/p4-encode-after-kw-expansion'Junio C Hamano
2020-12-23git-p4: fix syncing file types with patternDaniel Levin
2020-11-11Merge branch 'js/p4-default-branch'Junio C Hamano
2020-11-09p4: respect init.defaultBranchJohannes Schindelin
2020-11-05doc: fixing two trivial typos in Documentation/Marlon Rac Cambasis
2020-09-19git-p4: use HEAD~$n to find parent commit for unshelveLuke Diamand
2020-06-02Merge branch 'bk/p4-prepare-p4-only-fix'Junio C Hamano
2020-05-12git-p4.py: fix --prepare-p4-only error with multiple commitsBen Keene
2020-05-10git-p4: recover from inconsistent perforce historyAndrew Oakley
2020-04-22Merge branch 'bk/p4-pre-edit-changelist'Junio C Hamano
2020-03-25Merge branch 'yz/p4-py3'Junio C Hamano
2020-02-14git-p4: add RCS keyword status messageBen Keene
2020-02-14git-p4: add p4 submit hooksBen Keene
2020-02-14git-p4: restructure code in submitBen Keene
2020-02-11git-p4: add --no-verify optionBen Keene
2020-02-11git-p4: add p4-pre-submit exit textBen Keene
2020-02-11git-p4: create new function run_git_hookBen Keene
2020-02-11git-p4: rewrite prompt to be Windows compatibleBen Keene
2020-01-30git-p4: avoid leak of file handle when cloningLuke Diamand
2020-01-30git-p4: check for access to remote host earlierLuke Diamand
2020-01-30git-p4: cleanup better on error exitLuke Diamand
2020-01-30git-p4: create helper function importRevisions()Luke Diamand
2020-01-30git-p4: disable some pylint warnings, to get pylint output to something manag...Luke Diamand
2020-01-30git-p4: add P4CommandException to report errors talking to PerforceLuke Diamand
2020-01-30git-p4: make closeStreams() idempotentLuke Diamand
2020-01-15git-p4: use python3's input() everywhereYang Zhao
2020-01-15git-p4: simplify regex pattern generation for parsing diff-treeYang Zhao
2020-01-15git-p4: use dict.items() iteration for python3 compatibilityYang Zhao
2020-01-15git-p4: use functools.reduce instead of reduceYang Zhao