]> git.ipfire.org Git - thirdparty/git.git/history - bundle-uri.c
bundle: add flags to verify_bundle()
[thirdparty/git.git] / bundle-uri.c
2022-10-12  Derrick Stoleebundle: add flags to verify_bundle()
2022-10-12  Derrick Stoleebundle-uri: fetch a list of bundles
2022-10-12  Derrick Stoleebundle-uri: limit recursion depth for bundle lists
2022-10-12  Derrick Stoleebundle-uri: parse bundle list in config format
2022-10-12  Ævar Arnfjörð Bjar... bundle-uri: unit test "key=value" parsing
2022-10-12  Ævar Arnfjörð Bjar... bundle-uri: create "key=value" line parsing
2022-10-12  Derrick Stoleebundle-uri: create base key-value pair parsing
2022-10-12  Derrick Stoleebundle-uri: create bundle_list struct and helpers
2022-10-12  Derrick Stoleebundle-uri: use plain string in find_temp_filename()
2022-08-24  Junio C HamanoMerge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3
2022-08-10  Derrick Stoleebundle-uri: add support for http(s):// and file://
2022-08-10  Derrick Stoleebundle-uri: create basic file-copy logic