]> git.ipfire.org Git - thirdparty/git.git/commit - trailer.c
trailer: parse trailers from file or stdin
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 13 Oct 2014 18:16:27 +0000 (20:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Oct 2014 20:55:27 +0000 (13:55 -0700)
commit2013d8505da95d355e610c08473f2e0b45645bf9
tree8d7593883569688ddc644cd7f654902798e5254a
parentf0a90b4edff44af9a3cb3c30ff8e656a59581a2f
trailer: parse trailers from file or stdin

Read trailers from a file or from stdin, parse the trailers and then
put the result into a doubly linked list.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trailer.c