Sign in
googlers
/
jrn
/
git
/
87bcf148d7a2dd585bbb6ed18dae83a42b45a67a
/
git-p4.py
34022ba
Merge branch 'ks/p4-view-spec'
by Junio C Hamano
· 11 years ago
9d57c4a
git p4: implement view spec wildcards with "p4 where"
by Kazuki Saitoh
· 12 years ago
1292df1
git-p4: Fix occasional truncation of symlink contents.
by Alexandru Juncu
· 12 years ago
98e023d
many small typofixes
by Ondřej Bílka
· 12 years ago
eac9a1a
Merge branch 'vl/typofix'
by Junio C Hamano
· 12 years ago
f7e604e
random typofixes (committed missing a 't', successful missing an 's')
by Veres Lajos
· 12 years ago
bbd8486
git p4: avoid expanding client paths in chdir
by Miklós Fazekas
· 12 years ago
9aea11d
Merge branch 'pw/git-p4-on-cygwin'
by Junio C Hamano
· 12 years ago
97fbc23
Merge branch 'bc/git-p4-for-python-2.4'
by Junio C Hamano
· 12 years ago
0d60903
git p4: introduce gitConfigBool
by Pete Wyckoff
· 12 years ago
b345d6c
git p4: avoid shell when calling git config
by Pete Wyckoff
· 12 years ago
2abba30
git p4: avoid shell when invoking git config --get-all
by Pete Wyckoff
· 12 years ago
c7d3488
git p4: avoid shell when invoking git rev-list
by Pete Wyckoff
· 12 years ago
9bf2885
git p4: avoid shell when mapping users
by Pete Wyckoff
· 12 years ago
d20f0f8
git p4: disable read-only attribute before deleting
by Pete Wyckoff
· 12 years ago
7f0e596
git p4: scrub crlf for utf16 files on windows
by Pete Wyckoff
· 12 years ago
bb5ea62
git p4: remove unreachable windows \r\n conversion code
by Pete Wyckoff
· 12 years ago
0f487d3
git p4: generate better error message for bad depot path
by Pete Wyckoff
· 12 years ago
f629fa5
git p4: remove unused imports
by Pete Wyckoff
· 12 years ago
4f9273d
git p4: temp branch name should use / even on windows
by Pete Wyckoff
· 12 years ago
a235e85
git-p4.py: support Python 2.4
by Brandon Casey
· 12 years ago
598354c
git-p4.py: support Python 2.5
by Brandon Casey
· 12 years ago
801cbd7
Merge branch 'pw/p4-branch-fixes'
by Junio C Hamano
· 12 years ago
44e8d26
git p4: fix submit when no master branch
by Pete Wyckoff
· 12 years ago
8c9e8b6
git p4: fix sync --branch when no master branch
by Pete Wyckoff
· 12 years ago
5a8e84c
git p4: fail gracefully on sync with no master branch
by Pete Wyckoff
· 12 years ago
4749784
git p4: rearrange self.initialParent use
by Pete Wyckoff
· 12 years ago
40d69ac
git p4: allow short ref names to --branch
by Pete Wyckoff
· 12 years ago
c595956
git p4: clone --branch should checkout master
by Pete Wyckoff
· 12 years ago
55d1243
git p4: create p4/HEAD on initial clone
by Pete Wyckoff
· 12 years ago
3b650fc
git p4: inline listExistingP4GitBranches
by Pete Wyckoff
· 12 years ago
2c8037e
git p4: add comments to p4BranchesInGit
by Pete Wyckoff
· 12 years ago
991a2de
git p4: rearrange and simplify hasOrigin handling
by Pete Wyckoff
· 12 years ago
a33faf2
Add checks to Python scripts for version dependencies.
by Eric S. Raymond
· 12 years ago
73350fb
git p4: remove unneeded cmd initialization
by Pete Wyckoff
· 12 years ago
a4e9054
git p4: fix labelDetails typo in exception
by Pete Wyckoff
· 12 years ago
78189be
git p4: catch p4 errors when streaming file contents
by Pete Wyckoff
· 12 years ago
249da4c
git p4: handle servers without move support
by Pete Wyckoff
· 12 years ago
18fa13d
git p4: catch p4 describe errors
by Pete Wyckoff
· 12 years ago
077ad4a
Merge branch 'pw/maint-p4-rcs-expansion-newline'
by Junio C Hamano
· 12 years ago
6b2bf41
git p4: RCS expansion should not span newlines
by Pete Wyckoff
· 12 years ago
8db3865
Merge branch 'pw/p4-submit-conflicts'
by Junio C Hamano
· 12 years ago
6bbfd13
git-p4: add submit --conflict option and config varaiable
by Pete Wyckoff
· 13 years ago
728b7ad
git p4: add submit --prepare-p4-only option
by Pete Wyckoff
· 13 years ago
ef739f0
git p4: add submit --dry-run option
by Pete Wyckoff
· 13 years ago
b0ccc80
git p4: accept -v for --verbose
by Pete Wyckoff
· 13 years ago
df9c545
git p4: revert deleted files after submit cancel
by Pete Wyckoff
· 13 years ago
55ac2ed
git p4: rearrange submit template construction
by Pete Wyckoff
· 13 years ago
f7fbc98
git p4: test clean-up after failed submit, fix added files
by Pete Wyckoff
· 13 years ago
5a41c16
git p4: standardize submit cancel due to unchanged template
by Pete Wyckoff
· 13 years ago
7e5dd9f
git p4: move conflict prompt into run, add [q]uit input
by Pete Wyckoff
· 13 years ago
449bb9c
git p4: remove submit failure options [a]pply and [w]rite
by Pete Wyckoff
· 13 years ago
67b0fe2
git p4: gracefully fail if some commits could not be applied
by Pete Wyckoff
· 13 years ago
21ef5df
git p4: make branch detection work with --use-client-spec
by Pete Wyckoff
· 13 years ago
0d1696e
git p4: do wildcard decoding in stripRepoPath
by Pete Wyckoff
· 13 years ago
e63231e
git p4: set self.branchPrefixes in initialization
by Pete Wyckoff
· 13 years ago
77f3591
Merge branch 'pw/git-p4-move'
by Junio C Hamano
· 13 years ago
8e9497c
git p4: add support for 'p4 move' in P4Submit
by Gary Gibbons
· 13 years ago
84cb000
git p4: refactor diffOpts calculation
by Gary Gibbons
· 13 years ago
f19cb0a
git p4: notice Jobs lines in git commit messages
by Pete Wyckoff
· 13 years ago
c47178d
git p4: remove unused P4Submit interactive setting
by Pete Wyckoff
· 13 years ago
9b994b1
Merge branch 'ld/git-p4-tags-and-labels'
by Junio C Hamano
· 13 years ago
06dcd15
git p4: fix bug when enabling tag import/export via config variables
by Luke Diamand
· 13 years ago
05a3cec
git p4: fix bug when verbose enabled with tag export
by Luke Diamand
· 13 years ago
9d7d446
git p4: submit files with wildcards
by Pete Wyckoff
· 13 years ago
b6ad6dc
git p4: fix writable file after rename or copy
by Pete Wyckoff
· 13 years ago
8d7ec36
git p4: bring back files in deleted client directory
by Pete Wyckoff
· 13 years ago
6a10b6a
git p4: move verbose to base class
by Luke Diamand
· 13 years ago
f95ceaf
git p4: Ignore P4EDITOR if it is empty
by Luke Diamand
· 13 years ago
c8942a2
git p4: fix-up "import/export of labels to/from p4"
by Luke Diamand
· 13 years ago
06804c7
git p4: import/export of labels to/from p4
by Luke Diamand
· 13 years ago
9dcb9f2
git p4: update name in script
by Pete Wyckoff
· 13 years ago
b6f9305
git-p4: move to toplevel
by Pete Wyckoff
· 13 years ago