On Fri, Oct 19, 2012 at 5:13 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > I actually hate "include/git.h vs src/git.c"; you have distinction > between .c and .h already. Which distinction are you talking about? This is not an issue of header file versus source file, but a public header file to be included by external projects versus internal header files that are intended to be included only by git itself and that will probably live under src/ directory. -- 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