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? -- 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