summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge branch 'ld/p4-submit-hint'Libravatar Junio C Hamano1-1/+1
2015-02-11git-p4: support excluding paths on syncLibravatar Luke Diamand1-10/+10
2015-01-23git-p4: correct --prepare-p4-only instructionsLibravatar Luke Diamand1-1/+1
2014-06-13git-p4: fix submit in non --prepare-p4-only modeLibravatar Maxime Coste1-6/+6
2014-05-27git-p4: Do not include diff in spec file when just preparing p4Libravatar Maxime Coste1-23/+26
2014-05-07Merge branch 'cl/p4-use-diff-tree'Libravatar Junio C Hamano1-1/+1
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesLibravatar Tolga Ceylan1-1/+1
2014-04-07git-p4: explicitly specify that HEAD is a revisionLibravatar Vlad Dogaru1-1/+1
2014-01-22git p4: fix an error message when "p4 where" failsLibravatar Pete Wyckoff1-1/+1
2014-01-22git p4: handle files with wildcards when doing RCS scrubbingLibravatar Pete Wyckoff1-2/+2
2014-01-22git p4 test: do not pollute /tmpLibravatar Pete Wyckoff1-1/+1
2014-01-22git p4: work around p4 bug that causes empty symlinksLibravatar Pete Wyckoff1-1/+8
2013-12-12Merge branch 'cl/p4-use-diff-tree'Libravatar Junio C Hamano1-1/+1
2013-11-22git p4: Use git diff-tree instead of format-patchLibravatar Crestez Dan Leonard1-1/+1
2013-09-18Merge branch 'ks/p4-view-spec'Libravatar Junio C Hamano1-164/+59
2013-09-03git p4: implement view spec wildcards with "p4 where"Libravatar Kazuki Saitoh1-164/+59
2013-08-12git-p4: Fix occasional truncation of symlink contents.Libravatar Alexandru Juncu1-2/+6
2013-07-29many small typofixesLibravatar Ondřej Bílka1-1/+1
2013-06-26Merge branch 'vl/typofix'Libravatar Junio C Hamano1-1/+1
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Libravatar Veres Lajos1-1/+1
2013-03-11git p4: avoid expanding client paths in chdirLibravatar Miklós Fazekas1-7/+22
2013-02-04Merge branch 'pw/git-p4-on-cygwin'Libravatar Junio C Hamano1-39/+80
2013-02-01Merge branch 'bc/git-p4-for-python-2.4'Libravatar Junio C Hamano1-4/+26
2013-01-26git p4: introduce gitConfigBoolLibravatar Pete Wyckoff1-19/+26
2013-01-26git p4: avoid shell when calling git configLibravatar Pete Wyckoff1-6/+9
2013-01-26git p4: avoid shell when invoking git config --get-allLibravatar Pete Wyckoff1-1/+2
2013-01-26git p4: avoid shell when invoking git rev-listLibravatar Pete Wyckoff1-2/+3
2013-01-26git p4: avoid shell when mapping usersLibravatar Pete Wyckoff1-1/+2
2013-01-26git p4: disable read-only attribute before deletingLibravatar Pete Wyckoff1-0/+10
2013-01-26git p4: scrub crlf for utf16 files on windowsLibravatar Pete Wyckoff1-1/+23
2013-01-26git p4: remove unreachable windows \r\n conversion codeLibravatar Pete Wyckoff1-9/+0
2013-01-26git p4: generate better error message for bad depot pathLibravatar Pete Wyckoff1-0/+1
2013-01-26git p4: remove unused importsLibravatar Pete Wyckoff1-5/+9
2013-01-26git p4: temp branch name should use / even on windowsLibravatar Pete Wyckoff1-1/+1
2013-01-26git-p4.py: support Python 2.4Libravatar Brandon Casey1-3/+24
2013-01-26git-p4.py: support Python 2.5Libravatar Brandon Casey1-1/+2
2013-01-21Merge branch 'pw/p4-branch-fixes'Libravatar Junio C Hamano1-45/+107
2013-01-15git p4: fix submit when no master branchLibravatar Pete Wyckoff1-1/+5
2013-01-15git p4: fix sync --branch when no master branchLibravatar Pete Wyckoff1-3/+11
2013-01-15git p4: fail gracefully on sync with no master branchLibravatar Pete Wyckoff1-2/+27
2013-01-15git p4: rearrange self.initialParent useLibravatar Pete Wyckoff1-3/+9
2013-01-15git p4: allow short ref names to --branchLibravatar Pete Wyckoff1-1/+11
2013-01-15git p4: clone --branch should checkout masterLibravatar Pete Wyckoff1-11/+9
2013-01-15git p4: create p4/HEAD on initial cloneLibravatar Pete Wyckoff1-4/+8
2013-01-15git p4: inline listExistingP4GitBranchesLibravatar Pete Wyckoff1-8/+6
2013-01-15git p4: add comments to p4BranchesInGitLibravatar Pete Wyckoff1-8/+17
2013-01-15git p4: rearrange and simplify hasOrigin handlingLibravatar Pete Wyckoff1-7/+7
2012-12-28Add checks to Python scripts for version dependencies.Libravatar Eric S. Raymond1-1/+7
2012-11-26git p4: remove unneeded cmd initializationLibravatar Pete Wyckoff1-1/+0
2012-11-26git p4: fix labelDetails typo in exceptionLibravatar Pete Wyckoff1-1/+1