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