Sign in
googlers
/
jrn
/
git
/
46d723ce57f2dd3c50504dc6f4ca73b4c392fa6f
/
git-p4.py
fe3ec21
Merge branch 'sw/git-p4-unshelve-branched-files' into maint
by Junio C Hamano
· 6 years ago
c3f2358
p4 unshelve: fix "Not a valid object name HEAD0" on Windows
by Mike Mueller
· 6 years ago
0108f47
git-p4: allow unshelving of branched files
by Simon Williams
· 6 years ago
40b8ba2
Merge branch 'ld/git-p4-shelve-update-fix'
by Junio C Hamano
· 6 years ago
7a10946
git-p4: handle update of moved/copied files when updating a shelve
by Luke Diamand
· 6 years ago
d4990d5
git-p4: fix problem when p4 login is not necessary
by Peter Osterlund
· 6 years ago
89143ac
git-p4: fully support unshelving changelists
by Luke Diamand
· 6 years ago
0881312
git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
by Luke Diamand
· 6 years ago
0742b7c
git-p4: do not fail in verbose mode for missing 'fileSize' key
by Luke Diamand
· 6 years ago
251c8c5
git-p4: add the `p4-pre-submit` hook
by Chen Bin
· 7 years ago
db2d997
git-p4: python3: fix octal constants
by Luke Diamand
· 7 years ago
f2606b1
git-p4: python3: use print() function
by Luke Diamand
· 7 years ago
efdcc99
git-p4: python3: basestring workaround
by Luke Diamand
· 7 years ago
4d88519
git-p4: python3: remove backticks
by Luke Diamand
· 7 years ago
dba1c9d
git-p4: python3: replace dict.has_key(k) with "k in dict"
by Luke Diamand
· 7 years ago
fc35c9d
git-p4: python3: replace <> with !=
by Luke Diamand
· 7 years ago
e638899
Merge branch 'ld/git-p4-updates'
by Junio C Hamano
· 7 years ago
3deed5e
git-p4: auto-size the block
by Luke Diamand
· 7 years ago
8fa0abf
git-p4: narrow the scope of exceptions caught when parsing an int
by Luke Diamand
· 7 years ago
55bb3e3
git-p4: raise exceptions from p4CmdList based on error from p4 server
by Luke Diamand
· 7 years ago
0ef67ac
git-p4: better error reporting when p4 fails
by Luke Diamand
· 7 years ago
b9d34db
git-p4: add option to disable syncing of p4/master with p4
by Luke Diamand
· 7 years ago
3b3477e
git-p4: disable-rebase: allow setting this via configuration
by Luke Diamand
· 7 years ago
f55b87c
git-p4: add options --commit and --disable-rebase
by Romain Merland
· 7 years ago
caf0c98
Merge branch 'ld/p4-unshelve'
by Junio C Hamano
· 7 years ago
123f631
git-p4: add unshelve command
by Luke Diamand
· 7 years ago
89f32a9
git-p4: change "commitish" typo to "committish"
by Ævar Arnfjörð Bjarmason
· 7 years ago
8cf422d
git-p4: update multiple shelved change lists
by Luke Diamand
· 7 years ago
7560f54
treewide: correct several "up-to-date" to "up to date"
by Martin Ågren
· 8 years ago
1997e91
git-p4: filter for {'code':'info'} in p4CmdList
by Miguel Torroja
· 8 years ago
b596b3b
git-p4: parse marshal output "p4 -G" in p4 changes
by Miguel Torroja
· 8 years ago
eff4511
git-p4: don't use name-rev to get current branch
by Luke Diamand
· 8 years ago
78871bf
git-p4: add read_pipe_text() internal function
by Luke Diamand
· 8 years ago
5a98255
Merge branch 'ls/p4-path-encoding'
by Junio C Hamano
· 8 years ago
a8b0516
git-p4: fix git-p4.pathEncoding for removed files
by Lars Schneider
· 8 years ago
a482cf4
Merge branch 'gv/mingw-p4-mapuser'
by Junio C Hamano
· 8 years ago
c3c2b05
git-p4: fix git-p4.mapUser on Windows
by George Vanburgh
· 8 years ago
74f7427
Merge branch 'ls/p4-retry-thrice'
by Junio C Hamano
· 8 years ago
1d5cb45
Merge branch 'gv/p4-multi-path-commit-fix' into maint
by Junio C Hamano
· 8 years ago
aa83f7a
Merge branch 'ld/p4-compare-dir-vs-symlink' into maint
by Junio C Hamano
· 8 years ago
bc23352
git-p4: do not pass '-r 0' to p4 commands
by Igor Kushnir
· 8 years ago
7143258
Merge branch 'ls/p4-lfs'
by Junio C Hamano
· 8 years ago
d7dcd52
Merge branch 'gv/p4-multi-path-commit-fix'
by Junio C Hamano
· 8 years ago
f723df5
Merge branch 'ld/p4-compare-dir-vs-symlink'
by Junio C Hamano
· 8 years ago
862f931
git-p4: add diff/merge properties to .gitattributes for GitLFS files
by Lars Schneider
· 8 years ago
101f3dc
Merge branch 'ld/p4-worktree'
by Junio C Hamano
· 8 years ago
9943e5b
git-p4: fix multi-path changelist empty commits
by George Vanburgh
· 8 years ago
df8a9e8
git-p4: avoid crash adding symlinked directory
by Luke Diamand
· 8 years ago
2a72b69
Merge branch 'ls/p4-retry-thrice'
by Junio C Hamano
· 8 years ago
796bd3b
Merge branch 'ls/p4-empty-file-on-lfs'
by Junio C Hamano
· 8 years ago
378f7be
git-p4: support git worktrees
by Luke Diamand
· 8 years ago
d5eb3cf
git-p4: fix empty file processing for large file system backend GitLFS
by Lars Schneider
· 8 years ago
89a6ecc
git-p4: add config to retry p4 commands; retry 3 times by default
by Lars Schneider
· 8 years ago
46c609e
git-p4: support updating an existing shelved changelist
by Luke Diamand
· 8 years ago
b34fa57
git-p4: allow submit to create shelved changelists.
by Vinicius Kursancew
· 8 years ago
2e3a16b
Spelling fixes
by Ville Skyttä
· 9 years ago
36cafe4
Merge branch 'ls/p4-tmp-refs'
by Junio C Hamano
· 9 years ago
8e3e28b
Merge branch 'ao/p4-has-branch-prefix-fix' into maint
by Junio C Hamano
· 9 years ago
d604176
git-p4: place temporary refs used for branch import under refs/git-p4-tmp
by Lars Schneider
· 9 years ago
3efeb51
Merge branch 'ao/p4-has-branch-prefix-fix'
by Junio C Hamano
· 9 years ago
09667d0
git-p4: correct hasBranchPrefix verbose output
by Andrew Oakley
· 9 years ago
7a95942
Merge branch 'ls/p4-lfs'
by Junio C Hamano
· 9 years ago
82f2567
git-p4: fix Git LFS pointer parsing
by Lars Schneider
· 9 years ago
26e6a27
git-p4: add P4 jobs to git commit message
by Jan Durovec
· 9 years ago
1d851b9
Merge branch 'ls/p4-map-user'
by Junio C Hamano
· 9 years ago
10d08a1
git-p4: map a P4 user to Git author name and email address
by Lars Schneider
· 9 years ago
a02b8bc
git-p4.py: add support for filetype change
by Romain Picard
· 9 years ago
aecb997
Merge branch 'sh/p4-multi-depot'
by Junio C Hamano
· 9 years ago
1f90a64
git-p4: reduce number of server queries for fetches
by Sam Hocevar
· 9 years ago
cbc6924
git-p4: support multiple depot paths in p4 submit
by Sam Hocevar
· 9 years ago
a899d50
Merge branch 'ls/p4-keep-empty-commits'
by Junio C Hamano
· 9 years ago
4ae048e
git-p4: add option to keep empty commits
by Lars Schneider
· 9 years ago
40fdcc5
Merge branch 'maint'
by Jeff King
· 9 years ago
908a6e4
Merge branch 'eg/p4-submit-catch-failure' into maint
by Jeff King
· 9 years ago
5b228f9
Merge branch 'ld/p4-detached-head' into maint
by Jeff King
· 9 years ago
b7638fe
git-p4: clean up after p4 submit failure
by GIRARD Etienne
· 9 years ago
00ad6e3
git-p4: work with a detached head
by Luke Diamand
· 9 years ago
cbff4b2
git-p4: add option to system() to return subshell status
by Luke Diamand
· 9 years ago
c7bdbd6
Merge branch 'ls/p4-translation-failure' into maint
by Junio C Hamano
· 9 years ago
04bba3a
Merge branch 'ld/p4-import-labels' into maint
by Junio C Hamano
· 9 years ago
922239e
Merge branch 'dk/p4-import-ctypes'
by Junio C Hamano
· 9 years ago
4b07cd2
git-p4: import the ctypes module
by Dennis Kaarsemaker
· 9 years ago
6ff518f
Merge branch 'ls/p4-lfs'
by Junio C Hamano
· 9 years ago
00272a6
Merge branch 'ls/p4-translation-failure'
by Junio C Hamano
· 9 years ago
98f9556
Merge branch 'ls/p4-path-encoding'
by Junio C Hamano
· 9 years ago
5e1288a
Merge branch 'ld/p4-import-labels'
by Junio C Hamano
· 9 years ago
b47d807
git-p4: add Git LFS backend for large file system
by Lars Schneider
· 9 years ago
a5db4b1
git-p4: add support for large file systems
by Lars Schneider
· 9 years ago
4d25dc4
git-p4: check free space during streaming
by Lars Schneider
· 9 years ago
d2176a5
git-p4: add file streaming progress in verbose mode
by Lars Schneider
· 9 years ago
7960e70
git-p4: return an empty list if a list config has no values
by Lars Schneider
· 9 years ago
cb1dafd
git-p4: add gitConfigInt reader
by Lars Schneider
· 9 years ago
692e179
git-p4: add optional type specifier to gitConfig reader
by Lars Schneider
· 9 years ago
1f5f390
git-p4: handle "Translation of file content failed"
by Lars Schneider
· 9 years ago
4cb870d
git-p4: use replacement character for non UTF-8 characters in paths
by Lars Schneider
· 9 years ago
00a9403
git-p4: improve path encoding verbose output
by Lars Schneider
· 9 years ago
a9e3835
git-p4: add config git-p4.pathEncoding
by Lars Schneider
· 10 years ago
b43702a
git-p4: fix P4 label import for unprocessed commits
by Luke Diamand
· 10 years ago
9ab1cfe
git-p4: do not terminate creating tag for unknown commit
by Luke Diamand
· 10 years ago
a0a50d8
git-p4: honor core.ignorecase when using P4 client specs
by Lars Schneider
· 10 years ago
Next »