summaryrefslogtreecommitdiff
path: root/git-p4.py
AgeCommit message (Expand)Author
2013-02-01Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano
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
2013-01-15git p4: add comments to p4BranchesInGitPete Wyckoff
2013-01-15git p4: rearrange and simplify hasOrigin handlingPete Wyckoff
2012-12-28Add checks to Python scripts for version dependencies.Eric S. Raymond
2012-11-26git p4: remove unneeded cmd initializationPete Wyckoff
2012-11-26git p4: fix labelDetails typo in exceptionPete Wyckoff
2012-11-26git p4: catch p4 errors when streaming file contentsPete Wyckoff
2012-11-26git p4: handle servers without move supportPete Wyckoff
2012-11-26git p4: catch p4 describe errorsPete Wyckoff
2012-11-20Merge branch 'pw/maint-p4-rcs-expansion-newline'Junio C Hamano
2012-11-08git p4: RCS expansion should not span newlinesPete Wyckoff
2012-09-18Merge branch 'pw/p4-submit-conflicts'Junio C Hamano
2012-09-17git-p4: add submit --conflict option and config varaiablePete Wyckoff
2012-09-17git p4: add submit --prepare-p4-only optionPete Wyckoff
2012-09-17git p4: add submit --dry-run optionPete Wyckoff
2012-09-17git p4: accept -v for --verbosePete Wyckoff
2012-09-17git p4: revert deleted files after submit cancelPete Wyckoff
2012-09-17git p4: rearrange submit template constructionPete Wyckoff
2012-09-17git p4: test clean-up after failed submit, fix added filesPete Wyckoff
2012-09-17git p4: standardize submit cancel due to unchanged templatePete Wyckoff
2012-09-17git p4: move conflict prompt into run, add [q]uit inputPete Wyckoff
2012-09-17git p4: remove submit failure options [a]pply and [w]ritePete Wyckoff
2012-09-17git p4: gracefully fail if some commits could not be appliedPete Wyckoff
2012-08-20git p4: make branch detection work with --use-client-specPete Wyckoff
2012-08-12git p4: do wildcard decoding in stripRepoPathPete Wyckoff
2012-08-12git p4: set self.branchPrefixes in initializationPete Wyckoff
2012-07-16Merge branch 'pw/git-p4-move'Junio C Hamano
2012-07-12git p4: add support for 'p4 move' in P4SubmitGary Gibbons
2012-07-06git p4: refactor diffOpts calculationGary Gibbons
2012-07-06git p4: notice Jobs lines in git commit messagesPete Wyckoff
2012-07-06git p4: remove unused P4Submit interactive settingPete Wyckoff
2012-05-17Merge branch 'ld/git-p4-tags-and-labels'Junio C Hamano
2012-05-11git p4: fix bug when enabling tag import/export via config variablesLuke Diamand
2012-05-11git p4: fix bug when verbose enabled with tag exportLuke Diamand
2012-04-30git p4: submit files with wildcardsPete Wyckoff
2012-04-30git p4: fix writable file after rename or copyPete Wyckoff
2012-04-30git p4: bring back files in deleted client directoryPete Wyckoff
2012-04-24git p4: move verbose to base classLuke Diamand
2012-04-24git p4: Ignore P4EDITOR if it is emptyLuke Diamand