Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ filename_changed
Function
filename_changed
combine-diff.c:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
static int filename_changed(char status)
34
{
35
return status ==
'R'
|| status ==
'C'
;
36
}
37
38
static struct combine_diff_path *intersect_paths(
39
struct combine_diff_path *curr,
Callers
1
intersect_paths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected