"Jason St. John" <jstjohn@xxxxxxxxxx> writes: >> int main(int argc, char **argv) >> { >> - char *sha1_dir = getenv(DB_ENVIRONMENT), *path; >> + char *sha1_dir, *path; >> int len, i; >> - >> + >> if (mkdir(".git", 0755) < 0) { >> ------------------------------------------------ >> > > I just noticed some trailing whitespace got stripped out here by my > text editor, and I'm not sure if this will break formatting. Should I > resubmit this patch without the above hunk? It is easy enough for me to edit it out from the patch just before applying, so no need to resend. Unless there are other necessary changes spotted by people who review the patch, that is. Please do not quote the entire mail without trimming it down to relevant parts. Thanks. -- 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