summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2018-04-02 16:34:19 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-04-02 14:27:38 -0700
commit08fd81c9b6495a395a527985d18aa51c4ae66cdc (patch)
treefe90797b9eefe0b8cd39817d08ae0f327793f01d /Makefile
parentcommit-graph: create git-commit-graph builtin (diff)
downloadtgif-08fd81c9b6495a395a527985d18aa51c4ae66cdc.tar.xz
commit-graph: implement write_commit_graph()
Teach Git to write a commit graph file by checking all packed objects to see if they are commits, then store the file in the given object directory. Helped-by: Jeff King <peff@peff.net> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> 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 2e4956f0a3..bf91b2dfae 100644
--- a/Makefile
+++ b/Makefile
@@ -771,6 +771,7 @@ LIB_OBJS += color.o
LIB_OBJS += column.o
LIB_OBJS += combine-diff.o
LIB_OBJS += commit.o
+LIB_OBJS += commit-graph.o
LIB_OBJS += compat/obstack.o
LIB_OBJS += compat/terminal.o
LIB_OBJS += config.o