]> git.ipfire.org Git - thirdparty/git.git/blobdiff - upload-pack.c
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / upload-pack.c
index abadc930132dcbc3cd1db74c7b5b6630e2fa4f47..e19583ae0fbebbdf6f9d6f4c89580332a8a16307 100644 (file)
@@ -493,7 +493,7 @@ static int got_oid(struct upload_pack_data *data,
 
 static int ok_to_give_up(struct upload_pack_data *data)
 {
-       uint32_t min_generation = GENERATION_NUMBER_ZERO;
+       timestamp_t min_generation = GENERATION_NUMBER_ZERO;
 
        if (!data->have_obj.nr)
                return 0;