diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:38:21 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:38:21 +0000 |
| commit | 3f74ababf338d65ac5e29e7eb5541ce416b7fe75 (patch) | |
| tree | 3e06696a1833db776a7d1908dd2812dcbe86f6a7 /tests/git_clone.rs | |
| parent | c15215d704117d1035806e3b5f71afc19f5516a8 (diff) | |
add git http advertisment allow-reachable-sha1-in-want and allow-tip-sha1-in-want
Diffstat (limited to 'tests/git_clone.rs')
| -rw-r--r-- | tests/git_clone.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/git_clone.rs b/tests/git_clone.rs index 076a4d6..c6be3f6 100644 --- a/tests/git_clone.rs +++ b/tests/git_clone.rs | |||
| @@ -63,4 +63,5 @@ macro_rules! isolated_test { | |||
| 63 | 63 | ||
| 64 | // Generate isolated tests for all git clone tests | 64 | // Generate isolated tests for all git clone tests |
| 65 | isolated_test!(test_basic_git_clone); | 65 | isolated_test!(test_basic_git_clone); |
| 66 | isolated_test!(test_clone_url_format); \ No newline at end of file | 66 | isolated_test!(test_clone_url_format); |
| 67 | isolated_test!(test_sha1_capabilities_advertised); \ No newline at end of file | ||