rdkrsr <rdkrsr@xxxxxxxxxxxxxx> writes: > I just fetched the sources without changing anything, but git diff > shows, that there are changes that are not yet updated (changed but not > updated: use git add to ...). Why is it like that? > > I use msysgit on windows, maybe that is one reason? Kernel source contains pairs of files whose names differ only by case. Windows cannot store such pairs (at least by default) and apparently there is no support for such a situation in git so you'll only get one file from each pair to your workspace and the other file is shown as modified. -- Hannu -- 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