| Commit message (Expand) | Author | Age | Files | Lines |
* | git p4: avoid expanding client paths in chdir | Miklós Fazekas | 2013-03-11 | 1 | -7/+22 |
* | Merge branch 'pw/git-p4-on-cygwin' | Junio C Hamano | 2013-02-04 | 1 | -39/+80 |
|\ |
|
| * | git p4: introduce gitConfigBool | Pete Wyckoff | 2013-01-26 | 1 | -19/+26 |
| * | git p4: avoid shell when calling git config | Pete Wyckoff | 2013-01-26 | 1 | -6/+9 |
| * | git p4: avoid shell when invoking git config --get-all | Pete Wyckoff | 2013-01-26 | 1 | -1/+2 |
| * | git p4: avoid shell when invoking git rev-list | Pete Wyckoff | 2013-01-26 | 1 | -2/+3 |
| * | git p4: avoid shell when mapping users | Pete Wyckoff | 2013-01-26 | 1 | -1/+2 |
| * | git p4: disable read-only attribute before deleting | Pete Wyckoff | 2013-01-26 | 1 | -0/+10 |
| * | git p4: scrub crlf for utf16 files on windows | Pete Wyckoff | 2013-01-26 | 1 | -1/+23 |
| * | git p4: remove unreachable windows \r\n conversion code | Pete Wyckoff | 2013-01-26 | 1 | -9/+0 |
| * | git p4: generate better error message for bad depot path | Pete Wyckoff | 2013-01-26 | 1 | -0/+1 |
| * | git p4: remove unused imports | Pete Wyckoff | 2013-01-26 | 1 | -5/+9 |
| * | git p4: temp branch name should use / even on windows | Pete Wyckoff | 2013-01-26 | 1 | -1/+1 |
* | | Merge branch 'bc/git-p4-for-python-2.4' | Junio C Hamano | 2013-02-01 | 1 | -4/+26 |
|\ \
| |/
|/| |
|
| * | git-p4.py: support Python 2.4 | Brandon Casey | 2013-01-26 | 1 | -3/+24 |
| * | git-p4.py: support Python 2.5 | Brandon Casey | 2013-01-26 | 1 | -1/+2 |
* | | Merge branch 'pw/p4-branch-fixes' | Junio C Hamano | 2013-01-21 | 1 | -45/+107 |
|\ \ |
|
| * | | git p4: fix submit when no master branch | Pete Wyckoff | 2013-01-15 | 1 | -1/+5 |
| * | | git p4: fix sync --branch when no master branch | Pete Wyckoff | 2013-01-15 | 1 | -3/+11 |
| * | | git p4: fail gracefully on sync with no master branch | Pete Wyckoff | 2013-01-15 | 1 | -2/+27 |
| * | | git p4: rearrange self.initialParent use | Pete Wyckoff | 2013-01-15 | 1 | -3/+9 |
| * | | git p4: allow short ref names to --branch | Pete Wyckoff | 2013-01-15 | 1 | -1/+11 |
| * | | git p4: clone --branch should checkout master | Pete Wyckoff | 2013-01-15 | 1 | -11/+9 |
| * | | git p4: create p4/HEAD on initial clone | Pete Wyckoff | 2013-01-15 | 1 | -4/+8 |
| * | | git p4: inline listExistingP4GitBranches | Pete Wyckoff | 2013-01-15 | 1 | -8/+6 |
| * | | git p4: add comments to p4BranchesInGit | Pete Wyckoff | 2013-01-15 | 1 | -8/+17 |
| * | | git p4: rearrange and simplify hasOrigin handling | Pete Wyckoff | 2013-01-15 | 1 | -7/+7 |
| |/ |
|
* | | Add checks to Python scripts for version dependencies. | Eric S. Raymond | 2012-12-28 | 1 | -1/+7 |
|/ |
|
* | git p4: remove unneeded cmd initialization | Pete Wyckoff | 2012-11-26 | 1 | -1/+0 |
* | git p4: fix labelDetails typo in exception | Pete Wyckoff | 2012-11-26 | 1 | -1/+1 |
* | git p4: catch p4 errors when streaming file contents | Pete Wyckoff | 2012-11-26 | 1 | -7/+31 |
* | git p4: handle servers without move support | Pete Wyckoff | 2012-11-26 | 1 | -1/+20 |
* | git p4: catch p4 describe errors | Pete Wyckoff | 2012-11-26 | 1 | -9/+26 |
* | Merge branch 'pw/maint-p4-rcs-expansion-newline' | Junio C Hamano | 2012-11-20 | 1 | -1/+1 |
|\ |
|
| * | git p4: RCS expansion should not span newlines | Pete Wyckoff | 2012-11-08 | 1 | -1/+1 |
* | | Merge branch 'pw/p4-submit-conflicts' | Junio C Hamano | 2012-09-18 | 1 | -55/+184 |
|\ \ |
|
| * | | git-p4: add submit --conflict option and config varaiable | Pete Wyckoff | 2012-09-16 | 1 | -5/+31 |
| * | | git p4: add submit --prepare-p4-only option | Pete Wyckoff | 2012-09-16 | 1 | -0/+46 |
| * | | git p4: add submit --dry-run option | Pete Wyckoff | 2012-09-16 | 1 | -13/+30 |
| * | | git p4: accept -v for --verbose | Pete Wyckoff | 2012-09-16 | 1 | -1/+1 |
| * | | git p4: revert deleted files after submit cancel | Pete Wyckoff | 2012-09-16 | 1 | -0/+2 |
| * | | git p4: rearrange submit template construction | Pete Wyckoff | 2012-09-16 | 1 | -8/+21 |
| * | | git p4: test clean-up after failed submit, fix added files | Pete Wyckoff | 2012-09-16 | 1 | -2/+0 |
| * | | git p4: standardize submit cancel due to unchanged template | Pete Wyckoff | 2012-09-16 | 1 | -1/+3 |
| * | | git p4: move conflict prompt into run, add [q]uit input | Pete Wyckoff | 2012-09-16 | 1 | -12/+29 |
| * | | git p4: remove submit failure options [a]pply and [w]rite | Pete Wyckoff | 2012-09-16 | 1 | -18/+2 |
| * | | git p4: gracefully fail if some commits could not be applied | Pete Wyckoff | 2012-09-16 | 1 | -9/+33 |
| |/ |
|
* | | git p4: make branch detection work with --use-client-spec | Pete Wyckoff | 2012-08-20 | 1 | -6/+31 |
* | | git p4: do wildcard decoding in stripRepoPath | Pete Wyckoff | 2012-08-11 | 1 | -9/+8 |
* | | git p4: set self.branchPrefixes in initialization | Pete Wyckoff | 2012-08-11 | 1 | -11/+14 |
|/ |
|