"srinivas naga vutukuri" [off-list ref] 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