summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2015-05-11Merge branch 'va/p4-client-path'Junio C Hamano
2015-05-11Merge branch 'ls/p4-changes-block-size'Junio C Hamano
2015-04-23git-p4: improve client path detection when branches are usedVitor Antunes
2015-04-20git-p4: use -m when running p4 changesLex Spoon
2015-04-04git-p4: fix filetype detection on files opened exclusivelyBlair Holloway
2015-02-11Merge branch 'ld/p4-submit-hint'Junio C Hamano
2015-02-11git-p4: support excluding paths on syncLuke Diamand
2015-01-23git-p4: correct --prepare-p4-only instructionsLuke Diamand
2014-06-13git-p4: fix submit in non --prepare-p4-only modeMaxime Coste
2014-05-27git-p4: Do not include diff in spec file when just preparing p4Maxime Coste
2014-05-07Merge branch 'cl/p4-use-diff-tree'Junio C Hamano
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan
2014-04-07git-p4: explicitly specify that HEAD is a revisionVlad Dogaru
2014-01-22git p4: fix an error message when "p4 where" failsPete Wyckoff
2014-01-22git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff
2014-01-22git p4 test: do not pollute /tmpPete Wyckoff
2014-01-22git p4: work around p4 bug that causes empty symlinksPete Wyckoff
2013-12-12Merge branch 'cl/p4-use-diff-tree'Junio C Hamano
2013-11-22git p4: Use git diff-tree instead of format-patchCrestez Dan Leonard
2013-09-18Merge branch 'ks/p4-view-spec'Junio C Hamano
2013-09-03git p4: implement view spec wildcards with "p4 where"Kazuki Saitoh
2013-08-12git-p4: Fix occasional truncation of symlink contents.Alexandru Juncu
2013-07-29many small typofixesOndřej Bílka
2013-06-26Merge branch 'vl/typofix'Junio C Hamano
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos
2013-03-11git p4: avoid expanding client paths in chdirMiklós Fazekas
2013-02-04Merge branch 'pw/git-p4-on-cygwin'Junio C Hamano
2013-02-01Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano
2013-01-27git p4: introduce gitConfigBoolPete Wyckoff
2013-01-27git p4: avoid shell when calling git configPete Wyckoff
2013-01-27git p4: avoid shell when invoking git config --get-allPete Wyckoff
2013-01-27git p4: avoid shell when invoking git rev-listPete Wyckoff
2013-01-27git p4: avoid shell when mapping usersPete Wyckoff
2013-01-27git p4: disable read-only attribute before deletingPete Wyckoff
2013-01-27git p4: scrub crlf for utf16 files on windowsPete Wyckoff
2013-01-27git p4: remove unreachable windows \r\n conversion codePete Wyckoff
2013-01-27git p4: generate better error message for bad depot pathPete Wyckoff
2013-01-27git p4: remove unused importsPete Wyckoff
2013-01-27git p4: temp branch name should use / even on windowsPete Wyckoff
2013-01-27git-p4.py: support Python 2.4Brandon Casey
2013-01-27git-p4.py: support Python 2.5Brandon Casey
2013-01-22Merge branch 'pw/p4-branch-fixes'Junio C Hamano
2013-01-15git p4: fix submit when no master branchPete Wyckoff
2013-01-15git p4: fix sync --branch when no master branchPete Wyckoff
2013-01-15git p4: fail gracefully on sync with no master branchPete Wyckoff
2013-01-15git p4: rearrange self.initialParent usePete Wyckoff
2013-01-15git p4: allow short ref names to --branchPete Wyckoff
2013-01-15git p4: clone --branch should checkout masterPete Wyckoff
2013-01-15git p4: create p4/HEAD on initial clonePete Wyckoff
2013-01-15git p4: inline listExistingP4GitBranchesPete Wyckoff