Johannes Schindelin schrieb: > @@ -69,18 +63,16 @@ int cmd_commit_tree(int argc, const char **argv, const char *prefix) > > check_valid(tree_sha1, OBJ_TREE); > for (i = 2; i < argc; i += 2) { > + unsigned char sha1[40]; unsigned char sha1[20]; is sufficient here, /me thinks. -- Hannes -- 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