* Local uncommitted changes, not checked in to index with gitk
@ 2008-08-13 9:07 srinivas naga vutukuri
2008-08-13 11:36 ` Matthieu Moy
0 siblings, 1 reply; 6+ messages in thread
From: srinivas naga vutukuri @ 2008-08-13 9:07 UTC (permalink / raw)
To: git
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.
-srinivas.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Local uncommitted changes, not checked in to index with gitk
2008-08-13 9:07 Local uncommitted changes, not checked in to index with gitk srinivas naga vutukuri
@ 2008-08-13 11:36 ` Matthieu Moy
2008-08-13 12:53 ` srinivas naga vutukuri
0 siblings, 1 reply; 6+ messages in thread
From: Matthieu Moy @ 2008-08-13 11:36 UTC (permalink / raw)
To: srinivas naga vutukuri; +Cc: git
"srinivas naga vutukuri" <srinivas.vutukuri@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Local uncommitted changes, not checked in to index with gitk
2008-08-13 11:36 ` Matthieu Moy
@ 2008-08-13 12:53 ` srinivas naga vutukuri
2008-08-13 13:49 ` Matthieu Moy
2008-08-13 14:19 ` Johannes Sixt
0 siblings, 2 replies; 6+ messages in thread
From: srinivas naga vutukuri @ 2008-08-13 12:53 UTC (permalink / raw)
To: Matthieu Moy; +Cc: git
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@imag.fr> wrote:
> "srinivas naga vutukuri" <srinivas.vutukuri@gmail.com> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Local uncommitted changes, not checked in to index with gitk
2008-08-13 12:53 ` srinivas naga vutukuri
@ 2008-08-13 13:49 ` Matthieu Moy
2008-08-13 14:19 ` Johannes Sixt
1 sibling, 0 replies; 6+ messages in thread
From: Matthieu Moy @ 2008-08-13 13:49 UTC (permalink / raw)
To: srinivas naga vutukuri; +Cc: git
"srinivas naga vutukuri" <srinivas.vutukuri@gmail.com> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Local uncommitted changes, not checked in to index with gitk
2008-08-13 12:53 ` srinivas naga vutukuri
2008-08-13 13:49 ` Matthieu Moy
@ 2008-08-13 14:19 ` Johannes Sixt
2008-08-13 15:52 ` srinivas naga vutukuri
1 sibling, 1 reply; 6+ messages in thread
From: Johannes Sixt @ 2008-08-13 14:19 UTC (permalink / raw)
To: srinivas naga vutukuri; +Cc: Matthieu Moy, git
srinivas naga vutukuri schrieb:
> 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
...
You are on a case-insensitive file system. The linux kernel source
requires a case-sensitive file system because the sources contain both of
these files:
include/linux/netfilter/xt_connmark.h
include/linux/netfilter/xt_CONNMARK.h
(ditto for the other cases that you observed).
-- Hannes
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Local uncommitted changes, not checked in to index with gitk
2008-08-13 14:19 ` Johannes Sixt
@ 2008-08-13 15:52 ` srinivas naga vutukuri
0 siblings, 0 replies; 6+ messages in thread
From: srinivas naga vutukuri @ 2008-08-13 15:52 UTC (permalink / raw)
To: Johannes Sixt; +Cc: git
Yes, you are right, am using cygwin, without having the point in mind,
i simply thought some thing is going wrong on the git side, I just
compared with the gitweb copy on the kernel.org.
I just seen in the cygwin faqs, could possibility of case sensitive
managed mount in cygwin,
have to see if can achieve that.
And thanks for giving clarity.
-srinivas.
On Wed, Aug 13, 2008 at 7:49 PM, Johannes Sixt <j.sixt@viscovery.net> wrote:
> srinivas naga vutukuri schrieb:
>> 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
> ...
>
> You are on a case-insensitive file system. The linux kernel source
> requires a case-sensitive file system because the sources contain both of
> these files:
>
> include/linux/netfilter/xt_connmark.h
> include/linux/netfilter/xt_CONNMARK.h
>
> (ditto for the other cases that you observed).
>
> -- Hannes
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-08-13 15:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 9:07 Local uncommitted changes, not checked in to index with gitk srinivas naga vutukuri
2008-08-13 11:36 ` Matthieu Moy
2008-08-13 12:53 ` srinivas naga vutukuri
2008-08-13 13:49 ` Matthieu Moy
2008-08-13 14:19 ` Johannes Sixt
2008-08-13 15:52 ` srinivas naga vutukuri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).