summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2014-10-13 18:16:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-13 20:55:27 (GMT)
commit6634f05454662b62e1f34766d3684b99fb53ad66 (patch)
tree8bc94bf787c5e03b3dc564599a160fdf981ea95d /Makefile
parentb1d78d77bfbf026e8222c02f1009767a466de0b1 (diff)
downloadgit-6634f05454662b62e1f34766d3684b99fb53ad66.zip
git-6634f05454662b62e1f34766d3684b99fb53ad66.tar.gz
git-6634f05454662b62e1f34766d3684b99fb53ad66.tar.bz2
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cc7115..3495fff 100644
--- a/Makefile
+++ b/Makefile
@@ -828,6 +828,7 @@ BUILTIN_OBJS += builtin/hash-object.o
BUILTIN_OBJS += builtin/help.o
BUILTIN_OBJS += builtin/index-pack.o
BUILTIN_OBJS += builtin/init-db.o
+BUILTIN_OBJS += builtin/interpret-trailers.o
BUILTIN_OBJS += builtin/log.o
BUILTIN_OBJS += builtin/ls-files.o
BUILTIN_OBJS += builtin/ls-remote.o