]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/bundle-uri-clone'
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Sep 2022 20:40:17 +0000 (13:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Sep 2022 20:40:17 +0000 (13:40 -0700)
commit68ef0425d99cafb08f4c33eaa558505068fe2143
treef9a0229380b5770646c029ce7fa1baad0dcf337e
parentd42b38dfb5edf1a7fddd9542d722f91038407819
parent65da93891680edc0d1471d436d92d4da7d0b4465
Merge branch 'ds/bundle-uri-clone'

Implement "git clone --bundle-uri".

* 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
Makefile