summaryrefslogtreecommitdiffstats
path: root/git-p4.py
AgeCommit message (Expand)AuthorLines
2024-09-19git-p4: fix typosAndrew Kreimer-2/+2
2024-05-08git-p4: show Perforce error to the userFahad Alrashed-11/+13
2024-02-06Merge branch 'jt/p4-spell-re-with-raw-string'Junio C Hamano-13/+13
2024-01-29git-p4: use raw string literals for regular expressionsJames Touton-13/+13
2024-01-11git-p4: stop reaching into the refdbPatrick Steinhardt-1/+2
2023-10-19git-p4 shouldn't attempt to store symlinks in LFSMatthew McClain-0/+4
2022-08-01Merge branch 'kk/p4-client-name-encoding-fix'Junio C Hamano-9/+42
2022-07-27Merge branch 'mb/p4-utf16-crlf'Junio C Hamano-1/+1
2022-07-21git-p4: refactoring of p4CmdList()Kilian Kilger-11/+42
2022-07-20git-p4: fix error handling in P4Unshelve.renameBranch()Moritz Baumann-5/+2
2022-07-20git-p4: fix typo in P4Submit.applyCommit()Moritz Baumann-1/+1
2022-07-20git-p4: fix CR LF handling for utf16 filesMoritz Baumann-1/+1
2022-07-08git-p4: fix bug with encoding of p4 client nameKilian Kilger-2/+4
2022-05-20Merge branch 'tk/p4-metadata-coding-strategies'Junio C Hamano-16/+107
2022-05-20Merge branch 'kf/p4-multiple-remotes'Junio C Hamano-1/+9
2022-05-20Merge branch 'tk/p4-with-explicity-sync'Junio C Hamano-14/+37
2022-05-20Merge branch 'tk/p4-utf8-bom'Junio C Hamano-0/+10
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks-16/+107
2022-04-06git-p4: preserve utf8 BOM when importing from p4 to gitTao Klerks-0/+10
2022-04-06git-p4: support explicit sync of arbitrary existing git-p4 refsTao Klerks-14/+38
2022-04-01git-p4: sort importsJoel Holdsworth-8/+10
2022-04-01git-p4: seperate multiple statements onto seperate linesJoel Holdsworth-2/+5
2022-04-01git-p4: move inline comments to line aboveJoel Holdsworth-3/+7
2022-04-01git-p4: only seperate code blocks by a single empty lineJoel Holdsworth-3/+0
2022-04-01git-p4: compare to singletons with "is" and "is not"Joel Holdsworth-3/+3
2022-04-01git-p4: normalize indentation of lines in conditionalsJoel Holdsworth-9/+7
2022-04-01git-p4: ensure there is a single space around all operatorsJoel Holdsworth-5/+5
2022-04-01git-p4: ensure every comment has a single #Joel Holdsworth-6/+6
2022-04-01git-p4: remove spaces between dictionary keys and colonsJoel Holdsworth-7/+7
2022-04-01git-p4: remove redundant backslash-continuations inside bracketsJoel Holdsworth-9/+9
2022-04-01git-p4: remove extraneous spaces before function argumentsJoel Holdsworth-11/+11
2022-04-01git-p4: place a single space after every commaJoel Holdsworth-9/+9
2022-04-01git-p4: removed brackets when assigning multiple return valuesJoel Holdsworth-19/+19
2022-04-01git-p4: remove spaces around default argumentsJoel Holdsworth-6/+6
2022-04-01git-p4: remove padding from lists, tuples and function argumentsJoel Holdsworth-18/+18
2022-04-01git-p4: sort and de-duplcate pylint disable listJoel Holdsworth-7/+22
2022-04-01git-p4: remove commented codeJoel Holdsworth-7/+0
2022-04-01git-p4: convert descriptive class and function comments into docstringsJoel Holdsworth-70/+94
2022-04-01git-p4: improve consistency of docstring formattingJoel Holdsworth-133/+158
2022-04-01git-p4: indent with 4-spacesJoel Holdsworth-9/+9
2022-04-01git-p4: remove unneeded semicolons from statementsJoel Holdsworth-14/+14
2022-04-01git-p4: add blank lines between functions and class definitionsJoel Holdsworth-0/+107
2022-03-21git-p4: fix issue with multiple perforce remotesKirill Frolov-1/+9
2022-02-09Merge branch 'ab/config-based-hooks-2'Junio C Hamano-64/+6
2022-02-05Merge branch 'jh/p4-spawning-external-commands-cleanup'Junio C Hamano-97/+79
2022-02-05Merge branch 'jh/p4-fix-use-of-process-error-exception'Junio C Hamano-3/+3
2022-01-10Merge branch 'jh/p4-remove-unused'Junio C Hamano-76/+0
2022-01-10Merge branch 'jh/p4-human-unit-numbers'Junio C Hamano-6/+21
2022-01-07git-p4: use 'git hook' to run hooksEmily Shaffer-64/+6
2022-01-06git-p4: fix instantiation of CalledProcessErrorJoel Holdsworth-3/+3