diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-25 01:05:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-25 01:05:16 +0200 |
commit | f677f62970eed0f4b1a9075bcaf3f9f64027f30e (patch) | |
tree | 88b95904348139c16b507c8199ed7407819519f7 /Makefile | |
parent | The fourteenth batch (diff) | |
parent | clone: warn on failure to repo_init() (diff) | |
download | git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |