summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-25 01:05:16 +0200
committerJunio C Hamano <gitster@pobox.com>2022-08-25 01:05:16 +0200
commitf677f62970eed0f4b1a9075bcaf3f9f64027f30e (patch)
tree88b95904348139c16b507c8199ed7407819519f7 /Makefile
parentThe fourteenth batch (diff)
parentclone: warn on failure to repo_init() (diff)
downloadgit-f677f62970eed0f4b1a9075bcaf3f9f64027f30e.tar.xz
git-f677f62970eed0f4b1a9075bcaf3f9f64027f30e.zip
Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3
* ds/bundle-uri-clone: clone: warn on failure to repo_init() clone: --bundle-uri cannot be combined with --depth bundle-uri: add support for http(s):// and file:// clone: add --bundle-uri option bundle-uri: create basic file-copy logic remote-curl: add 'get' capability
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8adeb09f1..7320bee9c9 100644
--- a/Makefile
+++ b/Makefile
@@ -906,6 +906,7 @@ LIB_OBJS += blob.o
LIB_OBJS += bloom.o
LIB_OBJS += branch.o
LIB_OBJS += bulk-checkin.o
+LIB_OBJS += bundle-uri.o
LIB_OBJS += bundle.o
LIB_OBJS += cache-tree.o
LIB_OBJS += cbtree.o