diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-05-14 08:26:08 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-14 08:26:08 +0900 |
commit | eede71149ec0e03eeb4d469e18d16ff4def1cd35 (patch) | |
tree | 1bdea2af6558d1ad5b8da5b5baf588d5fce30b19 /Makefile | |
parent | Merge branch 'pw/patience-diff-clean-up' (diff) | |
parent | object-info: support for retrieving object info (diff) | |
download | tgif-eede71149ec0e03eeb4d469e18d16ff4def1cd35.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |