]> git.ipfire.org Git - thirdparty/git.git/commit - trailer.c
trailer: put all the processing together and print
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 13 Oct 2014 18:16:28 +0000 (20:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Oct 2014 20:55:27 +0000 (13:55 -0700)
commitb1d78d77bfbf026e8222c02f1009767a466de0b1
treea559673b0aab2a1d02ec1cd0d53e4dfde305ae30
parent2013d8505da95d355e610c08473f2e0b45645bf9
trailer: put all the processing together and print

This patch adds the process_trailers() function that
calls all the previously added processing functions
and then prints the results on the standard output.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trailer.c
trailer.h [new file with mode: 0644]