aboutsummaryrefslogtreecommitdiff
path: root/git-p4.py
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'bc/git-p4-for-python-2.4'Junio C Hamano2013-02-01
|\ \ | |/ |/|
| * git-p4.py: support Python 2.4Brandon Casey2013-01-26
| * git-p4.py: support Python 2.5Brandon Casey2013-01-26
* | Merge branch 'pw/p4-branch-fixes'Junio C Hamano2013-01-21
|\ \
| * | git p4: fix submit when no master branchPete Wyckoff2013-01-15
| * | git p4: fix sync --branch when no master branchPete Wyckoff2013-01-15
| * | git p4: fail gracefully on sync with no master branchPete Wyckoff2013-01-15
| * | git p4: rearrange self.initialParent usePete Wyckoff2013-01-15
| * | git p4: allow short ref names to --branchPete Wyckoff2013-01-15
| * | git p4: clone --branch should checkout masterPete Wyckoff2013-01-15
| * | git p4: create p4/HEAD on initial clonePete Wyckoff2013-01-15
| * | git p4: inline listExistingP4GitBranchesPete Wyckoff2013-01-15
| * | git p4: add comments to p4BranchesInGitPete Wyckoff2013-01-15
| * | git p4: rearrange and simplify hasOrigin handlingPete Wyckoff2013-01-15
| |/
* | Add checks to Python scripts for version dependencies.Eric S. Raymond2012-12-28
|/
* git p4: remove unneeded cmd initializationPete Wyckoff2012-11-26
* git p4: fix labelDetails typo in exceptionPete Wyckoff2012-11-26
* git p4: catch p4 errors when streaming file contentsPete Wyckoff2012-11-26
* git p4: handle servers without move supportPete Wyckoff2012-11-26
* git p4: catch p4 describe errorsPete Wyckoff2012-11-26
* Merge branch 'pw/maint-p4-rcs-expansion-newline'Junio C Hamano2012-11-20
|\
| * git p4: RCS expansion should not span newlinesPete Wyckoff2012-11-08
* | Merge branch 'pw/p4-submit-conflicts'Junio C Hamano2012-09-18
|\ \
| * | git-p4: add submit --conflict option and config varaiablePete Wyckoff2012-09-16
| * | git p4: add submit --prepare-p4-only optionPete Wyckoff2012-09-16
| * | git p4: add submit --dry-run optionPete Wyckoff2012-09-16
| * | git p4: accept -v for --verbosePete Wyckoff2012-09-16
| * | git p4: revert deleted files after submit cancelPete Wyckoff2012-09-16
| * | git p4: rearrange submit template constructionPete Wyckoff2012-09-16
| * | git p4: test clean-up after failed submit, fix added filesPete Wyckoff2012-09-16
| * | git p4: standardize submit cancel due to unchanged templatePete Wyckoff2012-09-16
| * | git p4: move conflict prompt into run, add [q]uit inputPete Wyckoff2012-09-16
| * | git p4: remove submit failure options [a]pply and [w]ritePete Wyckoff2012-09-16
| * | git p4: gracefully fail if some commits could not be appliedPete Wyckoff2012-09-16
| |/