Sergio <sergio.callegari@xxxxxxxxx> writes: > if you have a submodule and the submodule contains > untracked files, "git status" in 1.7.0 keeps showing > the module as modified. > > But of of course it is useless to "git add" the module > or to try to "git commit -a", since the index entry is ok Of course it is useless to "git add" in the superproject, and this is an intended bugfix. You are getting reminded that you either forgot to "git add" that file in the submodule, or you forgot to add that file to .gitignore in the submodule. -- 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