summaryrefslogtreecommitdiffstats
path: root/git-p4.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | git-p4: fix instantiation of CalledProcessErrorJoel Holdsworth2022-01-071-3/+3
| |/ /
* | | Merge branch 'jh/p4-remove-unused'Junio C Hamano2022-01-101-76/+0
|\ \ \
| * | | git-p4: remove "rollback" verbJoel Holdsworth2021-12-221-60/+0
| * | | git-p4: remove "debug" verbJoel Holdsworth2021-12-221-16/+0
| | |/ | |/|
* | | Merge branch 'jh/p4-human-unit-numbers'Junio C Hamano2022-01-101-6/+21
|\ \ \ | |_|/ |/| |
| * | git-p4: show progress as an integerJoel Holdsworth2021-12-201-1/+2
| * | git-p4: print size values in appropriate unitsJoel Holdsworth2021-12-201-5/+19
| |/
* | git-p4: resolve RCS keywords in bytes not utf-8Joel Holdsworth2021-12-161-7/+8
* | git-p4: open temporary patch file for write onlyJoel Holdsworth2021-12-161-1/+1
* | git-p4: add raw option to read_pipelinesJoel Holdsworth2021-12-161-3/+5
* | git-p4: pre-compile RCS keyword regexesJoel Holdsworth2021-12-161-30/+18
* | git-p4: use with statements to close files after use in patchRCSKeywordsJoel Holdsworth2021-12-161-8/+5
|/
* git-p4: fix failed submit by skip non-text data filesdorgon.chang2021-06-281-2/+5
* git-p4: speed up search for branch parentJoachim Kuebart2021-05-061-11/+10
* Merge branch 'dl/p4-encode-after-kw-expansion'Junio C Hamano2021-01-161-1/+1
|\
| * git-p4: fix syncing file types with patternDaniel Levin2020-12-231-1/+1
* | Merge branch 'js/p4-default-branch'Junio C Hamano2020-11-111-1/+1
|\ \
| * | p4: respect init.defaultBranchJohannes Schindelin2020-11-091-1/+1
| |/
* / doc: fixing two trivial typos in Documentation/Marlon Rac Cambasis2020-11-051-1/+1
|/
* git-p4: use HEAD~$n to find parent commit for unshelveLuke Diamand2020-09-191-1/+1
* Merge branch 'bk/p4-prepare-p4-only-fix'Junio C Hamano2020-06-021-4/+5
|\
| * git-p4.py: fix --prepare-p4-only error with multiple commitsBen Keene2020-05-121-4/+5
* | git-p4: recover from inconsistent perforce historyAndrew Oakley2020-05-101-2/+41
|/
* Merge branch 'bk/p4-pre-edit-changelist'Junio C Hamano2020-04-221-55/+181
|\
| * git-p4: add RCS keyword status messageBen Keene2020-02-141-0/+4
| * git-p4: add p4 submit hooksBen Keene2020-02-141-1/+34
| * git-p4: restructure code in submitBen Keene2020-02-141-41/+51
| * git-p4: add --no-verify optionBen Keene2020-02-111-13/+19
| * git-p4: add p4-pre-submit exit textBen Keene2020-02-111-1/+9
| * git-p4: create new function run_git_hookBen Keene2020-02-111-7/+69
| * git-p4: rewrite prompt to be Windows compatibleBen Keene2020-02-111-1/+4
* | Merge branch 'yz/p4-py3'Junio C Hamano2020-03-251-95/+140
|\ \
| * | git-p4: use python3's input() everywhereYang Zhao2020-01-151-2/+12
| * | git-p4: simplify regex pattern generation for parsing diff-treeYang Zhao2020-01-151-7/+6
| * | git-p4: use dict.items() iteration for python3 compatibilityYang Zhao2020-01-151-1/+1
| * | git-p4: use functools.reduce instead of reduceYang Zhao2020-01-151-1/+2
| * | git-p4: fix freezing while waiting for fast-import progressYang Zhao2020-01-151-0/+1
| * | git-p4: use marshal format version 2 when sending to p4Yang Zhao2020-01-151-1/+2
| * | git-p4: open .gitp4-usercache.txt in text modeYang Zhao2020-01-151-2/+2
| * | git-p4: convert path to unicode before processing themYang Zhao2020-01-151-25/+44
| * | git-p4: encode/decode communication with git for python3Yang Zhao2020-01-151-4/+17
| * | git-p4: encode/decode communication with p4 for python3Yang Zhao2020-01-151-13/+46
| * | git-p4: remove string type aliasingYang Zhao2020-01-151-16/+0
| * | git-p4: change the expansion test from basestring to listBen Keene2020-01-151-9/+9
| * | git-p4: make python2.7 the oldest supported versionYang Zhao2020-01-151-18/+2
* | | git-p4: avoid leak of file handle when cloningLuke Diamand2020-01-301-1/+2
* | | git-p4: check for access to remote host earlierLuke Diamand2020-01-301-0/+2
* | | git-p4: cleanup better on error exitLuke Diamand2020-01-301-15/+28
* | | git-p4: create helper function importRevisions()Luke Diamand2020-01-301-64/+68
* | | git-p4: disable some pylint warnings, to get pylint output to something manag...Luke Diamand2020-01-301-0/+8