Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 22:36:28 +0300
committerJunio C Hamano <gitster@pobox.com>2020-09-22 22:36:28 +0300
commitc9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch)
tree2d3251f00549d0455a0b1ab04587d381a44ee05c /Makefile
parentb7e65b51e53bd43e937bd6238b9ee81412d9080c (diff)
parent4441f4270758042cc38ce8c04e4350ada743b28a (diff)
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