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
*
Merge branch 'dl/p4-encode-after-kw-expansion'
Junio C Hamano
2021-01-16
1
-1
/
+1
|
\
|
*
git-p4: fix syncing file types with pattern
Daniel Levin
2020-12-23
1
-1
/
+1
*
|
Merge branch 'js/p4-default-branch'
Junio C Hamano
2020-11-11
1
-1
/
+1
|
\
\
|
*
|
p4: respect init.defaultBranch
Johannes Schindelin
2020-11-09
1
-1
/
+1
|
|
/
*
/
doc: fixing two trivial typos in Documentation/
Marlon Rac Cambasis
2020-11-05
1
-1
/
+1
|
/
*
git-p4: use HEAD~$n to find parent commit for unshelve
Luke Diamand
2020-09-19
1
-1
/
+1
*
Merge branch 'bk/p4-prepare-p4-only-fix'
Junio C Hamano
2020-06-02
1
-4
/
+5
|
\
|
*
git-p4.py: fix --prepare-p4-only error with multiple commits
Ben Keene
2020-05-12
1
-4
/
+5
*
|
git-p4: recover from inconsistent perforce history
Andrew Oakley
2020-05-10
1
-2
/
+41
|
/
*
Merge branch 'bk/p4-pre-edit-changelist'
Junio C Hamano
2020-04-22
1
-55
/
+181
|
\
|
*
git-p4: add RCS keyword status message
Ben Keene
2020-02-14
1
-0
/
+4
|
*
git-p4: add p4 submit hooks
Ben Keene
2020-02-14
1
-1
/
+34
|
*
git-p4: restructure code in submit
Ben Keene
2020-02-14
1
-41
/
+51
|
*
git-p4: add --no-verify option
Ben Keene
2020-02-11
1
-13
/
+19
|
*
git-p4: add p4-pre-submit exit text
Ben Keene
2020-02-11
1
-1
/
+9
|
*
git-p4: create new function run_git_hook
Ben Keene
2020-02-11
1
-7
/
+69
|
*
git-p4: rewrite prompt to be Windows compatible
Ben Keene
2020-02-11
1
-1
/
+4
*
|
Merge branch 'yz/p4-py3'
Junio C Hamano
2020-03-25
1
-95
/
+140
|
\
\
|
*
|
git-p4: use python3's input() everywhere
Yang Zhao
2020-01-15
1
-2
/
+12
|
*
|
git-p4: simplify regex pattern generation for parsing diff-tree
Yang Zhao
2020-01-15
1
-7
/
+6
|
*
|
git-p4: use dict.items() iteration for python3 compatibility
Yang Zhao
2020-01-15
1
-1
/
+1
|
*
|
git-p4: use functools.reduce instead of reduce
Yang Zhao
2020-01-15
1
-1
/
+2
|
*
|
git-p4: fix freezing while waiting for fast-import progress
Yang Zhao
2020-01-15
1
-0
/
+1
|
*
|
git-p4: use marshal format version 2 when sending to p4
Yang Zhao
2020-01-15
1
-1
/
+2
|
*
|
git-p4: open .gitp4-usercache.txt in text mode
Yang Zhao
2020-01-15
1
-2
/
+2
|
*
|
git-p4: convert path to unicode before processing them
Yang Zhao
2020-01-15
1
-25
/
+44
|
*
|
git-p4: encode/decode communication with git for python3
Yang Zhao
2020-01-15
1
-4
/
+17
|
*
|
git-p4: encode/decode communication with p4 for python3
Yang Zhao
2020-01-15
1
-13
/
+46
|
*
|
git-p4: remove string type aliasing
Yang Zhao
2020-01-15
1
-16
/
+0
|
*
|
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
|
\
\
[next]