All, In compiling sha1.c for a micro-controller and testing it I noticed that many of the types of the fields and local variables aren't portable. Much of git appears to use uint32_t and the like when the size of the variable "matters". If a patch was provided to make sha1.[ch] portable in terms of the types used would it be accepted? Of course the resulting code would be regression tested prior to submission. I google'd a little bit but didn't find any prior questions in a similar vein (sorry if I missed it). Regards, Bill -- 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