From: Johannes Sixt <j.sixt@viscovery.net>
To: srinivas naga vutukuri <srinivas.vutukuri@gmail.com>
Cc: Matthieu Moy <Matthieu.Moy@imag.fr>, git@vger.kernel.org
Subject: Re: Local uncommitted changes, not checked in to index with gitk
Date: Wed, 13 Aug 2008 16:19:44 +0200 [thread overview]
Message-ID: <48A2ED80.5000808@viscovery.net> (raw)
In-Reply-To: <ace3f33d0808130553g318ce97gf654c3f998d4047a@mail.gmail.com>
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
next prev parent reply other threads:[~2008-08-13 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2008-08-13 15:52 ` srinivas naga vutukuri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48A2ED80.5000808@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=Matthieu.Moy@imag.fr \
--cc=git@vger.kernel.org \
--cc=srinivas.vutukuri@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.