summaryrefslogtreecommitdiffstats
path: root/git-p4.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 branchLuke 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 filesLars 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 WindowsGeorge 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 commandsIgor 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 filesLars 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 commitsGeorge 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 directoryLuke Diamand2016-12-181-6/+20
* | | | | | | | Merge branch 'ld/p4-worktree'Junio C Hamano2016-12-191-4/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | git-p4: support git worktreesLuke 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 GitLFSLars Schneider2016-12-051-12/+17
| |/ / / / /
* | | | | | git-p4: support updating an existing shelved changelistLuke Diamand2016-12-051-4/+29
* | | | | | git-p4: allow submit to create shelved changelists.Vinicius Kursancew2016-11-291-14/+22
|/ / / / /
* | | | | Spelling fixesVille 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-tmpLars Schneider2016-07-081-1/+1
| |/ / / /
* | | | | Merge branch 'ao/p4-has-branch-prefix-fix'Junio C Hamano2016-07-061-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | git-p4: correct hasBranchPrefix verbose outputAndrew Oakley2016-06-221-1/+1
* | | | Merge branch 'ls/p4-lfs'Junio C Hamano2016-05-101-3/+10
|\ \ \ \ | | |/ / | |/| |
| * | | git-p4: fix Git LFS pointer parsingLars Schneider2016-04-281-3/+10
* | | | git-p4: add P4 jobs to git commit messageJan Durovec2016-04-191-0/+12
* | | | Merge branch 'ls/p4-map-user'Junio C Hamano2016-04-061-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | git-p4: map a P4 user to Git author name and email addressLars Schneider2016-03-151-0/+9
| | |/ | |/|
* / | git-p4.py: add support for filetype changeRomain Picard2016-01-131-2/+7
|/ /
* | Merge branch 'sh/p4-multi-depot'Junio C Hamano2015-12-281-25/+30
|\ \
| * | git-p4: reduce number of server queries for fetchesSam Hocevar2015-12-211-23/+21
| * | git-p4: support multiple depot paths in p4 submitSam Hocevar2015-12-211-2/+9
* | | Merge branch 'ls/p4-keep-empty-commits'Junio C Hamano2015-12-151-17/+27
|\ \ \ | |/ / |/| / | |/
| * git-p4: add option to keep empty commitsLars Schneider2015-12-101-17/+27
* | Merge branch 'maint'Jeff King2015-12-011-43/+57
|\ \
| * \ Merge branch 'eg/p4-submit-catch-failure' into maintJeff King2015-12-011-34/+37
| |\ \
| | * | git-p4: clean up after p4 submit failureGIRARD Etienne2015-11-241-34/+37
| * | | Merge branch 'ld/p4-detached-head' into maintJeff King2015-12-011-9/+20
| |\ \ \
| | * | | git-p4: work with a detached headLuke Diamand2015-11-241-7/+16
| | * | | git-p4: add option to system() to return subshell statusLuke Diamand2015-11-241-2/+4
| | |/ /