summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-09-22 12:36:28 -0700
commitc9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch)
tree2d3251f00549d0455a0b1ab04587d381a44ee05c /Makefile
parentMerge branch 'jt/threaded-index-pack' (diff)
parentrefs: add GIT_TRACE_REFS debugging mechanism (diff)
downloadtgif-c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb.tar.xz
Merge branch 'hn/refs-trace-backend'
Developer support. * hn/refs-trace-backend: refs: add GIT_TRACE_REFS debugging mechanism
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c651428c59..92d188fd37 100644
--- a/Makefile
+++ b/Makefile
@@ -955,6 +955,7 @@ LIB_OBJS += rebase.o
LIB_OBJS += ref-filter.o
LIB_OBJS += reflog-walk.o
LIB_OBJS += refs.o
+LIB_OBJS += refs/debug.o
LIB_OBJS += refs/files-backend.o
LIB_OBJS += refs/iterator.o
LIB_OBJS += refs/packed-backend.o