- e59acea Merge branch 'kk/p4-client-name-encoding-fix' by Junio C Hamano · 2 years, 8 months ago
- 745af8c Merge branch 'mb/p4-utf16-crlf' by Junio C Hamano · 2 years, 8 months ago
- d205483 git-p4: refactoring of p4CmdList() by Kilian Kilger · 2 years, 8 months ago
- 198551c git-p4: fix error handling in P4Unshelve.renameBranch() by Moritz Baumann · 2 years, 8 months ago
- c0d2b07 git-p4: fix typo in P4Submit.applyCommit() by Moritz Baumann · 2 years, 8 months ago
- 4d35f74 git-p4: fix CR LF handling for utf16 files by Moritz Baumann · 2 years, 8 months ago
- 34f67c9 git-p4: fix bug with encoding of p4 client name by Kilian Kilger · 2 years, 9 months ago
- 3af1df0 Merge branch 'tk/p4-metadata-coding-strategies' by Junio C Hamano · 2 years, 10 months ago
- 586f237 Merge branch 'kf/p4-multiple-remotes' by Junio C Hamano · 2 years, 10 months ago
- af3a320 Merge branch 'tk/p4-with-explicity-sync' by Junio C Hamano · 2 years, 10 months ago
- 804ec03 Merge branch 'tk/p4-utf8-bom' by Junio C Hamano · 2 years, 10 months ago
- f7b5ff6 git-p4: improve encoding handling to support inconsistent encodings by Tao Klerks · 2 years, 11 months ago
- fbe5f6b git-p4: preserve utf8 BOM when importing from p4 to git by Tao Klerks · 3 years ago
- 17f273f git-p4: support explicit sync of arbitrary existing git-p4 refs by Tao Klerks · 3 years ago
- 4ff0108 git-p4: sort imports by Joel Holdsworth · 3 years ago
- e8f8b3b git-p4: seperate multiple statements onto seperate lines by Joel Holdsworth · 3 years ago
- 4768af2 git-p4: move inline comments to line above by Joel Holdsworth · 3 years ago
- 77956b9 git-p4: only seperate code blocks by a single empty line by Joel Holdsworth · 3 years ago
- da0134f git-p4: compare to singletons with "is" and "is not" by Joel Holdsworth · 3 years ago
- 7a3e83d git-p4: normalize indentation of lines in conditionals by Joel Holdsworth · 3 years ago
- 6febb9f git-p4: ensure there is a single space around all operators by Joel Holdsworth · 3 years ago
- c785e20 git-p4: ensure every comment has a single # by Joel Holdsworth · 3 years ago
- 2bcf611 git-p4: remove spaces between dictionary keys and colons by Joel Holdsworth · 3 years ago
- 968e29e git-p4: remove redundant backslash-continuations inside brackets by Joel Holdsworth · 3 years ago
- 843d847 git-p4: remove extraneous spaces before function arguments by Joel Holdsworth · 3 years ago
- 12a77f5 git-p4: place a single space after every comma by Joel Holdsworth · 3 years ago
- 0874bb0 git-p4: removed brackets when assigning multiple return values by Joel Holdsworth · 3 years ago
- 57fe2ce git-p4: remove spaces around default arguments by Joel Holdsworth · 3 years ago
- 84af8b8 git-p4: remove padding from lists, tuples and function arguments by Joel Holdsworth · 3 years ago
- 794bb28 git-p4: sort and de-duplcate pylint disable list by Joel Holdsworth · 3 years ago
- 9084961 git-p4: remove commented code by Joel Holdsworth · 3 years ago
- 522e914 git-p4: convert descriptive class and function comments into docstrings by Joel Holdsworth · 3 years ago
- 59ef3fc git-p4: improve consistency of docstring formatting by Joel Holdsworth · 3 years ago
- 812ee74 git-p4: indent with 4-spaces by Joel Holdsworth · 3 years ago
- 990547a git-p4: remove unneeded semicolons from statements by Joel Holdsworth · 3 years ago
- adf159b git-p4: add blank lines between functions and class definitions by Joel Holdsworth · 3 years ago
- 944db25 git-p4: fix issue with multiple perforce remotes by Kirill Frolov · 3 years ago
- c70bc33 Merge branch 'ab/config-based-hooks-2' by Junio C Hamano · 3 years, 2 months ago
- 391d85d Merge branch 'jh/p4-spawning-external-commands-cleanup' by Junio C Hamano · 3 years, 2 months ago
- 8b9c425 Merge branch 'jh/p4-fix-use-of-process-error-exception' by Junio C Hamano · 3 years, 2 months ago
- 9dbb375 Merge branch 'jh/p4-remove-unused' by Junio C Hamano · 3 years, 3 months ago
- 66f6c18 Merge branch 'jh/p4-human-unit-numbers' by Junio C Hamano · 3 years, 3 months ago
- 0c8ac06 git-p4: use 'git hook' to run hooks by Emily Shaffer · 3 years, 3 months ago
- 40e7cfd git-p4: fix instantiation of CalledProcessError by Joel Holdsworth · 3 years, 3 months ago
- 727e6ea git-p4: don't print shell commands as python lists by Joel Holdsworth · 3 years, 3 months ago
- 8a47059 git-p4: pass command arguments as lists instead of using shell by Joel Holdsworth · 3 years, 3 months ago
- 3d8a303 git-p4: don't select shell mode using the type of the command argument by Joel Holdsworth · 3 years, 3 months ago
- 0fe3df4 git-p4: remove "rollback" verb by Joel Holdsworth · 3 years, 3 months ago
- fb8dfc1 git-p4: remove "debug" verb by Joel Holdsworth · 3 years, 3 months ago
- 0f82962 git-p4: show progress as an integer by Joel Holdsworth · 3 years, 3 months ago
- ae9b950 git-p4: print size values in appropriate units by Joel Holdsworth · 3 years, 3 months ago
- 70c0d55 git-p4: resolve RCS keywords in bytes not utf-8 by Joel Holdsworth · 3 years, 3 months ago
- 4cf67ae git-p4: open temporary patch file for write only by Joel Holdsworth · 3 years, 3 months ago
- 9732e22 git-p4: add raw option to read_pipelines by Joel Holdsworth · 3 years, 3 months ago
- e665e98 git-p4: pre-compile RCS keyword regexes by Joel Holdsworth · 3 years, 3 months ago
- 8618d32 git-p4: use with statements to close files after use in patchRCSKeywords by Joel Holdsworth · 3 years, 3 months ago
- 54662d5 git-p4: fix failed submit by skip non-text data files by dorgon.chang · 3 years, 9 months ago
- 6b79818 git-p4: speed up search for branch parent by Joachim Kuebart · 3 years, 11 months ago
- 453e149 Merge branch 'dl/p4-encode-after-kw-expansion' by Junio C Hamano · 4 years, 2 months ago
- 52fc4f1 git-p4: fix syncing file types with pattern by Daniel Levin · 4 years, 3 months ago
- ca8870d Merge branch 'js/p4-default-branch' by Junio C Hamano · 4 years, 5 months ago
- 1b09d19 p4: respect init.defaultBranch by Johannes Schindelin · 4 years, 5 months ago
- b7e20b4 doc: fixing two trivial typos in Documentation/ by Marlon Rac Cambasis · 4 years, 5 months ago
- 0acbf59 git-p4: use HEAD~$n to find parent commit for unshelve by Luke Diamand · 4 years, 6 months ago
- 7a8fec9 Merge branch 'bk/p4-prepare-p4-only-fix' by Junio C Hamano · 4 years, 10 months ago
- 2dfdd70 git-p4.py: fix --prepare-p4-only error with multiple commits by Ben Keene · 4 years, 11 months ago
- 82e46d6 git-p4: recover from inconsistent perforce history by Andrew Oakley · 4 years, 11 months ago
- 5f2ec21 Merge branch 'bk/p4-pre-edit-changelist' by Junio C Hamano · 5 years ago
- 9a0fa17 Merge branch 'yz/p4-py3' by Junio C Hamano · 5 years ago
- 1ec4a0a git-p4: add RCS keyword status message by Ben Keene · 5 years ago
- 38ecf75 git-p4: add p4 submit hooks by Ben Keene · 5 years ago
- cd1e0dc git-p4: restructure code in submit by Ben Keene · 5 years ago
- 4935c45 git-p4: add --no-verify option by Ben Keene · 5 years ago
- aa8b766 git-p4: add p4-pre-submit exit text by Ben Keene · 5 years ago
- 9f59ca4 git-p4: create new function run_git_hook by Ben Keene · 5 years ago
- 6b602a2 git-p4: rewrite prompt to be Windows compatible by Ben Keene · 5 years ago
- 43f33e4 git-p4: avoid leak of file handle when cloning by Luke Diamand · 5 years ago
- 19fa5ac git-p4: check for access to remote host earlier by Luke Diamand · 5 years ago
- 6026aff git-p4: cleanup better on error exit by Luke Diamand · 5 years ago
- ca5b5cc git-p4: create helper function importRevisions() by Luke Diamand · 5 years ago
- 4c1d586 git-p4: disable some pylint warnings, to get pylint output to something manageable by Luke Diamand · 5 years ago
- 5c3d502 git-p4: add P4CommandException to report errors talking to Perforce by Luke Diamand · 5 years ago
- 837b3a6 git-p4: make closeStreams() idempotent by Luke Diamand · 5 years ago
- 7575f4f git-p4: use python3's input() everywhere by Yang Zhao · 5 years ago
- ce425eb git-p4: simplify regex pattern generation for parsing diff-tree by Yang Zhao · 5 years ago
- 2e2aa8d git-p4: use dict.items() iteration for python3 compatibility by Yang Zhao · 5 years ago
- a6b1306 git-p4: use functools.reduce instead of reduce by Yang Zhao · 5 years ago
- 4294d74 git-p4: fix freezing while waiting for fast-import progress by Yang Zhao · 5 years ago
- 50da1e7 git-p4: use marshal format version 2 when sending to p4 by Yang Zhao · 5 years ago
- 5a5577d git-p4: open .gitp4-usercache.txt in text mode by Yang Zhao · 5 years ago
- d38208a git-p4: convert path to unicode before processing them by Yang Zhao · 5 years ago
- 86dca24 git-p4: encode/decode communication with git for python3 by Yang Zhao · 5 years ago
- 6cec21a git-p4: encode/decode communication with p4 for python3 by Yang Zhao · 5 years ago
- 1f8b46d git-p4: remove string type aliasing by Yang Zhao · 5 years ago
- 484d09c git-p4: change the expansion test from basestring to list by Ben Keene · 5 years ago
- 0b4396f git-p4: make python2.7 the oldest supported version by Yang Zhao · 5 years ago
- bc85523 Merge branch 'bk/p4-misc-usability' by Junio C Hamano · 5 years ago
- 608e380 git-p4: show detailed help when parsing options fail by Ben Keene · 5 years ago
- e2aed5f git-p4: yes/no prompts should sanitize user text by Ben Keene · 5 years ago
- ea94b16 git-p4: honor lfs.storage configuration variable by r.burenkov · 5 years ago