Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ isModeExecChanged
Function
isModeExecChanged
git-p4.py:821–822 ·
view source on GitHub ↗
(src_mode, dst_mode)
Source
from the content-addressed store, hash-verified
819
820
821
def
isModeExecChanged(src_mode, dst_mode):
822
return
isModeExec(src_mode) != isModeExec(dst_mode)
823
824
825
def
p4KeysContainingNonUtf8Chars():
Callers
1
applyCommit
Method · 0.85
Calls
1
isModeExec
Function · 0.85
Tested by
no test coverage detected