aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-26 18:10:23 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-26 18:10:23 -0800
commitb4385bf016d0d4b8e9bea6564e2d727082067f69 (patch)
tree969b434f3333b5dafbb8077b095d116362674f87 /Makefile
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0 (diff)
parent8a0bebdeaec60623c8a791b197d574bdd031a452 (diff)
downloadgit-b4385bf016d0d4b8e9bea6564e2d727082067f69.tar.gz
Merge branch 'ps/reftable-backend'
Integrate the reftable code into the refs framework as a backend. * ps/reftable-backend: refs/reftable: fix leak when copying reflog fails ci: add jobs to test with the reftable backend refs: introduce reftable backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78e874099d..4e255c81f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1126,6 +1126,7 @@ LIB_OBJS += reflog.o
LIB_OBJS += refs.o
LIB_OBJS += refs/debug.o
LIB_OBJS += refs/files-backend.o
+LIB_OBJS += refs/reftable-backend.o
LIB_OBJS += refs/iterator.o
LIB_OBJS += refs/packed-backend.o
LIB_OBJS += refs/ref-cache.o