]> git.ipfire.org Git - thirdparty/git.git/commit - .gitignore
trailer: add interpret-trailers command
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 13 Oct 2014 18:16:29 +0000 (20:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Oct 2014 20:55:27 +0000 (13:55 -0700)
commit6634f05454662b62e1f34766d3684b99fb53ad66
tree8bc94bf787c5e03b3dc564599a160fdf981ea95d
parentb1d78d77bfbf026e8222c02f1009767a466de0b1
trailer: add interpret-trailers command

This patch adds the "git interpret-trailers" command.
This command uses the previously added process_trailers()
function in trailer.c.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
builtin.h
builtin/interpret-trailers.c [new file with mode: 0644]
git.c