"srinivas naga vutukuri" <srinivas.vutukuri@xxxxxxxxx> writes: > Actually am doing around the 2.6 linux kernel git, and once cloned > using rsync url > and then done couple of times the git pull, to sync to the latest to the remote. > > I just done "git status", Its giving the following output. But i > have't done around these files anything at all, not opened, etc. You probably updated the .git/ directory without updating the working tree. Normally, "git pull" does not do that, so I don't know what's wrong. Can you provide exactly the way to reproduce? i.e. stg like $ git status # nothing $ git pull $ git status # something -- Matthieu -- 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