]> git.ipfire.org Git - thirdparty/git.git/commit - trailer.c
trailer: process command line trailer arguments
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 13 Oct 2014 18:16:26 +0000 (20:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Oct 2014 20:55:27 +0000 (13:55 -0700)
commitf0a90b4edff44af9a3cb3c30ff8e656a59581a2f
tree1f323cdb273a4ef5d5b9723e50ccc2ea36d9caf9
parent46a0613f00f2cf6a61d04fa49131fcbe3afaad07
trailer: process command line trailer arguments

Parse the trailer command line arguments and put
the result into an arg_tok doubly linked list.

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