summaryrefslogtreecommitdiff
path: root/t/t5702-protocol-v2.sh
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-0/+14
2018-05-30Merge branch 'jt/partial-clone-proto-v2'Libravatar Junio C Hamano1-0/+112
2018-05-18fetch: generate ref-prefixes when using a configured refspecLibravatar Brandon Williams1-0/+14
2018-05-06{fetch,upload}-pack: support filter in protocol v2Libravatar Jonathan Tan1-0/+98
2018-05-06upload-pack: read config when serving protocol v2Libravatar Jonathan Tan1-0/+14
2018-04-24fetch: send server options when using protocol v2Libravatar Brandon Williams1-0/+16
2018-04-24ls-remote: send server options when using protocol v2Libravatar Brandon Williams1-0/+16
2018-03-15remote-curl: don't request v2 when pushingLibravatar Brandon Williams1-0/+24
2018-03-15remote-curl: implement stateless-connect commandLibravatar Brandon Williams1-0/+45
2018-03-15connect: don't request v2 when pushingLibravatar Brandon Williams1-0/+24
2018-03-15fetch-pack: perform a fetch using v2Libravatar Brandon Williams1-0/+97
2018-03-15ls-remote: pass ref prefixes when requesting a remote's refsLibravatar Brandon Williams1-0/+26
2018-03-15connect: request remote refs using v2Libravatar Brandon Williams1-0/+57