diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
commit | c9a04f036f6d52a2bca1c41bda6ecc1633c8e4cb (patch) | |
tree | 2d3251f00549d0455a0b1ab04587d381a44ee05c /Makefile | |
parent | Merge branch 'jt/threaded-index-pack' (diff) | |
parent | refs: add GIT_TRACE_REFS debugging mechanism (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |