diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-10-12 14:52:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-10-12 18:13:24 +0200 |
commit | 9424e373fd2136aa7f5cec23c8cafc272996ecd6 (patch) | |
tree | 85ca81d76f54a749060acad6c4de0564213a2cf8 /git-p4.py | |
parent | bundle-uri: create base key-value pair parsing (diff) | |
download | git-9424e373fd2136aa7f5cec23c8cafc272996ecd6.tar.xz git-9424e373fd2136aa7f5cec23c8cafc272996ecd6.zip |
bundle-uri: create "key=value" line parsing
When advertising a bundle list over Git's protocol v2, we will use
packet lines. Each line will be of the form "key=value" representing a
bundle list. Connect the API necessary for Git's transport to the
key-value pair parsing created in the previous change.
We are not currently implementing this protocol v2 functionality, but
instead preparing to expose this parsing to be unit-testable.
Co-authored-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-p4.py')
0 files changed, 0 insertions, 0 deletions