* Aaron Gray: > I have a very large C source project that I am converting from C to C++. > > Is it posssible to track changes with renamed files in GIT ? You don't need to rename the files if you compile them using g++. If you still want to rename them, most history-related GIT commands accept an -M switch which enables rename ("move") detection. - 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