On 8/14/06, David Rientjes <rientjes@xxxxxxxxxx> wrote:
Makes upload_pack void and removes conditional return.
-static int upload_pack(void) +static void upload_pack(void)
I don't know for sure, but I'm guessing the intention was to be able to return a failing code /if/ there ever was a condition where upload_pack() would fail, e.g., if send_ref() would return a status code instead of die():ing if it can't parse the given sha1. In a future libification, the change of return type may have to be reverted. nikolai - 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