diff options
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) |
