Re: Local uncommitted changes, not checked in to index with gitk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux