http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/chdir-notify.c
tmp ) 37 return ; 38 39 * path = reparent_relative_path ( old_cwd , new_cwd , tmp ) ; 40 free ( tmp ) ; 41 42 if ( name ) { 43 trace_printf_key ( & trace_setup_key , 44 " setup: reparent %s to '%s' " , 45 name , * path ) ; 46 } 47 } 48 49 void chdir_notify_reparent ( const char * name , char * * path ) 50 { 51 chdir_notify_register ( name , reparent_cb , path ) ; 52 } 53 54 int chdir_notify ( const char * new_cwd ) 55 { 56 struct strbuf old_cwd = STRBUF_INIT ; 57 struct list_head * pos ; 58 59 if (...