summaryrefslogtreecommitdiffstats
path: root/git-p4.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | git-p4: change the expansion test from basestring to listBen Keene2020-01-151-9/+9
| * | git-p4: make python2.7 the oldest supported versionYang Zhao2020-01-151-18/+2
* | | git-p4: avoid leak of file handle when cloningLuke Diamand2020-01-301-1/+2
* | | git-p4: check for access to remote host earlierLuke Diamand2020-01-301-0/+2
* | | git-p4: cleanup better on error exitLuke Diamand2020-01-301-15/+28
* | | git-p4: create helper function importRevisions()Luke Diamand2020-01-301-64/+68
* | | git-p4: disable some pylint warnings, to get pylint output to something manag...Luke Diamand2020-01-301-0/+8
* | | git-p4: add P4CommandException to report errors talking to PerforceLuke Diamand2020-01-301-0/+8
* | | git-p4: make closeStreams() idempotentLuke Diamand2020-01-301-0/+3
| |/ |/|
* | Merge branch 'bk/p4-misc-usability'Junio C Hamano2020-01-021-32/+42
|\ \
| * | git-p4: show detailed help when parsing options failBen Keene2019-12-161-1/+6
| * | git-p4: yes/no prompts should sanitize user textBen Keene2019-12-161-31/+36
| |/
* / git-p4: honor lfs.storage configuration variabler.burenkov2019-12-111-2/+8
|/
* git-p4: auto-delete named temporary filePhilip.McGraw2019-10-061-7/+6
* Merge branch 'am/p4-branches-excludes'Junio C Hamano2019-07-101-17/+27
|\
| * git-p4: respect excluded paths when detecting branchesMazo, Andrey2019-04-021-2/+1
| * git-p4: don't exclude other files with same prefixMazo, Andrey2019-04-021-7/+14
| * git-p4: don't groom exclude path list on every commitMazo, Andrey2019-04-021-5/+7
| * git-p4: match branches case insensitively if configuredMazo, Andrey2019-04-021-2/+2
| * git-p4: detect/prevent infinite loop in gitCommitByP4Change()Mazo, Andrey2019-04-021-1/+3
* | Merge branch 'mm/p4-unshelve-windows-fix'Junio C Hamano2019-06-171-1/+1
|\ \
| * | p4 unshelve: fix "Not a valid object name HEAD0" on WindowsMike Mueller2019-05-281-1/+1
| |/
* / git-p4: allow unshelving of branched filesSimon Williams2019-05-281-1/+1
|/
* Merge branch 'ld/git-p4-shelve-update-fix'Junio C Hamano2019-02-051-0/+2
|\
| * git-p4: handle update of moved/copied files when updating a shelveLuke Diamand2019-01-181-0/+2
* | git-p4: fix problem when p4 login is not necessaryPeter Osterlund2019-01-071-0/+2
|/
* git-p4: fully support unshelving changelistsLuke Diamand2018-10-161-36/+48
* git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLuke Diamand2018-10-161-1/+2
* git-p4: do not fail in verbose mode for missing 'fileSize' keyLuke Diamand2018-10-121-1/+4
* git-p4: add the `p4-pre-submit` hookChen Bin2018-08-011-1/+15
* git-p4: python3: fix octal constantsLuke Diamand2018-06-191-1/+1
* git-p4: python3: use print() functionLuke Diamand2018-06-191-124/+124
* git-p4: python3: basestring workaroundLuke Diamand2018-06-191-0/+16
* git-p4: python3: remove backticksLuke Diamand2018-06-191-1/+1
* git-p4: python3: replace dict.has_key(k) with "k in dict"Luke Diamand2018-06-191-39/+39
* git-p4: python3: replace <> with !=Luke Diamand2018-06-191-1/+1
* Merge branch 'ld/git-p4-updates'Junio C Hamano2018-06-181-24/+156
|\
| * git-p4: auto-size the blockLuke Diamand2018-06-121-6/+21
| * git-p4: narrow the scope of exceptions caught when parsing an intLuke Diamand2018-06-121-1/+1
| * git-p4: raise exceptions from p4CmdList based on error from p4 serverLuke Diamand2018-06-121-4/+40
| * git-p4: better error reporting when p4 failsLuke Diamand2018-06-121-0/+55
| * git-p4: add option to disable syncing of p4/master with p4Luke Diamand2018-06-121-11/+20
| * git-p4: disable-rebase: allow setting this via configurationLuke Diamand2018-06-121-1/+1
| * git-p4: add options --commit and --disable-rebaseRomain Merland2018-06-121-6/+23
* | Merge branch 'ld/p4-unshelve'Junio C Hamano2018-06-011-36/+177
|\ \
| * | git-p4: add unshelve commandLuke Diamand2018-05-241-36/+177
| |/
* / git-p4: change "commitish" typo to "committish"Ævar Arnfjörð Bjarmason2018-05-111-3/+3
|/
* git-p4: update multiple shelved change listsLuke Diamand2017-12-221-15/+26
* treewide: correct several "up-to-date" to "up to date"Martin Ågren2017-08-231-1/+1
* git-p4: filter for {'code':'info'} in p4CmdListMiguel Torroja2017-07-131-3/+6