Am 6/16/2011 5:33, schrieb viresh kumar: > And i wanted just linux source on windows, i will not be creating any patches from > windows. Just needed code for reference. If you only want to peek into the files, you don't need the files checked out. Just have them in a bare repository and use, e.g., git show master:mm/vmalloc.c You can also use a sparse checkout to omit the questionable files from the checkout. See man git-read-tree. -- 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