diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-07-15 14:31:01 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-15 14:31:01 -0700 |
| commit | a6b007093a704324161fbf37c0c5bded1203d84a (patch) | |
| tree | d35981c46cb19e0609d073719be6b384ec914b60 /serve.c | |
| parent | 16bd9f20a403117f2e0d9bcda6c6e621d3763e77 (diff) | |
| parent | c79bb70a2e7d9158ec165ea16ad45371cd6e350d (diff) | |
| download | git-a6b007093a704324161fbf37c0c5bded1203d84a.tar.gz | |
Merge branch 'bc/use-sha256-by-default-in-3.0' into kl/test-installed-fix
Diffstat (limited to 'serve.c')
| -rw-r--r-- | serve.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ static int advertise_sid = -1; static int advertise_object_info = -1; -static int client_hash_algo = GIT_HASH_SHA1; +static int client_hash_algo = GIT_HASH_SHA1_LEGACY; static int always_advertise(struct repository *r UNUSED, struct strbuf *value UNUSED) |
