aboutsummaryrefslogtreecommitdiffstats
path: root/git-p4.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-03git-p4: check free space during streamingLars Schneider1-0/+18
2015-10-03git-p4: add file streaming progress in verbose modeLars Schneider1-2/+18
2015-10-03git-p4: return an empty list if a list config has no valuesLars Schneider1-0/+2
2015-10-03git-p4: add gitConfigInt readerLars Schneider1-0/+11
2015-10-03git-p4: add optional type specifier to gitConfig readerLars Schneider1-6/+6
2015-09-22git-p4: handle "Translation of file content failed"Lars Schneider1-11/+16
2015-09-21git-p4: use replacement character for non UTF-8 characters in pathsLars Schneider1-1/+1
2015-09-16git-p4: improve path encoding verbose outputLars Schneider1-10/+9
2015-09-03git-p4: add config git-p4.pathEncodingLars Schneider1-0/+11
2015-08-28git-p4: fix P4 label import for unprocessed commitsLuke Diamand1-8/+17
2015-08-28git-p4: do not terminate creating tag for unknown commitLuke Diamand1-2/+2
2015-08-28git-p4: honor core.ignorecase when using P4 client specsLars Schneider1-0/+7
2015-06-24Merge branch 'ld/p4-changes-block-size'Junio C Hamano1-22/+63
2015-06-11Merge branch 'mt/p4-depotFile-at-version'Junio C Hamano1-1/+1
2015-06-10git-p4: fixing --changes-block-size handlingLuke Diamand1-22/+63
2015-06-05Merge branch 'ld/p4-editor-multi-words'Junio C Hamano1-1/+1
2015-05-27p4: retrieve the right revision of the file in UTF-16 codepathMiguel Torroja1-1/+1
2015-05-24git-p4: fix handling of multi-word P4EDITORLuke Diamand1-1/+1
2015-05-11Merge branch 'va/p4-client-path'Junio C Hamano1-4/+9
2015-05-11Merge branch 'ls/p4-changes-block-size'Junio C Hamano1-11/+41
2015-04-23git-p4: improve client path detection when branches are usedVitor Antunes1-4/+9
2015-04-20git-p4: use -m when running p4 changesLex Spoon1-11/+41
2015-04-04git-p4: fix filetype detection on files opened exclusivelyBlair Holloway1-1/+1
2015-02-11Merge branch 'ld/p4-submit-hint'Junio C Hamano1-1/+1
2015-02-11git-p4: support excluding paths on syncLuke Diamand1-10/+10
2015-01-23git-p4: correct --prepare-p4-only instructionsLuke Diamand1-1/+1
2014-06-13git-p4: fix submit in non --prepare-p4-only modeMaxime Coste1-6/+6
2014-05-27git-p4: Do not include diff in spec file when just preparing p4Maxime Coste1-23/+26
2014-05-07Merge branch 'cl/p4-use-diff-tree'Junio C Hamano1-1/+1
2014-05-07git-p4: format-patch to diff-tree change breaks binary patchesTolga Ceylan1-1/+1
2014-04-07git-p4: explicitly specify that HEAD is a revisionVlad Dogaru1-1/+1
2014-01-22git p4: fix an error message when "p4 where" failsPete Wyckoff1-1/+1
2014-01-22git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff1-2/+2
2014-01-22git p4 test: do not pollute /tmpPete Wyckoff1-1/+1
2014-01-22git p4: work around p4 bug that causes empty symlinksPete Wyckoff1-1/+8
2013-12-12Merge branch 'cl/p4-use-diff-tree'Junio C Hamano1-1/+1
2013-11-22git p4: Use git diff-tree instead of format-patchCrestez Dan Leonard1-1/+1
2013-09-18Merge branch 'ks/p4-view-spec'Junio C Hamano1-164/+59
2013-09-03git p4: implement view spec wildcards with "p4 where"Kazuki Saitoh1-164/+59
2013-08-12git-p4: Fix occasional truncation of symlink contents.Alexandru Juncu1-2/+6
2013-07-29many small typofixesOndřej Bílka1-1/+1
2013-06-26Merge branch 'vl/typofix'Junio C Hamano1-1/+1
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos1-1/+1
2013-03-11git p4: avoid expanding client paths in chdirMiklós Fazekas1-7/+22
2013-02-04Merge branch 'pw/git-p4-on-cygwin'Junio C Hamano1-39/+80
2013-02-01Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano1-4/+26
2013-01-26git p4: introduce gitConfigBoolPete Wyckoff1-19/+26
2013-01-26git p4: avoid shell when calling git configPete Wyckoff1-6/+9
2013-01-26git p4: avoid shell when invoking git config --get-allPete Wyckoff1-1/+2
2013-01-26git p4: avoid shell when invoking git rev-listPete Wyckoff1-2/+3
2013-01-26git p4: avoid shell when mapping usersPete Wyckoff1-1/+2
2013-01-26git p4: disable read-only attribute before deletingPete Wyckoff1-0/+10
2013-01-26git p4: scrub crlf for utf16 files on windowsPete Wyckoff1-1/+23
2013-01-26git p4: remove unreachable windows \r\n conversion codePete Wyckoff1-9/+0
2013-01-26git p4: generate better error message for bad depot pathPete Wyckoff1-0/+1
2013-01-26git p4: remove unused importsPete Wyckoff1-5/+9
2013-01-26git p4: temp branch name should use / even on windowsPete Wyckoff1-1/+1
2013-01-26git-p4.py: support Python 2.4Brandon Casey1-3/+24
2013-01-26git-p4.py: support Python 2.5Brandon Casey1-1/+2
2013-01-21Merge branch 'pw/p4-branch-fixes'Junio C Hamano1-45/+107
2013-01-15git p4: fix submit when no master branchPete Wyckoff1-1/+5
2013-01-15git p4: fix sync --branch when no master branchPete Wyckoff1-3/+11
2013-01-15git p4: fail gracefully on sync with no master branchPete Wyckoff1-2/+27
2013-01-15git p4: rearrange self.initialParent usePete Wyckoff1-3/+9
2013-01-15git p4: allow short ref names to --branchPete Wyckoff1-1/+11
2013-01-15git p4: clone --branch should checkout masterPete Wyckoff1-11/+9
2013-01-15git p4: create p4/HEAD on initial clonePete Wyckoff1-4/+8
2013-01-15git p4: inline listExistingP4GitBranchesPete Wyckoff1-8/+6
2013-01-15git p4: add comments to p4BranchesInGitPete Wyckoff1-8/+17
2013-01-15git p4: rearrange and simplify hasOrigin handlingPete Wyckoff1-7/+7
2012-12-28Add checks to Python scripts for version dependencies.Eric S. Raymond1-1/+7
2012-11-26git p4: remove unneeded cmd initializationPete Wyckoff1-1/+0
2012-11-26git p4: fix labelDetails typo in exceptionPete Wyckoff1-1/+1
2012-11-26git p4: catch p4 errors when streaming file contentsPete Wyckoff1-7/+31
2012-11-26git p4: handle servers without move supportPete Wyckoff1-1/+20
2012-11-26git p4: catch p4 describe errorsPete Wyckoff1-9/+26
2012-11-20Merge branch 'pw/maint-p4-rcs-expansion-newline'Junio C Hamano1-1/+1
2012-11-08git p4: RCS expansion should not span newlinesPete Wyckoff1-1/+1
2012-09-18Merge branch 'pw/p4-submit-conflicts'Junio C Hamano1-55/+184
2012-09-16git-p4: add submit --conflict option and config varaiablePete Wyckoff1-5/+31
2012-09-16git p4: add submit --prepare-p4-only optionPete Wyckoff1-0/+46
2012-09-16git p4: add submit --dry-run optionPete Wyckoff1-13/+30
2012-09-16git p4: accept -v for --verbosePete Wyckoff1-1/+1
2012-09-16git p4: revert deleted files after submit cancelPete Wyckoff1-0/+2
2012-09-16git p4: rearrange submit template constructionPete Wyckoff1-8/+21
2012-09-16git p4: test clean-up after failed submit, fix added filesPete Wyckoff1-2/+0
2012-09-16git p4: standardize submit cancel due to unchanged templatePete Wyckoff1-1/+3
2012-09-16git p4: move conflict prompt into run, add [q]uit inputPete Wyckoff1-12/+29
2012-09-16git p4: remove submit failure options [a]pply and [w]ritePete Wyckoff1-18/+2
2012-09-16git p4: gracefully fail if some commits could not be appliedPete Wyckoff1-9/+33
2012-08-20git p4: make branch detection work with --use-client-specPete Wyckoff1-6/+31
2012-08-11git p4: do wildcard decoding in stripRepoPathPete Wyckoff1-9/+8
2012-08-11git p4: set self.branchPrefixes in initializationPete Wyckoff1-11/+14
2012-07-15Merge branch 'pw/git-p4-move'Junio C Hamano1-28/+58
2012-07-12git p4: add support for 'p4 move' in P4SubmitGary Gibbons1-8/+26
2012-07-05git p4: refactor diffOpts calculationGary Gibbons1-20/+32
2012-07-05git p4: notice Jobs lines in git commit messagesPete Wyckoff1-6/+40
2012-07-05git p4: remove unused P4Submit interactive settingPete Wyckoff1-78/+66
2012-05-17Merge branch 'ld/git-p4-tags-and-labels'Junio C Hamano1-3/+3
2012-05-11git p4: fix bug when enabling tag import/export via config variablesLuke Diamand1-2/+2
2012-05-11git p4: fix bug when verbose enabled with tag exportLuke Diamand1-1/+1
2012-04-30git p4: submit files with wildcardsPete Wyckoff1-28/+46
2012-04-30git p4: fix writable file after rename or copyPete Wyckoff1-0/+12
2012-04-30git p4: bring back files in deleted client directoryPete Wyckoff1-3/+9
2012-04-24git p4: move verbose to base classLuke Diamand1-21/+10
2012-04-24git p4: Ignore P4EDITOR if it is emptyLuke Diamand1-1/+1
2012-04-24git p4: fix-up "import/export of labels to/from p4"Luke Diamand1-13/+11
2012-04-11git p4: import/export of labels to/from p4Luke Diamand1-34/+228
2012-04-09git p4: update name in scriptPete Wyckoff1-7/+7
2012-04-09git-p4: move to toplevelPete Wyckoff1-0/+2758