2011/2/18 Jonathan Nieder <jrnieder@xxxxxxxxx>: > Move most of git's header files to an include/ subdirectory. > This leaves us with 71 fewer files in the toplevel directory, > making the high-level structure of the codebase a little easier > to see. > > Three headers stay behind, at least for now: git-compat-util.h, > strbuf.h, and cache.h are referred to by some system-specific code > (in compat/) using paths starting with "..". ÂMaking these three core > headers especially visible doesn't seem like a bad idea, anyway. Perhaps it's time to split a large portion of cache.h to libgit.h and make cache.h include libgit.h. cache.h and git-compat-util.h at topdir is ok to me. strbuf.h should go to libgit though, imo. > Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> -- Duy -- 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