http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/add-interactive.c
s - > use_color ) 31 dst [ 0 ] = ' \0 ' ; 32 else if ( repo_config_get_value ( r , key , & value ) | | 33 color_parse ( value , dst ) ) 34 strlcpy ( dst , default_color , COLOR_MAXLEN ) ; 35 36 free ( key ) ; 37 } 38 39 void init_add_i_state ( struct add_i_state * s , struct repository * r ) 40 { 41 const char * value ; 42 43 s - > r = r ; 44 45 if ( repo_config_get_value ( r , " color.interactive " , & value ) ) 46 s - >...