Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ diff_free_filepair
Function
diff_free_filepair
diff.c:6400–6405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6398
}
6399
6400
void diff_free_filepair(struct diff_filepair *p)
6401
{
6402
free_filespec(p->one);
6403
free_filespec(p->two);
6404
free(p);
6405
}
6406
6407
void diff_queue_init(struct diff_queue_struct *q)
6408
{
Callers
10
diffcore_rotate
Function · 0.85
line_log_data_clear
Function · 0.85
filter_diffs_for_paths
Function · 0.85
process_all_files
Function · 0.85
try_to_follow_renames
Function · 0.85
pool_diff_free_filepair
Function · 0.85
pickaxe
Function · 0.85
diff_queue_clear
Function · 0.85
diffcore_apply_filter
Function · 0.85
diffcore_skip_stat_unmatch
Function · 0.85
Calls
1
free_filespec
Function · 0.85
Tested by
no test coverage detected