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>2021-05-14 02:26:08 +0300
committerJunio C Hamano <gitster@pobox.com>2021-05-14 02:26:08 +0300
commiteede71149ec0e03eeb4d469e18d16ff4def1cd35 (patch)
tree1bdea2af6558d1ad5b8da5b5baf588d5fce30b19 /Makefile
parentdaffa8961bdd19c5aa66849d801162ef47432826 (diff)
parenta2ba162cda2acc171c3e36acbbc854792b093cb7 (diff)
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 93664d6714..3a2d3c80a8 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