summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2018-10-16git-p4: fully support unshelving changelistsLuke Diamand
2018-10-16git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLuke Diamand
2018-10-12git-p4: do not fail in verbose mode for missing 'fileSize' keyLuke Diamand
2018-08-01git-p4: add the `p4-pre-submit` hookChen Bin
2018-06-19git-p4: python3: fix octal constantsLuke Diamand
2018-06-19git-p4: python3: use print() functionLuke Diamand
2018-06-19git-p4: python3: basestring workaroundLuke Diamand
2018-06-19git-p4: python3: remove backticksLuke Diamand
2018-06-19git-p4: python3: replace dict.has_key(k) with "k in dict"Luke Diamand
2018-06-19git-p4: python3: replace <> with !=Luke Diamand
2018-06-18Merge branch 'ld/git-p4-updates'Junio C Hamano
2018-06-12git-p4: auto-size the blockLuke Diamand
2018-06-12git-p4: narrow the scope of exceptions caught when parsing an intLuke Diamand
2018-06-12git-p4: raise exceptions from p4CmdList based on error from p4 serverLuke Diamand
2018-06-12git-p4: better error reporting when p4 failsLuke Diamand
2018-06-12git-p4: add option to disable syncing of p4/master with p4Luke Diamand
2018-06-12git-p4: disable-rebase: allow setting this via configurationLuke Diamand
2018-06-12git-p4: add options --commit and --disable-rebaseRomain Merland
2018-06-01Merge branch 'ld/p4-unshelve'Junio C Hamano
2018-05-23git-p4: add unshelve commandLuke Diamand
2018-05-11git-p4: change "commitish" typo to "committish"Ævar Arnfjörð Bjarmason
2017-12-22git-p4: update multiple shelved change listsLuke Diamand
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren
2017-07-13git-p4: filter for {'code':'info'} in p4CmdListMiguel Torroja
2017-07-13git-p4: parse marshal output "p4 -G" in p4 changesMiguel Torroja
2017-04-17git-p4: don't use name-rev to get current branchLuke Diamand
2017-04-17git-p4: add read_pipe_text() internal functionLuke Diamand
2017-02-16Merge branch 'ls/p4-path-encoding'Junio C Hamano
2017-02-10git-p4: fix git-p4.pathEncoding for removed filesLars Schneider
2017-02-02Merge branch 'gv/mingw-p4-mapuser'Junio C Hamano
2017-01-30git-p4: fix git-p4.mapUser on WindowsGeorge Vanburgh
2017-01-18Merge branch 'ls/p4-retry-thrice'Junio C Hamano
2017-01-17Merge branch 'gv/p4-multi-path-commit-fix' into maintJunio C Hamano
2017-01-17Merge branch 'ld/p4-compare-dir-vs-symlink' into maintJunio C Hamano
2016-12-29git-p4: do not pass '-r 0' to p4 commandsIgor Kushnir
2016-12-27Merge branch 'ls/p4-lfs'Junio C Hamano
2016-12-27Merge branch 'gv/p4-multi-path-commit-fix'Junio C Hamano
2016-12-27Merge branch 'ld/p4-compare-dir-vs-symlink'Junio C Hamano
2016-12-20git-p4: add diff/merge properties to .gitattributes for GitLFS filesLars Schneider
2016-12-19Merge branch 'ld/p4-worktree'Junio C Hamano
2016-12-19git-p4: fix multi-path changelist empty commitsGeorge Vanburgh
2016-12-18git-p4: avoid crash adding symlinked directoryLuke Diamand
2016-12-16Merge branch 'ls/p4-retry-thrice'Junio C Hamano
2016-12-16Merge branch 'ls/p4-empty-file-on-lfs'Junio C Hamano
2016-12-14git-p4: support git worktreesLuke Diamand
2016-12-05git-p4: fix empty file processing for large file system backend GitLFSLars Schneider
2016-12-05git-p4: add config to retry p4 commands; retry 3 times by defaultLars Schneider
2016-12-05git-p4: support updating an existing shelved changelistLuke Diamand
2016-11-29git-p4: allow submit to create shelved changelists.Vinicius Kursancew
2016-08-11Spelling fixesVille Skyttä