summaryrefslogtreecommitdiffstats
path: root/git-p4.py
AgeCommit message (Expand)AuthorLines
2015-12-01Merge branch 'eg/p4-submit-catch-failure' into maintJeff King-34/+37
2015-12-01Merge branch 'ld/p4-detached-head' into maintJeff King-9/+20
2015-11-24git-p4: clean up after p4 submit failureGIRARD Etienne-34/+37
2015-11-24git-p4: work with a detached headLuke Diamand-7/+16
2015-11-24git-p4: add option to system() to return subshell statusLuke Diamand-2/+4
2015-11-03Merge branch 'ls/p4-translation-failure' into maintJunio C Hamano-11/+16
2015-11-03Merge branch 'ld/p4-import-labels' into maintJunio C Hamano-8/+17
2015-09-22git-p4: handle "Translation of file content failed"Lars Schneider-11/+16
2015-08-28git-p4: fix P4 label import for unprocessed commitsLuke Diamand-8/+17
2015-08-28git-p4: do not terminate creating tag for unknown commitLuke Diamand-2/+2
2015-08-28git-p4: honor core.ignorecase when using P4 client specsLars Schneider-0/+7
2015-06-24Merge branch 'ld/p4-changes-block-size'Junio C Hamano-22/+63
2015-06-11Merge branch 'mt/p4-depotFile-at-version'Junio C Hamano-1/+1
2015-06-10git-p4: fixing --changes-block-size handlingLuke Diamand-22/+63
2015-06-05Merge branch 'ld/p4-editor-multi-words'Junio C Hamano-1/+1
2015-05-27p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja-1/+1
2015-05-24git-p4: fix handling of multi-word P4EDITORLuke Diamand-1/+1
2015-05-11Merge branch 'va/p4-client-path'Junio C Hamano-4/+9
2015-05-11Merge branch 'ls/p4-changes-block-size'Junio C Hamano-11/+41
2015-04-23git-p4: improve client path detection when branches are usedVitor Antunes-4/+9
2015-04-20git-p4: use -m when running p4 changesLex Spoon-11/+41
2015-04-04git-p4: fix filetype detection on files opened exclusivelyBlair Holloway-1/+1
2015-02-11Merge branch 'ld/p4-submit-hint'Junio C Hamano-1/+1
2015-02-11git-p4: support excluding paths on syncLuke Diamand-10/+10
2015-01-23git-p4: correct --prepare-p4-only instructionsLuke Diamand-1/+1
2014-06-13git-p4: fix submit in non --prepare-p4-only modeMaxime Coste-6/+6
2014-05-27git-p4: Do not include diff in spec file when just preparing p4Maxime Coste-23/+26
2014-05-07Merge branch 'cl/p4-use-diff-tree'Junio C Hamano-1/+1
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan-1/+1
2014-04-07git-p4: explicitly specify that HEAD is a revisionVlad Dogaru-1/+1
2014-01-22git p4: fix an error message when "p4 where" failsPete Wyckoff-1/+1
2014-01-22git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff-2/+2
2014-01-22git p4 test: do not pollute /tmpPete Wyckoff-1/+1
2014-01-22git p4: work around p4 bug that causes empty symlinksPete Wyckoff-1/+8
2013-12-12Merge branch 'cl/p4-use-diff-tree'Junio C Hamano-1/+1
2013-11-22git p4: Use git diff-tree instead of format-patchCrestez Dan Leonard-1/+1
2013-09-18Merge branch 'ks/p4-view-spec'Junio C Hamano-164/+59
2013-09-03git p4: implement view spec wildcards with "p4 where"Kazuki Saitoh-164/+59
2013-08-12git-p4: Fix occasional truncation of symlink contents.Alexandru Juncu-2/+6
2013-07-29many small typofixesOndřej Bílka-1/+1
2013-06-26Merge branch 'vl/typofix'Junio C Hamano-1/+1
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos-1/+1
2013-03-11git p4: avoid expanding client paths in chdirMiklós Fazekas-7/+22
2013-02-04Merge branch 'pw/git-p4-on-cygwin'Junio C Hamano-39/+80
2013-02-01Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano-4/+26
2013-01-26git p4: introduce gitConfigBoolPete Wyckoff-19/+26
2013-01-26git p4: avoid shell when calling git configPete Wyckoff-6/+9
2013-01-26git p4: avoid shell when invoking git config --get-allPete Wyckoff-1/+2
2013-01-26git p4: avoid shell when invoking git rev-listPete Wyckoff-2/+3
2013-01-26git p4: avoid shell when mapping usersPete Wyckoff-1/+2