index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-p4.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
git-p4: change the expansion test from basestring to list
Ben Keene
2020-01-15
1
-9
/
+9
|
*
|
git-p4: make python2.7 the oldest supported version
Yang Zhao
2020-01-15
1
-18
/
+2
*
|
|
git-p4: avoid leak of file handle when cloning
Luke Diamand
2020-01-30
1
-1
/
+2
*
|
|
git-p4: check for access to remote host earlier
Luke Diamand
2020-01-30
1
-0
/
+2
*
|
|
git-p4: cleanup better on error exit
Luke Diamand
2020-01-30
1
-15
/
+28
*
|
|
git-p4: create helper function importRevisions()
Luke Diamand
2020-01-30
1
-64
/
+68
*
|
|
git-p4: disable some pylint warnings, to get pylint output to something manag...
Luke Diamand
2020-01-30
1
-0
/
+8
*
|
|
git-p4: add P4CommandException to report errors talking to Perforce
Luke Diamand
2020-01-30
1
-0
/
+8
*
|
|
git-p4: make closeStreams() idempotent
Luke Diamand
2020-01-30
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge branch 'bk/p4-misc-usability'
Junio C Hamano
2020-01-02
1
-32
/
+42
|
\
\
|
*
|
git-p4: show detailed help when parsing options fail
Ben Keene
2019-12-16
1
-1
/
+6
|
*
|
git-p4: yes/no prompts should sanitize user text
Ben Keene
2019-12-16
1
-31
/
+36
|
|
/
*
/
git-p4: honor lfs.storage configuration variable
r.burenkov
2019-12-11
1
-2
/
+8
|
/
*
git-p4: auto-delete named temporary file
Philip.McGraw
2019-10-06
1
-7
/
+6
*
Merge branch 'am/p4-branches-excludes'
Junio C Hamano
2019-07-10
1
-17
/
+27
|
\
|
*
git-p4: respect excluded paths when detecting branches
Mazo, Andrey
2019-04-02
1
-2
/
+1
|
*
git-p4: don't exclude other files with same prefix
Mazo, Andrey
2019-04-02
1
-7
/
+14
|
*
git-p4: don't groom exclude path list on every commit
Mazo, Andrey
2019-04-02
1
-5
/
+7
|
*
git-p4: match branches case insensitively if configured
Mazo, Andrey
2019-04-02
1
-2
/
+2
|
*
git-p4: detect/prevent infinite loop in gitCommitByP4Change()
Mazo, Andrey
2019-04-02
1
-1
/
+3
*
|
Merge branch 'mm/p4-unshelve-windows-fix'
Junio C Hamano
2019-06-17
1
-1
/
+1
|
\
\
|
*
|
p4 unshelve: fix "Not a valid object name HEAD0" on Windows
Mike Mueller
2019-05-28
1
-1
/
+1
|
|
/
*
/
git-p4: allow unshelving of branched files
Simon Williams
2019-05-28
1
-1
/
+1
|
/
*
Merge branch 'ld/git-p4-shelve-update-fix'
Junio C Hamano
2019-02-05
1
-0
/
+2
|
\
|
*
git-p4: handle update of moved/copied files when updating a shelve
Luke Diamand
2019-01-18
1
-0
/
+2
*
|
git-p4: fix problem when p4 login is not necessary
Peter Osterlund
2019-01-07
1
-0
/
+2
|
/
*
git-p4: fully support unshelving changelists
Luke Diamand
2018-10-16
1
-36
/
+48
*
git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
Luke Diamand
2018-10-16
1
-1
/
+2
*
git-p4: do not fail in verbose mode for missing 'fileSize' key
Luke Diamand
2018-10-12
1
-1
/
+4
*
git-p4: add the `p4-pre-submit` hook
Chen Bin
2018-08-01
1
-1
/
+15
*
git-p4: python3: fix octal constants
Luke Diamand
2018-06-19
1
-1
/
+1
*
git-p4: python3: use print() function
Luke Diamand
2018-06-19
1
-124
/
+124
*
git-p4: python3: basestring workaround
Luke Diamand
2018-06-19
1
-0
/
+16
*
git-p4: python3: remove backticks
Luke Diamand
2018-06-19
1
-1
/
+1
*
git-p4: python3: replace dict.has_key(k) with "k in dict"
Luke Diamand
2018-06-19
1
-39
/
+39
*
git-p4: python3: replace <> with !=
Luke Diamand
2018-06-19
1
-1
/
+1
*
Merge branch 'ld/git-p4-updates'
Junio C Hamano
2018-06-18
1
-24
/
+156
|
\
|
*
git-p4: auto-size the block
Luke Diamand
2018-06-12
1
-6
/
+21
|
*
git-p4: narrow the scope of exceptions caught when parsing an int
Luke Diamand
2018-06-12
1
-1
/
+1
|
*
git-p4: raise exceptions from p4CmdList based on error from p4 server
Luke Diamand
2018-06-12
1
-4
/
+40
|
*
git-p4: better error reporting when p4 fails
Luke Diamand
2018-06-12
1
-0
/
+55
|
*
git-p4: add option to disable syncing of p4/master with p4
Luke Diamand
2018-06-12
1
-11
/
+20
|
*
git-p4: disable-rebase: allow setting this via configuration
Luke Diamand
2018-06-12
1
-1
/
+1
|
*
git-p4: add options --commit and --disable-rebase
Romain Merland
2018-06-12
1
-6
/
+23
*
|
Merge branch 'ld/p4-unshelve'
Junio C Hamano
2018-06-01
1
-36
/
+177
|
\
\
|
*
|
git-p4: add unshelve command
Luke Diamand
2018-05-24
1
-36
/
+177
|
|
/
*
/
git-p4: change "commitish" typo to "committish"
Ævar Arnfjörð Bjarmason
2018-05-11
1
-3
/
+3
|
/
*
git-p4: update multiple shelved change lists
Luke Diamand
2017-12-22
1
-15
/
+26
*
treewide: correct several "up-to-date" to "up to date"
Martin Ågren
2017-08-23
1
-1
/
+1
*
git-p4: filter for {'code':'info'} in p4CmdList
Miguel Torroja
2017-07-13
1
-3
/
+6
[prev]
[next]