Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_move
Function
p4_move
git-p4.py:574–575 ·
view source on GitHub ↗
(src, dest)
Source
from the content-addressed store, hash-verified
572
573
574
def
p4_move(src, dest):
575
p4_system([
"move"
,
"-k"
, wildcard_encode(src), wildcard_encode(dest)])
576
577
578
def
p4_last_change():
Callers
1
applyCommit
Method · 0.85
Calls
2
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
Tested by
no test coverage detected