2012/3/5 Junio C Hamano <gitster@xxxxxxxxx>: > Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > >> +static int write_blob(const unsigned char *sha1) >> +{ >> + unsigned char new_sha1[20]; >> + >> + if (sha1_object_info(sha1, NULL) == OBJ_TAG) { > > Hrm, didn't I say that it tastes bad for a function write_blob() to have > to worry about OBJ_TAG already? My bad. Reworked, added another test case for the dereference case, and clone exceeded memory limit again due to new test case :( Will need some more work on this. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html