summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-13 23:26:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-13 23:26:08 (GMT)
commiteede71149ec0e03eeb4d469e18d16ff4def1cd35 (patch)
tree1bdea2af6558d1ad5b8da5b5baf588d5fce30b19 /Makefile
parentdaffa8961bdd19c5aa66849d801162ef47432826 (diff)
parenta2ba162cda2acc171c3e36acbbc854792b093cb7 (diff)
downloadgit-eede71149ec0e03eeb4d469e18d16ff4def1cd35.zip
git-eede71149ec0e03eeb4d469e18d16ff4def1cd35.tar.gz
git-eede71149ec0e03eeb4d469e18d16ff4def1cd35.tar.bz2
Merge branch 'ba/object-info'
Over-the-wire protocol learns a new request type to ask for object sizes given a list of object names. * ba/object-info: object-info: support for retrieving object info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93664d6..3a2d3c8 100644
--- a/Makefile
+++ b/Makefile
@@ -963,6 +963,7 @@ LIB_OBJS += progress.o
LIB_OBJS += promisor-remote.o
LIB_OBJS += prompt.o
LIB_OBJS += protocol.o
+LIB_OBJS += protocol-caps.o
LIB_OBJS += prune-packed.o
LIB_OBJS += quote.o
LIB_OBJS += range-diff.o