| Commit message (Expand) | Author | Age | Files | Lines |
* | remote-curl: use post_rpc() for protocol v2 also | Jonathan Tan | 2019-03-03 | 1 | -1/+32 |
* | Merge branch 'jt/namespaced-ls-refs-fix' | Junio C Hamano | 2019-02-05 | 1 | -0/+21 |
|\ |
|
| * | ls-refs: filter refs using namespace-stripped name | Jonathan Tan | 2019-01-18 | 1 | -0/+21 |
* | | Merge branch 'jt/fetch-v2-sideband' | Junio C Hamano | 2019-02-05 | 1 | -2/+2 |
|\ \ |
|
| * | | tests: define GIT_TEST_SIDEBAND_ALL | Jonathan Tan | 2019-01-17 | 1 | -2/+2 |
| |/ |
|
* | | upload-pack: teach deepen-relative in protocol v2 | Jonathan Tan | 2019-01-10 | 1 | -0/+29 |
* | | fetch-pack: do not take shallow lock unnecessarily | Jonathan Tan | 2019-01-10 | 1 | -0/+18 |
|/ |
|
* | Merge branch 'jt/tighten-fetch-proto-v2-response' | Junio C Hamano | 2018-11-13 | 1 | -0/+50 |
|\ |
|
| * | fetch-pack: be more precise in parsing v2 response | Jonathan Tan | 2018-11-01 | 1 | -0/+50 |
* | | Merge branch 'jt/upload-pack-v2-fix-shallow' | Junio C Hamano | 2018-11-06 | 1 | -0/+25 |
|\ \
| |/
|/| |
|
| * | upload-pack: clear flags before each v2 request | Jonathan Tan | 2018-10-19 | 1 | -0/+25 |
* | | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 2018-10-19 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | fetch: do not list refs if fetching only hashes | Jonathan Tan | 2018-10-07 | 1 | -0/+13 |
| * | transport: do not list refs if possible | Jonathan Tan | 2018-10-07 | 1 | -0/+4 |
* | | Merge branch 'md/test-cleanup' | Junio C Hamano | 2018-10-16 | 1 | -7/+7 |
|\ \ |
|
| * | | tests: order arguments to git-rev-list properly | Matthew DeVore | 2018-10-07 | 1 | -2/+2 |
| * | | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 2018-10-07 | 1 | -5/+5 |
| |/ |
|
* | | t/helper: merge test-pkt-line into test-tool | Nguyễn Thái Ngọc Duy | 2018-09-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jt/tag-following-with-proto-v2-fix' | Junio C Hamano | 2018-08-15 | 1 | -3/+68 |
|\ |
|
| * | fetch: send "refs/tags/" prefix upon CLI refspecs | Jonathan Tan | 2018-07-24 | 1 | -3/+21 |
| * | t5702: test fetch with multiple refspecs at a time | Jonathan Tan | 2018-07-24 | 1 | -0/+47 |
* | | clone: send ref-prefixes when using protocol v2 | Brandon Williams | 2018-07-20 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 2018-05-30 | 1 | -0/+14 |
|\ |
|
| * | fetch: generate ref-prefixes when using a configured refspec | Brandon Williams | 2018-05-18 | 1 | -0/+14 |
* | | Merge branch 'jt/partial-clone-proto-v2' | Junio C Hamano | 2018-05-30 | 1 | -0/+112 |
|\ \ |
|
| * | | {fetch,upload}-pack: support filter in protocol v2 | Jonathan Tan | 2018-05-06 | 1 | -0/+98 |
| * | | upload-pack: read config when serving protocol v2 | Jonathan Tan | 2018-05-06 | 1 | -0/+14 |
| |/ |
|
* | | fetch: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -0/+16 |
* | | ls-remote: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -0/+16 |
|/ |
|
* | remote-curl: don't request v2 when pushingbw/protocol-v2 | Brandon Williams | 2018-03-15 | 1 | -0/+24 |
* | remote-curl: implement stateless-connect command | Brandon Williams | 2018-03-15 | 1 | -0/+45 |
* | connect: don't request v2 when pushing | Brandon Williams | 2018-03-15 | 1 | -0/+24 |
* | fetch-pack: perform a fetch using v2 | Brandon Williams | 2018-03-15 | 1 | -0/+97 |
* | ls-remote: pass ref prefixes when requesting a remote's refs | Brandon Williams | 2018-03-15 | 1 | -0/+26 |
* | connect: request remote refs using v2 | Brandon Williams | 2018-03-15 | 1 | -0/+57 |