aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren1-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2021-08-10connect, protocol: log negotiated protocol versionJosh Steadmon1-0/+2
2020-09-25protocol: re-enable v2 protocol by defaultJeff King1-5/+1
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King1-1/+1
2020-05-21config: let feature.experimental imply protocol.version=2Jonathan Nieder1-0/+4
2020-04-22Revert "fetch: default to protocol version 2"Jonathan Nieder1-1/+1
2020-01-15fetch: default to protocol version 2Jonathan Nieder1-1/+1
2020-01-15protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSIONJonathan Nieder1-6/+5
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan1-2/+15
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams1-0/+2
2017-10-17protocol: introduce protocol extension mechanismsBrandon Williams1-0/+79