diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2014-10-13 20:16:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-13 13:55:27 -0700 |
commit | 6634f05454662b62e1f34766d3684b99fb53ad66 (patch) | |
tree | 8bc94bf787c5e03b3dc564599a160fdf981ea95d /git.c | |
parent | trailer: put all the processing together and print (diff) | |
download | tgif-6634f05454662b62e1f34766d3684b99fb53ad66.tar.xz |
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>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -418,6 +418,7 @@ static struct cmd_struct commands[] = { { "index-pack", cmd_index_pack, RUN_SETUP_GENTLY }, { "init", cmd_init_db, NO_SETUP }, { "init-db", cmd_init_db, NO_SETUP }, + { "interpret-trailers", cmd_interpret_trailers, RUN_SETUP }, { "log", cmd_log, RUN_SETUP }, { "ls-files", cmd_ls_files, RUN_SETUP }, { "ls-remote", cmd_ls_remote, RUN_SETUP_GENTLY }, |