commit c5621f1ccb44ea1d23cb07ba3c4429145e969570 from: Stefan Sperling date: Wed Mar 18 16:13:42 2020 UTC enable object CRC calculation in got-index-pack commit - f4d0a1a4708d18a8828a92ae0123d1300e4cacad commit + c5621f1ccb44ea1d23cb07ba3c4429145e969570 blob - a520e6ab167c3609a4e0ad87ff8d38d806f5f9ad blob + 0418b2da4cb3006d9ee541182e187be7ff6f5683 --- libexec/got-index-pack/got-index-pack.c +++ libexec/got-index-pack/got-index-pack.c @@ -533,11 +533,9 @@ index_pack(struct got_pack *pack, int idxfd, uint8_t * objects[i] = obj; - if (0) { err = object_crc(pack->fd, obj); if (err) goto done; - } if (obj->type == GOT_OBJ_TYPE_BLOB || obj->type == GOT_OBJ_TYPE_TREE ||