ere
So yes, it was a real patch. Please re-send it inline, not as an attachment, as
you did in
"[PATCH] fast-import.c: always honor the filename case"
>
>
> And the same is for fast-export fixes you have made: If you have the time,
> convert it into a patch and send it t
On 2014-02-06 12.24, Reuben Hawkins wrote:
[snipped away minor interesting stuff]
Reading the answers from Peff and Junio, I am convinced that the
fast-import should
not look at core.ignorecase at all.
Agreed, but my patch 0001-fast-import.c-ignorecase-iff-... is working very well
(for
where ignorecase=true is wrong. My patch,
> "fast-import.c: always honor the filename case" fixes this. Can you verify?
> >
> > Thanks in advance,
> > Reuben
> >
> Yes, I can verify. My feeling is that
> a) the fast-export s
Torsten Bögershausen writes:
> []
>> So to summarize, when fast-import uses strncmp_icase (what fast-import does
>> now) import on a repository where ignorecase=true is wrong. My patch,
>> "fast-import.c: always honor the filename case" fixes this. Can you
[]
> So to summarize, when fast-import uses strncmp_icase (what fast-import does
> now) import on a repository where ignorecase=true is wrong. My patch,
> "fast-import.c: always honor the filename case" fixes this. Can you verify?
>
> Thanks in advance,
> Reuben
>
Jeff King writes:
> [+cc Joshua Jensen, who wrote 50906e0]
>
> On Sun, Feb 02, 2014 at 07:13:04AM -0600, Reuben Hawkins wrote:
>
>> fast-import should not use strncmp_icase.
>
> I am not sure of that. My gut feeling is that core.ignorecase is
> completely about the _filesystem_, and that git shou
[+cc Joshua Jensen, who wrote 50906e0]
On Sun, Feb 02, 2014 at 07:13:04AM -0600, Reuben Hawkins wrote:
> fast-import should not use strncmp_icase.
I am not sure of that. My gut feeling is that core.ignorecase is
completely about the _filesystem_, and that git should generally be
case-sensitive i
On 2014-02-02 14.13, Reuben Hawkins wrote:
> fast-import should not use strncmp_icase. When it does, files with
> similar names, but different case can be lost in the import. For
> example...
>
> M 100644 :1 FileName.txt
> D Filename.txt
That seems to be wrong, shouldn't it be
D Filename.txt
M 1
fast-import should not use strncmp_icase. When it does, files with
similar names, but different case can be lost in the import. For
example...
M 100644 :1 FileName.txt
D Filename.txt
...would end up deleting FileName from the index during the fast-
import when strncmp_icase is used and core.ign
9 matches
Mail list logo