summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
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
2020-01-15git-p4: fix freezing while waiting for fast-import progressYang Zhao
2020-01-15git-p4: use marshal format version 2 when sending to p4Yang Zhao
2020-01-15git-p4: open .gitp4-usercache.txt in text modeYang Zhao
2020-01-15git-p4: convert path to unicode before processing themYang Zhao
2020-01-15git-p4: encode/decode communication with git for python3Yang Zhao
2020-01-15git-p4: encode/decode communication with p4 for python3Yang Zhao
2020-01-15git-p4: remove string type aliasingYang Zhao
2020-01-15git-p4: change the expansion test from basestring to listBen Keene
2020-01-15git-p4: make python2.7 the oldest supported versionYang Zhao
2020-01-02Merge branch 'bk/p4-misc-usability'Junio C Hamano
2019-12-16git-p4: show detailed help when parsing options failBen Keene
2019-12-16git-p4: yes/no prompts should sanitize user textBen Keene
2019-12-11git-p4: honor lfs.storage configuration variabler.burenkov
2019-10-06git-p4: auto-delete named temporary filePhilip.McGraw
2019-07-09Merge branch 'am/p4-branches-excludes'Junio C Hamano
2019-06-17Merge branch 'mm/p4-unshelve-windows-fix'Junio C Hamano
2019-05-28p4 unshelve: fix "Not a valid object name HEAD0" on WindowsMike Mueller
2019-05-28git-p4: allow unshelving of branched filesSimon Williams
2019-04-02git-p4: respect excluded paths when detecting branchesMazo, Andrey