aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2014-10-13 20:16:23 +0200
committerJunio C Hamano <gitster@pobox.com>2014-10-13 13:55:26 -0700
commit9385b5d7065351104c7bfd3d1e53a28207b8b7ed (patch)
treeb116c13bdac82c874bcb0be28215543fec1fe2ce /Makefile
parentce1d3a93a6405b8a0313491df3099919ed3d150f (diff)
downloadgit-9385b5d7065351104c7bfd3d1e53a28207b8b7ed.tar.gz
git-9385b5d7065351104c7bfd3d1e53a28207b8b7ed.tar.xz
trailer: add data structures and basic functions
We will use a doubly linked list to store all information about trailers and their configuration. This way we can easily remove or add trailers to or from trailer lists while traversing the lists in either direction. 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 e0f15a3df..3cc71159f 100644
--- a/Makefile
+++ b/Makefile
@@ -763,6 +763,7 @@ LIB_OBJS += submodule.o
LIB_OBJS += symlinks.o
LIB_OBJS += tag.o
LIB_OBJS += trace.o
+LIB_OBJS += trailer.o
LIB_OBJS += transport.o
LIB_OBJS += transport-helper.o
LIB_OBJS += tree-diff.o