summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2020-01-02Merge branch 'bk/p4-misc-usability'Junio C Hamano
2019-12-16git-p4: show detailed help when parsing options failBen Keene
2019-12-16git-p4: yes/no prompts should sanitize user textBen Keene
2019-12-11git-p4: honor lfs.storage configuration variabler.burenkov
2019-10-06git-p4: auto-delete named temporary filePhilip.McGraw
2019-07-09Merge branch 'am/p4-branches-excludes'Junio C Hamano
2019-06-17Merge branch 'mm/p4-unshelve-windows-fix'Junio C Hamano
2019-05-28p4 unshelve: fix "Not a valid object name HEAD0" on WindowsMike Mueller
2019-05-28git-p4: allow unshelving of branched filesSimon Williams
2019-04-02git-p4: respect excluded paths when detecting branchesMazo, Andrey
2019-04-02git-p4: don't exclude other files with same prefixMazo, Andrey
2019-04-02git-p4: don't groom exclude path list on every commitMazo, Andrey
2019-04-02git-p4: match branches case insensitively if configuredMazo, Andrey
2019-04-02git-p4: detect/prevent infinite loop in gitCommitByP4Change()Mazo, Andrey
2019-02-05Merge branch 'ld/git-p4-shelve-update-fix'Junio C Hamano
2019-01-18git-p4: handle update of moved/copied files when updating a shelveLuke Diamand
2019-01-07git-p4: fix problem when p4 login is not necessaryPeter Osterlund
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