summaryrefslogtreecommitdiff
path: root/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25protocol: re-enable v2 protocol by defaultLibravatar Jeff King1-5/+1
2020-08-14config: fix leaks from git_config_get_string_const()Libravatar Jeff King1-1/+1
2020-05-21config: let feature.experimental imply protocol.version=2Libravatar Jonathan Nieder1-0/+4
2020-04-22Revert "fetch: default to protocol version 2"Libravatar Jonathan Nieder1-1/+1
2020-01-15fetch: default to protocol version 2Libravatar Jonathan Nieder1-1/+1
2020-01-15protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSIONLibravatar Jonathan Nieder1-6/+5
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONLibravatar Jonathan Tan1-2/+15
2018-03-14protocol: introduce enum protocol_version value protocol_v2Libravatar Brandon Williams1-0/+2
2017-10-17protocol: introduce protocol extension mechanismsLibravatar Brandon Williams1-0/+79