http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/entry.h
If ca is NULL, the attributes will be loaded 36 * internally when (and if) needed. 37 */ 38 int checkout_entry_ca ( struct cache_entry * ce , struct conv_attrs * ca , 39 const struct checkout * state , char * topath , 40 int * nr_checkouts ) ; 41 static inline int checkout_entry ( struct cache_entry * ce , 42 const struct checkout * state , char * topath , 43 int * nr_checkouts ) 44 { 45 return checkout_entry_ca ( ce , NULL , state , topath , nr_checkouts ) ; 46 } 47 48 void enable_delayed_checkout (...