http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/commit-reach.h
Use this 53 * instead of `foo = reduce_heads(foo);` to avoid memory leaks. 54 */ 55 void reduce_heads_replace ( struct commit_list * * heads ) ; 56 57 int ref_newer ( const struct object_id * new_oid , const struct object_id * old_oid ) ; 58 59 /* 60 * Unknown has to be "0" here, because that's the default value for 61 * contains_cache slab entries that have not yet been assigned. 62 */ 63 enum contains_result { 64 CONTAINS_UNKNOWN = 0 , 65 CONTAINS_NO , 66 CONTAINS_YES 67 } ; 68 69...