summaryrefslogtreecommitdiff
path: root/git-p4.py
Commit message (Expand)AuthorAgeFilesLines
* 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 listsld/p4-multiple-shelvesLuke Diamand2017-12-221-15/+26
* treewide: correct several "up-to-date" to "up to date"ma/up-to-dateMartin Ågren2017-08-231-1/+1
* git-p4: filter for {'code':'info'} in p4CmdListmt/p4-parse-G-outputMiguel Torroja2017-07-131-3/+6
* git-p4: parse marshal output "p4 -G" in p4 changesMiguel Torroja2017-07-131-28/+57
* git-p4: don't use name-rev to get current branchld/p4-current-branch-fixLuke Diamand2017-04-161-6/+1
* git-p4: add read_pipe_text() internal functionLuke Diamand2017-04-161-3/+28
* Merge branch 'ls/p4-path-encoding'Junio C Hamano2017-02-161-10/+14
|\
| * git-p4: fix git-p4.pathEncoding for removed filesls/p4-path-encodingLars Schneider2017-02-101-10/+14
* | Merge branch 'gv/mingw-p4-mapuser'Junio C Hamano2017-02-021-1/+1
|\ \
| * | git-p4: fix git-p4.mapUser on Windowsgv/mingw-p4-mapuserGeorge Vanburgh2017-01-301-1/+1
| * | Merge branch 'gv/p4-multi-path-commit-fix' into maintJunio C Hamano2017-01-171-2/+2
| |\ \
| * \ \ Merge branch 'ld/p4-compare-dir-vs-symlink' into maintJunio C Hamano2017-01-171-6/+20
| |\ \ \
* | \ \ \ Merge branch 'ls/p4-retry-thrice'Junio C Hamano2017-01-181-1/+3
|\ \ \ \ \
| * | | | | git-p4: do not pass '-r 0' to p4 commandsls/p4-retry-thriceIgor Kushnir2016-12-291-1/+3
* | | | | | Merge branch 'ls/p4-lfs'Junio C Hamano2016-12-271-2/+2
|\ \ \ \ \ \
| * | | | | | git-p4: add diff/merge properties to .gitattributes for GitLFS filesls/p4-lfsLars Schneider2016-12-201-2/+2
* | | | | | | Merge branch 'gv/p4-multi-path-commit-fix'Junio C Hamano2016-12-271-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-p4: fix multi-path changelist empty commitsgv/p4-multi-path-commit-fixGeorge Vanburgh2016-12-191-2/+2
| * | | | | | Merge branch 'ao/p4-has-branch-prefix-fix' into maintJunio C Hamano2016-07-111-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'ld/p4-compare-dir-vs-symlink'Junio C Hamano2016-12-271-6/+20
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | git-p4: avoid crash adding symlinked directoryld/p4-compare-dir-vs-symlinkLuke Diamand2016-12-181-6/+20
* | | | | | | | Merge branch 'ld/p4-worktree'Junio C Hamano2016-12-191-4/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | git-p4: support git worktreesld/p4-worktreeLuke Diamand2016-12-131-4/+13
| |/ / / / / / /
* | | | | | | | Merge branch 'ls/p4-retry-thrice'Junio C Hamano2016-12-161-0/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | git-p4: add config to retry p4 commands; retry 3 times by defaultLars Schneider2016-12-051-0/+5
| |/ / / / / /
* | | | | | | Merge branch 'ls/p4-empty-file-on-lfs'Junio C Hamano2016-12-161-12/+17
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | git-p4: fix empty file processing for large file system backend GitLFSls/p4-empty-file-on-lfsLars Schneider2016-12-051-12/+17
| |/ / / / /
* | | | | | git-p4: support updating an existing shelved changelistld/p4-update-shelveLuke Diamand2016-12-051-4/+29
* | | | | | git-p4: allow submit to create shelved changelists.vk/p4-submit-shelveVinicius Kursancew2016-11-291-14/+22
|/ / / / /
* | | | | Spelling fixesvs/typofixVille Skyttä2016-08-111-1/+1
* | | | | Merge branch 'ls/p4-tmp-refs'Junio C Hamano2016-07-191-1/+1
|\ \ \ \ \
| * | | | | git-p4: place temporary refs used for branch import under refs/git-p4-tmpls/p4-tmp-refsLars Schneider2016-07-081-1/+1
| |/ / / /