]> git.ipfire.org Git - thirdparty/git.git/commit
bundle-uri: parse bundle.<id>.creationToken values
authorDerrick Stolee <derrickstolee@github.com>
Tue, 31 Jan 2023 13:29:13 +0000 (13:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jan 2023 16:57:48 +0000 (08:57 -0800)
commit512fccf8a503bd8617fe46cb62c77480b83fbaea
tree0a9357389668dcf3422c38c133ed6991abbba6ae
parentc93c3d2fa42bec64948441cb339d78e2044ff9a3
bundle-uri: parse bundle.<id>.creationToken values

The previous change taught Git to parse the bundle.heuristic value,
especially when its value is "creationToken". Now, teach Git to parse
the bundle.<id>.creationToken values on each bundle in a bundle list.

Before implementing any logic based on creationToken values for the
creationToken heuristic, parse and print these values for testing
purposes.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle-uri.c
bundle-uri.h
t/t5750-bundle-uri-parse.sh