From: Christian Couder Date: Mon, 13 Oct 2014 18:16:25 +0000 (+0200) Subject: trailer: read and process config information X-Git-Tag: v2.2.0-rc0~34^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/46a0613f00f2cf6a61d04fa49131fcbe3afaad07?hp=46a0613f00f2cf6a61d04fa49131fcbe3afaad07 trailer: read and process config information Read the configuration to get trailer information, and then process it and store it in a doubly linked list. The config information is stored in the list whose first item is pointed to by: static struct trailer_item *first_conf_item; Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---