Commits on Source (3)
-
In Git's packfile transfer protocol[1], the initial server response contains the version of the Git Protocol in use; version 1 or version 2 [2]. Parse out this information following up on work started in MR !805 [3] by Izabela Bakollari and advice provided by Ronnie Sahlberg, add it as a field for ease of reading and filtering. [1] https://www.kernel.org/pub/software/scm/git/docs/technical/pack-protocol.html [2] https://www.kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html [3] !805 Related to #17093
-
João Valverde authored
Replace the somewhat weird field format "[Checksum: [missing]]" with "Checksum: 0x0000 [ignored or illegal value]" Improve code redability and fix XXX comment.