summaryrefslogtreecommitdiffstats
path: root/protocol.c
AgeCommit message (Expand)AuthorLines
2021-08-10connect, protocol: log negotiated protocol versionJosh Steadmon-0/+2
2020-09-25protocol: re-enable v2 protocol by defaultJeff King-5/+1
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King-1/+1
2020-05-21config: let feature.experimental imply protocol.version=2Jonathan Nieder-0/+4
2020-04-22Revert "fetch: default to protocol version 2"Jonathan Nieder-1/+1
2020-01-15fetch: default to protocol version 2Jonathan Nieder-1/+1
2020-01-15protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSIONJonathan Nieder-6/+5
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan-2/+15
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams-0/+2
2017-10-17protocol: introduce protocol extension mechanismsBrandon Williams-0/+79