summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote-curl: don't request v2 when pushingbw/protocol-v2Brandon Williams2018-03-152-1/+34
* remote-curl: implement stateless-connect commandBrandon Williams2018-03-152-1/+251
* http: eliminate "# service" line when using protocol v2Brandon Williams2018-03-152-2/+9
* http: don't always add Git-Protocol headerBrandon Williams2018-03-152-17/+33
* http: allow providing extra headers for http requestsBrandon Williams2018-03-152-0/+15
* remote-curl: store the protocol version the server responded withBrandon Williams2018-03-151-1/+3
* remote-curl: create copy of the service nameBrandon Williams2018-03-151-2/+3
* pkt-line: add packet_buf_write_len functionBrandon Williams2018-03-152-0/+17
* transport-helper: introduce stateless-connectBrandon Williams2018-03-154-0/+50
* transport-helper: refactor process_connect_serviceBrandon Williams2018-03-151-29/+38
* transport-helper: remove name parameterBrandon Williams2018-03-151-3/+3
* connect: don't request v2 when pushingBrandon Williams2018-03-152-0/+32
* connect: refactor git_connect to only get the protocol version onceBrandon Williams2018-03-151-12/+15
* fetch-pack: support shallow requestsBrandon Williams2018-03-154-8/+105
* fetch-pack: perform a fetch using v2Brandon Williams2018-03-1510-48/+548
* upload-pack: introduce fetch server commandBrandon Williams2018-03-155-0/+400
* push: pass ref prefixes when pushingBrandon Williams2018-03-151-1/+28
* fetch: pass ref prefixes when fetchingBrandon Williams2018-03-151-1/+18
* ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams2018-03-154-2/+60
* transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-156-8/+21
* transport: convert get_refs_list to take a list of ref prefixesBrandon Williams2018-03-153-10/+24
* connect: request remote refs using v2Brandon Williams2018-03-156-11/+204
* ls-refs: introduce ls-refs server commandBrandon Williams2018-03-156-0/+261
* serve: introduce git-serveBrandon Williams2018-03-1510-0/+528
* test-pkt-line: introduce a packet-line test helperBrandon Williams2018-03-142-0/+65
* protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-149-0/+36
* transport: store protocol versionBrandon Williams2018-03-141-9/+26
* connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-147-29/+83
* connect: convert get_remote_heads to use struct packet_readerBrandon Williams2018-03-141-78/+95
* transport: use get_refs_via_connect to get refsBrandon Williams2018-03-141-14/+4
* upload-pack: factor out processing linesBrandon Williams2018-03-141-39/+74
* upload-pack: convert to a builtinBrandon Williams2018-03-146-83/+109
* pkt-line: add delim packet supportBrandon Williams2018-03-142-0/+19
* pkt-line: allow peeking a packet line without consuming itBrandon Williams2018-03-142-0/+108
* pkt-line: introduce packet_read_with_statusBrandon Williams2018-03-142-14/+53
* Git 2.16-rc0v2.16.0-rc0Junio C Hamano2017-12-282-1/+32
* Merge branch 'sb/describe-blob'Junio C Hamano2017-12-288-52/+277
|\
| * builtin/describe.c: describe a blobStefan Beller2017-12-193-7/+107
| * builtin/describe.c: factor out describe_commitStefan Beller2017-11-161-26/+37
| * builtin/describe.c: print debug statements earlierStefan Beller2017-11-161-1/+4
| * builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller2017-11-161-4/+4
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-165-1/+94
| * list-objects.c: factor out traverse_trees_and_blobsStefan Beller2017-11-031-19/+31
| * t6120: fix typo in test nameStefan Beller2017-11-031-1/+1
* | Merge branch 'hi/merge-verify-sig-config'Junio C Hamano2017-12-284-0/+132
|\ \
| * | t5573, t7612: clean up after unexpected success of 'pull' and 'merge'hi/merge-verify-sig-configJunio C Hamano2017-12-192-8/+17
| * | t: add tests for pull --verify-signaturesHans Jerry Illikainen2017-12-121-0/+78
| * | merge: add config option for verifySignaturesHans Jerry Illikainen2017-12-123-0/+45
* | | Merge branch 'ws/curl-http-proxy-over-https'Junio C Hamano2017-12-281-0/+5
|\ \ \
| * | | http: support CURLPROXY_HTTPSws/curl-http-proxy-over-httpsWei Shuyu2017-12-191-0/+5