Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ p4_integrate
Function
p4_integrate
git-p4.py:537–538 ·
view source on GitHub ↗
(src, dest)
Source
from the content-addressed store, hash-verified
535
536
537
def
p4_integrate(src, dest):
538
p4_system([
"integrate"
,
"-Dt"
, wildcard_encode(src), wildcard_encode(dest)])
539
540
541
def
p4_sync(f, *options):
Callers
1
applyCommit
Method · 0.85
Calls
2
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
Tested by
no test coverage detected