aboutsummaryrefslogtreecommitdiff
path: root/git-p4.py
Commit message (Expand)AuthorAge
* Merge branch 'ls/p4-translation-failure' into maintJunio C Hamano2015-11-03
|\
| * git-p4: handle "Translation of file content failed"Lars Schneider2015-09-22
* | Merge branch 'ld/p4-import-labels' into maintJunio C Hamano2015-11-03
|\ \ | |/ |/|
| * git-p4: fix P4 label import for unprocessed commitsLuke Diamand2015-08-28
| * git-p4: do not terminate creating tag for unknown commitLuke Diamand2015-08-28
* | git-p4: honor core.ignorecase when using P4 client specsLars Schneider2015-08-28
|/
* Merge branch 'ld/p4-changes-block-size'Junio C Hamano2015-06-24
|\
| * git-p4: fixing --changes-block-size handlingLuke Diamand2015-06-10
* | Merge branch 'mt/p4-depotFile-at-version'Junio C Hamano2015-06-11
|\ \ | |/ |/|
| * p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja2015-05-27
* | Merge branch 'ld/p4-editor-multi-words'Junio C Hamano2015-06-05
|\ \ | |/ |/|
| * git-p4: fix handling of multi-word P4EDITORLuke Diamand2015-05-24
* | Merge branch 'va/p4-client-path'Junio C Hamano2015-05-11
|\ \
| * | git-p4: improve client path detection when branches are usedVitor Antunes2015-04-23
* | | Merge branch 'ls/p4-changes-block-size'Junio C Hamano2015-05-11
|\ \ \
| * | | git-p4: use -m when running p4 changesLex Spoon2015-04-20
| |/ /
* | | git-p4: fix filetype detection on files opened exclusivelyBlair Holloway2015-04-04
|/ /
* | Merge branch 'ld/p4-submit-hint'Junio C Hamano2015-02-11
|\ \
| * | git-p4: correct --prepare-p4-only instructionsLuke Diamand2015-01-23
| |/
* | git-p4: support excluding paths on syncLuke Diamand2015-02-11
|/
* git-p4: fix submit in non --prepare-p4-only modeMaxime Coste2014-06-13
* git-p4: Do not include diff in spec file when just preparing p4Maxime Coste2014-05-27
* Merge branch 'cl/p4-use-diff-tree'Junio C Hamano2014-05-07
|\
| * git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan2014-05-07
* | git-p4: explicitly specify that HEAD is a revisionVlad Dogaru2014-04-07
* | git p4: fix an error message when "p4 where" failsPete Wyckoff2014-01-22
* | git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff2014-01-22
* | git p4 test: do not pollute /tmpPete Wyckoff2014-01-22
* | git p4: work around p4 bug that causes empty symlinksPete Wyckoff2014-01-22
* | Merge branch 'cl/p4-use-diff-tree'Junio C Hamano2013-12-12
|\ \ | |/
| * git p4: Use git diff-tree instead of format-patchCrestez Dan Leonard2013-11-22
* | Merge branch 'ks/p4-view-spec'Junio C Hamano2013-09-18
|\ \
| * | git p4: implement view spec wildcards with "p4 where"Kazuki Saitoh2013-09-03
| |/
* | git-p4: Fix occasional truncation of symlink contents.Alexandru Juncu2013-08-12
|/
* many small typofixesOndřej Bílka2013-07-29
* Merge branch 'vl/typofix'Junio C Hamano2013-06-26
|\
| * random typofixes (committed missing a 't', successful missing an 's')Veres Lajos2013-06-19
* | git p4: avoid expanding client paths in chdirMiklós Fazekas2013-03-11
|/
* Merge branch 'pw/git-p4-on-cygwin'Junio C Hamano2013-02-04
|\
| * git p4: introduce gitConfigBoolPete Wyckoff2013-01-26
| * git p4: avoid shell when calling git configPete Wyckoff2013-01-26
| * git p4: avoid shell when invoking git config --get-allPete Wyckoff2013-01-26
| * git p4: avoid shell when invoking git rev-listPete Wyckoff2013-01-26
| * git p4: avoid shell when mapping usersPete Wyckoff2013-01-26
| * git p4: disable read-only attribute before deletingPete Wyckoff2013-01-26
| * git p4: scrub crlf for utf16 files on windowsPete Wyckoff2013-01-26
| * git p4: remove unreachable windows \r\n conversion codePete Wyckoff2013-01-26
| * git p4: generate better error message for bad depot pathPete Wyckoff2013-01-26
| * git p4: remove unused importsPete Wyckoff2013-01-26
| * git p4: temp branch name should use / even on windowsPete Wyckoff2013-01-26