Merge branch 'bw/protocol-v2' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 21:18:52 +0000 (13:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 21:18:52 +0000 (13:18 -0800)
commit68ea7305877995e694d7740492722d0d751eaaeb
tree8256bc775980a7c1bdcec1f148ff920824d1d3c9
parente17ac509720d400c031473d9aa2ad2fc20ff2800
parent5bdc5d8fbbc6ffc70159344b54a303a6f3334d9b
Merge branch 'bw/protocol-v2' into jch

The beginning of the next-gen transfer protocol.

* bw/protocol-v2: (35 commits)
  remote-curl: don't request v2 when pushing
  remote-curl: implement stateless-connect command
  http: don't always add Git-Protocol header
  http: allow providing extra headers for http requests
  remote-curl: store the protocol version the server responded with
  remote-curl: create copy of the service name
  pkt-line: add packet_buf_write_len function
  transport-helper: introduce stateless-connect
  transport-helper: refactor process_connect_service
  transport-helper: remove name parameter
  connect: don't request v2 when pushing
  connect: refactor git_connect to only get the protocol version once
  fetch-pack: support shallow requests
  upload-pack: support shallow requests
  fetch-pack: perform a fetch using v2
  upload-pack: introduce fetch server command
  push: pass ref patterns when pushing
  fetch: pass ref patterns when fetching
  ls-remote: pass ref patterns when requesting a remote's refs
  transport: convert transport_get_remote_refs to take a list of ref patterns
  ...
15 files changed:
Makefile
builtin/clone.c
builtin/fetch-pack.c
builtin/fetch.c
builtin/receive-pack.c
fetch-pack.c
fetch-pack.h
git.c
http.c
remote-curl.c
remote.h
transport-helper.c
transport.c
transport.h
upload-pack.c