Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ p4_reopen
Function
p4_reopen
git-p4.py:565–566 ·
view source on GitHub ↗
(type, f)
Source
from the content-addressed store, hash-verified
563
564
565
def
p4_reopen(type, f):
566
p4_system([
"reopen"
,
"-t"
, type, wildcard_encode(f)])
567
568
569
def
p4_reopen_in_change(changelist, files):
Callers
1
setP4ExecBit
Function · 0.85
Calls
2
p4_system
Function · 0.85
wildcard_encode
Function · 0.85
Tested by
no test coverage detected