David Kastrup [off-list ref] writes:
Junio C Hamano [off-list ref] writes:
quoted
Christian Couder [off-list ref] writes:
quoted
The config information is stored in the list
whose first item is pointed to by:
static struct trailer_item *first_conf_item;
If feels somewhat strange ...
Can't say I agree here. Basically all my doubly-linked lists are not
for traversing data forwards and backwards ...
Having a "last" pointer is an orthogonal concept ...
Yeah, that is where "somewhat strange", not "wrong", comes from ;-)