aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2014-10-13 20:16:29 +0200
committerJunio C Hamano <gitster@pobox.com>2014-10-13 13:55:27 -0700
commit6634f05454662b62e1f34766d3684b99fb53ad66 (patch)
tree8bc94bf787c5e03b3dc564599a160fdf981ea95d /git.c
parentb1d78d77bfbf026e8222c02f1009767a466de0b1 (diff)
downloadgit-6634f05454662b62e1f34766d3684b99fb53ad66.tar.gz
git-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 210f1ae9d..fac390233 100644
--- a/git.c
+++ b/git.c
@@ -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 },