summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2024-02-06Merge branch 'jt/p4-spell-re-with-raw-string'Junio C Hamano
2024-01-29git-p4: use raw string literals for regular expressionsJames Touton
2024-01-11git-p4: stop reaching into the refdbPatrick Steinhardt
2023-10-19git-p4 shouldn't attempt to store symlinks in LFSMatthew McClain
2022-08-01Merge branch 'kk/p4-client-name-encoding-fix'Junio C Hamano
2022-07-27Merge branch 'mb/p4-utf16-crlf'Junio C Hamano
2022-07-21git-p4: refactoring of p4CmdList()Kilian Kilger
2022-07-20git-p4: fix error handling in P4Unshelve.renameBranch()Moritz Baumann
2022-07-20git-p4: fix typo in P4Submit.applyCommit()Moritz Baumann
2022-07-20git-p4: fix CR LF handling for utf16 filesMoritz Baumann
2022-07-08git-p4: fix bug with encoding of p4 client nameKilian Kilger
2022-05-20Merge branch 'tk/p4-metadata-coding-strategies'Junio C Hamano
2022-05-20Merge branch 'kf/p4-multiple-remotes'Junio C Hamano
2022-05-20Merge branch 'tk/p4-with-explicity-sync'Junio C Hamano
2022-05-20Merge branch 'tk/p4-utf8-bom'Junio C Hamano
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks
2022-04-06git-p4: preserve utf8 BOM when importing from p4 to gitTao Klerks
2022-04-06git-p4: support explicit sync of arbitrary existing git-p4 refsTao Klerks
2022-04-01git-p4: sort importsJoel Holdsworth
2022-04-01git-p4: seperate multiple statements onto seperate linesJoel Holdsworth
2022-04-01git-p4: move inline comments to line aboveJoel Holdsworth
2022-04-01git-p4: only seperate code blocks by a single empty lineJoel Holdsworth
2022-04-01git-p4: compare to singletons with "is" and "is not"Joel Holdsworth
2022-04-01git-p4: normalize indentation of lines in conditionalsJoel Holdsworth
2022-04-01git-p4: ensure there is a single space around all operatorsJoel Holdsworth
2022-04-01git-p4: ensure every comment has a single #Joel Holdsworth
2022-04-01git-p4: remove spaces between dictionary keys and colonsJoel Holdsworth
2022-04-01git-p4: remove redundant backslash-continuations inside bracketsJoel Holdsworth
2022-04-01git-p4: remove extraneous spaces before function argumentsJoel Holdsworth
2022-04-01git-p4: place a single space after every commaJoel Holdsworth
2022-04-01git-p4: removed brackets when assigning multiple return valuesJoel Holdsworth
2022-04-01git-p4: remove spaces around default argumentsJoel Holdsworth
2022-04-01git-p4: remove padding from lists, tuples and function argumentsJoel Holdsworth
2022-04-01git-p4: sort and de-duplcate pylint disable listJoel Holdsworth
2022-04-01git-p4: remove commented codeJoel Holdsworth
2022-04-01git-p4: convert descriptive class and function comments into docstringsJoel Holdsworth
2022-04-01git-p4: improve consistency of docstring formattingJoel Holdsworth
2022-04-01git-p4: indent with 4-spacesJoel Holdsworth
2022-04-01git-p4: remove unneeded semicolons from statementsJoel Holdsworth
2022-04-01git-p4: add blank lines between functions and class definitionsJoel Holdsworth
2022-03-21git-p4: fix issue with multiple perforce remotesKirill Frolov
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