- 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, 4 months ago
- 1b09d19 p4: respect init.defaultBranch by Johannes Schindelin · 4 years, 4 months ago
- b7e20b4 doc: fixing two trivial typos in Documentation/ by Marlon Rac Cambasis · 4 years, 4 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, 10 months ago
- 82e46d6 git-p4: recover from inconsistent perforce history by Andrew Oakley · 4 years, 10 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
- de5abb5 git-p4: auto-delete named temporary file by Philip.McGraw · 6 years ago
- 44275f5 Merge branch 'am/p4-branches-excludes' by Junio C Hamano · 6 years ago
- add59c4 Merge branch 'mm/p4-unshelve-windows-fix' by Junio C Hamano · 6 years ago
- c3f2358 p4 unshelve: fix "Not a valid object name HEAD0" on Windows by Mike Mueller · 6 years ago
- 0108f47 git-p4: allow unshelving of branched files by Simon Williams · 6 years ago
- d15068a git-p4: respect excluded paths when detecting branches by Mazo, Andrey · 6 years ago
- a2bee10 git-p4: don't exclude other files with same prefix by Mazo, Andrey · 6 years ago
- ff8c50e git-p4: don't groom exclude path list on every commit by Mazo, Andrey · 6 years ago
- f2768cb git-p4: match branches case insensitively if configured by Mazo, Andrey · 6 years ago
- 2dda741 git-p4: detect/prevent infinite loop in gitCommitByP4Change() by Mazo, Andrey · 6 years ago
- 40b8ba2 Merge branch 'ld/git-p4-shelve-update-fix' by Junio C Hamano · 6 years ago
- 7a10946 git-p4: handle update of moved/copied files when updating a shelve by Luke Diamand · 6 years ago
- d4990d5 git-p4: fix problem when p4 login is not necessary by Peter Osterlund · 6 years ago
- 89143ac git-p4: fully support unshelving changelists by Luke Diamand · 6 years ago
- 0881312 git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved by Luke Diamand · 6 years ago
- 0742b7c git-p4: do not fail in verbose mode for missing 'fileSize' key by Luke Diamand · 6 years ago
- 251c8c5 git-p4: add the `p4-pre-submit` hook by Chen Bin · 7 years ago
- db2d997 git-p4: python3: fix octal constants by Luke Diamand · 7 years ago
- f2606b1 git-p4: python3: use print() function by Luke Diamand · 7 years ago
- efdcc99 git-p4: python3: basestring workaround by Luke Diamand · 7 years ago
- 4d88519 git-p4: python3: remove backticks by Luke Diamand · 7 years ago
- dba1c9d git-p4: python3: replace dict.has_key(k) with "k in dict" by Luke Diamand · 7 years ago
- fc35c9d git-p4: python3: replace <> with != by Luke Diamand · 7 years ago
- e638899 Merge branch 'ld/git-p4-updates' by Junio C Hamano · 7 years ago
- 3deed5e git-p4: auto-size the block by Luke Diamand · 7 years ago
- 8fa0abf git-p4: narrow the scope of exceptions caught when parsing an int by Luke Diamand · 7 years ago
- 55bb3e3 git-p4: raise exceptions from p4CmdList based on error from p4 server by Luke Diamand · 7 years ago
- 0ef67ac git-p4: better error reporting when p4 fails by Luke Diamand · 7 years ago
- b9d34db git-p4: add option to disable syncing of p4/master with p4 by Luke Diamand · 7 years ago
- 3b3477e git-p4: disable-rebase: allow setting this via configuration by Luke Diamand · 7 years ago
- f55b87c git-p4: add options --commit and --disable-rebase by Romain Merland · 7 years ago
- caf0c98 Merge branch 'ld/p4-unshelve' by Junio C Hamano · 7 years ago
- 123f631 git-p4: add unshelve command by Luke Diamand · 7 years ago
- 89f32a9 git-p4: change "commitish" typo to "committish" by Ævar Arnfjörð Bjarmason · 7 years ago
- 8cf422d git-p4: update multiple shelved change lists by Luke Diamand · 7 years ago
- 7560f54 treewide: correct several "up-to-date" to "up to date" by Martin Ågren · 8 years ago
- 1997e91 git-p4: filter for {'code':'info'} in p4CmdList by Miguel Torroja · 8 years ago
- b596b3b git-p4: parse marshal output "p4 -G" in p4 changes by Miguel Torroja · 8 years ago
- eff4511 git-p4: don't use name-rev to get current branch by Luke Diamand · 8 years ago
- 78871bf git-p4: add read_pipe_text() internal function by Luke Diamand · 8 years ago
- 5a98255 Merge branch 'ls/p4-path-encoding' by Junio C Hamano · 8 years ago
- a8b0516 git-p4: fix git-p4.pathEncoding for removed files by Lars Schneider · 8 years ago
- a482cf4 Merge branch 'gv/mingw-p4-mapuser' by Junio C Hamano · 8 years ago
- c3c2b05 git-p4: fix git-p4.mapUser on Windows by George Vanburgh · 8 years ago
- 74f7427 Merge branch 'ls/p4-retry-thrice' by Junio C Hamano · 8 years ago
- 1d5cb45 Merge branch 'gv/p4-multi-path-commit-fix' into maint by Junio C Hamano · 8 years ago
- aa83f7a Merge branch 'ld/p4-compare-dir-vs-symlink' into maint by Junio C Hamano · 8 years ago
- bc23352 git-p4: do not pass '-r 0' to p4 commands by Igor Kushnir · 8 years ago
- 7143258 Merge branch 'ls/p4-lfs' by Junio C Hamano · 8 years ago
- d7dcd52 Merge branch 'gv/p4-multi-path-commit-fix' by Junio C Hamano · 8 years ago
- f723df5 Merge branch 'ld/p4-compare-dir-vs-symlink' by Junio C Hamano · 8 years ago
- 862f931 git-p4: add diff/merge properties to .gitattributes for GitLFS files by Lars Schneider · 8 years ago
- 101f3dc Merge branch 'ld/p4-worktree' by Junio C Hamano · 8 years ago
- 9943e5b git-p4: fix multi-path changelist empty commits by George Vanburgh · 8 years ago
- df8a9e8 git-p4: avoid crash adding symlinked directory by Luke Diamand · 8 years ago
- 2a72b69 Merge branch 'ls/p4-retry-thrice' by Junio C Hamano · 8 years ago