Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | connect, protocol: log negotiated protocol version | Josh Steadmon | 2021-08-10 | 1 | -0/+2 |
* | protocol: re-enable v2 protocol by default | Jeff King | 2020-09-25 | 1 | -5/+1 |
* | config: fix leaks from git_config_get_string_const() | Jeff King | 2020-08-14 | 1 | -1/+1 |
* | config: let feature.experimental imply protocol.version=2 | Jonathan Nieder | 2020-05-21 | 1 | -0/+4 |
* | Revert "fetch: default to protocol version 2" | Jonathan Nieder | 2020-04-22 | 1 | -1/+1 |
* | fetch: default to protocol version 2 | Jonathan Nieder | 2020-01-15 | 1 | -1/+1 |
* | protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSION | Jonathan Nieder | 2020-01-15 | 1 | -6/+5 |
* | tests: define GIT_TEST_PROTOCOL_VERSION | Jonathan Tan | 2019-03-07 | 1 | -2/+15 |
* | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 2018-03-14 | 1 | -0/+2 |
* | protocol: introduce protocol extension mechanisms | Brandon Williams | 2017-10-17 | 1 | -0/+79 |