On Fri, Sep 12, 2008 at 12:16:42PM +0800, Peter Helfer wrote: > results in ''fatal: Entry 'include/linux/netfilter/xt_CONNMARK.h' not > uptodate. Cannot merge.''
> As I am totally a newbie to using git - whats the quick fixup procedure, so > I can test the patches ? Are you using a non-case sensitive filesystem? The Linux kernel relies on a case sensitive (not just case preserving) filesystem since there are header files like the above which differ only in case.
