Age | Commit message (Expand) | Author | Files | Lines |
2015-04-20 | git-p4: use -m when running p4 changes | Lex Spoon | 1 | -11/+41 |
2015-04-04 | git-p4: fix filetype detection on files opened exclusively | Blair Holloway | 1 | -1/+1 |
2015-02-11 | Merge branch 'ld/p4-submit-hint' | Junio C Hamano | 1 | -1/+1 |
2015-02-11 | git-p4: support excluding paths on sync | Luke Diamand | 1 | -10/+10 |
2015-01-23 | git-p4: correct --prepare-p4-only instructions | Luke Diamand | 1 | -1/+1 |
2014-06-13 | git-p4: fix submit in non --prepare-p4-only mode | Maxime Coste | 1 | -6/+6 |
2014-05-27 | git-p4: Do not include diff in spec file when just preparing p4 | Maxime Coste | 1 | -23/+26 |
2014-05-07 | Merge branch 'cl/p4-use-diff-tree' | Junio C Hamano | 1 | -1/+1 |
2014-05-07 | git-p4: format-patch to diff-tree change breaks binary patches | Tolga Ceylan | 1 | -1/+1 |
2014-04-07 | git-p4: explicitly specify that HEAD is a revision | Vlad Dogaru | 1 | -1/+1 |
2014-01-22 | git p4: fix an error message when "p4 where" fails | Pete Wyckoff | 1 | -1/+1 |
2014-01-22 | git p4: handle files with wildcards when doing RCS scrubbing | Pete Wyckoff | 1 | -2/+2 |
2014-01-22 | git p4 test: do not pollute /tmp | Pete Wyckoff | 1 | -1/+1 |
2014-01-22 | git p4: work around p4 bug that causes empty symlinks | Pete Wyckoff | 1 | -1/+8 |
2013-12-12 | Merge branch 'cl/p4-use-diff-tree' | Junio C Hamano | 1 | -1/+1 |
2013-11-22 | git p4: Use git diff-tree instead of format-patch | Crestez Dan Leonard | 1 | -1/+1 |
2013-09-18 | Merge branch 'ks/p4-view-spec' | Junio C Hamano | 1 | -164/+59 |
2013-09-03 | git p4: implement view spec wildcards with "p4 where" | Kazuki Saitoh | 1 | -164/+59 |
2013-08-12 | git-p4: Fix occasional truncation of symlink contents. | Alexandru Juncu | 1 | -2/+6 |
2013-07-29 | many small typofixes | Ondřej Bílka | 1 | -1/+1 |
2013-06-26 | Merge branch 'vl/typofix' | Junio C Hamano | 1 | -1/+1 |
2013-06-19 | random typofixes (committed missing a 't', successful missing an 's') | Veres Lajos | 1 | -1/+1 |
2013-03-11 | git p4: avoid expanding client paths in chdir | Miklós Fazekas | 1 | -7/+22 |
2013-02-04 | Merge branch 'pw/git-p4-on-cygwin' | Junio C Hamano | 1 | -39/+80 |
2013-02-01 | Merge branch 'bc/git-p4-for-python-2.4' | Junio C Hamano | 1 | -4/+26 |
2013-01-26 | git p4: introduce gitConfigBool | Pete Wyckoff | 1 | -19/+26 |
2013-01-26 | git p4: avoid shell when calling git config | Pete Wyckoff | 1 | -6/+9 |
2013-01-26 | git p4: avoid shell when invoking git config --get-all | Pete Wyckoff | 1 | -1/+2 |
2013-01-26 | git p4: avoid shell when invoking git rev-list | Pete Wyckoff | 1 | -2/+3 |
2013-01-26 | git p4: avoid shell when mapping users | Pete Wyckoff | 1 | -1/+2 |
2013-01-26 | git p4: disable read-only attribute before deleting | Pete Wyckoff | 1 | -0/+10 |
2013-01-26 | git p4: scrub crlf for utf16 files on windows | Pete Wyckoff | 1 | -1/+23 |
2013-01-26 | git p4: remove unreachable windows \r\n conversion code | Pete Wyckoff | 1 | -9/+0 |
2013-01-26 | git p4: generate better error message for bad depot path | Pete Wyckoff | 1 | -0/+1 |
2013-01-26 | git p4: remove unused imports | Pete Wyckoff | 1 | -5/+9 |
2013-01-26 | git p4: temp branch name should use / even on windows | Pete Wyckoff | 1 | -1/+1 |
2013-01-26 | git-p4.py: support Python 2.4 | Brandon Casey | 1 | -3/+24 |
2013-01-26 | git-p4.py: support Python 2.5 | Brandon Casey | 1 | -1/+2 |
2013-01-21 | Merge branch 'pw/p4-branch-fixes' | Junio C Hamano | 1 | -45/+107 |
2013-01-15 | git p4: fix submit when no master branch | Pete Wyckoff | 1 | -1/+5 |
2013-01-15 | git p4: fix sync --branch when no master branch | Pete Wyckoff | 1 | -3/+11 |
2013-01-15 | git p4: fail gracefully on sync with no master branch | Pete Wyckoff | 1 | -2/+27 |
2013-01-15 | git p4: rearrange self.initialParent use | Pete Wyckoff | 1 | -3/+9 |
2013-01-15 | git p4: allow short ref names to --branch | Pete Wyckoff | 1 | -1/+11 |
2013-01-15 | git p4: clone --branch should checkout master | Pete Wyckoff | 1 | -11/+9 |
2013-01-15 | git p4: create p4/HEAD on initial clone | Pete Wyckoff | 1 | -4/+8 |
2013-01-15 | git p4: inline listExistingP4GitBranches | Pete Wyckoff | 1 | -8/+6 |
2013-01-15 | git p4: add comments to p4BranchesInGit | Pete Wyckoff | 1 | -8/+17 |
2013-01-15 | git p4: rearrange and simplify hasOrigin handling | Pete Wyckoff | 1 | -7/+7 |
2012-12-28 | Add checks to Python scripts for version dependencies. | Eric S. Raymond | 1 | -1/+7 |