]> git.ipfire.org Git - thirdparty/git.git/commit - trailer.c
trailer: read and process config information
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 13 Oct 2014 18:16:25 +0000 (20:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Oct 2014 20:55:26 +0000 (13:55 -0700)
commit46a0613f00f2cf6a61d04fa49131fcbe3afaad07
tree95c339746de7a9a83f43104f5fc9d689681570ca
parent4103818d20a4aa8f2473bff3cc8e2f9048d9c310
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 <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trailer.c