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. ------------- # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: include/linux/netfilter/xt_connmark.h # modified: include/linux/netfilter/xt_dscp.h # modified: include/linux/netfilter/xt_mark.h # modified: include/linux/netfilter/xt_rateest.h # modified: include/linux/netfilter/xt_tcpmss.h # modified: include/linux/netfilter_ipv4/ipt_connmark.h # modified: include/linux/netfilter_ipv4/ipt_dscp.h # modified: include/linux/netfilter_ipv4/ipt_ecn.h # modified: include/linux/netfilter_ipv4/ipt_mark.h # modified: include/linux/netfilter_ipv4/ipt_tcpmss.h # modified: include/linux/netfilter_ipv4/ipt_tos.h # modified: include/linux/netfilter_ipv4/ipt_ttl.h # modified: include/linux/netfilter_ipv6/ip6t_hl.h # modified: include/linux/netfilter_ipv6/ip6t_mark.h # modified: net/ipv4/netfilter/ipt_ecn.c # modified: net/ipv4/netfilter/ipt_ttl.c # modified: net/ipv6/netfilter/ip6t_hl.c # modified: net/netfilter/xt_connmark.c # modified: net/netfilter/xt_dscp.c # modified: net/netfilter/xt_mark.c # modified: net/netfilter/xt_rateest.c # modified: net/netfilter/xt_tcpmss.c # no changes added to commit (use "git add" and/or "git commit -a") --------------- -srinivas. On Wed, Aug 13, 2008 at 5:06 PM, Matthieu Moy <Matthieu.Moy@xxxxxxx> wrote: > "srinivas naga vutukuri" <srinivas.vutukuri@xxxxxxxxx> writes: > >> just cloning any git repository, next time onwards after pulling >> changes, the gitk is showing >> at the top "Local uncommitted changes, not checked in to index". Why >> it is happening. > > What do "git status" and "git diff" say? > > -- > 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