> > diff --git a/convert.c b/convert.c
> > index 1012462e3..943d957b4 100644
> > --- a/convert.c
> > +++ b/convert.c
> > @@ -1040,7 +1040,6 @@ static void convert_attrs(struct conv_attrs *ca, 
> > const char *path)
> >             ca->crlf_action = git_path_check_crlf(ccheck + 4);
> >             if (ca->crlf_action == CRLF_UNDEFINED)
> >                     ca->crlf_action = git_path_check_crlf(ccheck + 0);
> > -           ca->attr_action = ca->crlf_action;
> 
> I don't think the removal of that line is correct.

Sorry, that went wrong, should have been:
 I think that the line can be removed here.

Reply via email to