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