Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_sync
Function
p4_sync
git-p4.py:541–542 ·
view source on GitHub ↗
(f, *options)
Source
from the content-addressed store, hash-verified
539
540
541
def
p4_sync(f, *options):
542
p4_system([
"sync"
] + list(options) + [wildcard_encode(f)])
543
544
545
def
p4_add(f):
Callers
2
applyCommit
Method · 0.85
run
Method · 0.85
Calls
3
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
list
Function · 0.50
Tested by
no test coverage detected