diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2014-10-13 20:16:23 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-13 13:55:26 -0700 |
commit | 9385b5d7065351104c7bfd3d1e53a28207b8b7ed (patch) | |
tree | b116c13bdac82c874bcb0be28215543fec1fe2ce /Makefile | |
parent | Update draft release notes to 2.2 (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |