Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ chdir_notify_reparent
Function
chdir_notify_reparent
chdir-notify.c:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void chdir_notify_reparent(const char *name, char **path)
68
{
69
chdir_notify_register(name, reparent_cb, path);
70
}
71
72
int chdir_notify(const char *new_cwd)
73
{
Callers
3
packed_ref_store_init
Function · 0.85
reftable_be_init
Function · 0.85
files_ref_store_init
Function · 0.85
Calls
1
chdir_notify_register
Function · 0.85
Tested by
no test coverage detected