summaryrefslogtreecommitdiff
path: root/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* connect, protocol: log negotiated protocol versionJosh Steadmon2021-08-101-0/+2
* protocol: re-enable v2 protocol by defaultJeff King2020-09-251-5/+1
* config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
* config: let feature.experimental imply protocol.version=2Jonathan Nieder2020-05-211-0/+4
* Revert "fetch: default to protocol version 2"Jonathan Nieder2020-04-221-1/+1
* fetch: default to protocol version 2Jonathan Nieder2020-01-151-1/+1
* protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSIONJonathan Nieder2020-01-151-6/+5
* tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan2019-03-071-2/+15
* protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+2
* protocol: introduce protocol extension mechanismsBrandon Williams2017-10-171-0/+79