Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ remove_dir_recursively
Function
remove_dir_recursively
dir.c:3475–3478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3473
}
3474
3475
int remove_dir_recursively(struct strbuf *path, int flag)
3476
{
3477
return remove_dir_recurse(path, flag, NULL);
3478
}
3479
3480
static GIT_PATH_FUNC(git_path_info_exclude,
"info/exclude"
)
3481
Callers
15
sequencer_remove_state
Function · 0.85
tmp_objdir_destroy
Function · 0.85
tmp_objdir_discard_objects
Function · 0.85
notes_merge_abort
Function · 0.85
delete_enlistment
Function · 0.85
clear_dir
Function · 0.85
reftable_be_remove_on_disk
Function · 0.85
lock_raw_ref
Function · 0.85
raceproof_create_file
Function · 0.85
remove_empty_directories
Function · 0.85
files_ref_store_remove_on_disk
Function · 0.85
am_destroy
Function · 0.85
Calls
1
remove_dir_recurse
Function · 0.85
Tested by
no test coverage detected