> > $ git config --list | grep autocrlf > > core.autocrlf=true > > core.autocrlf=true > > > > As you can see, "config --list" lists autocrlf twice. Probably the new > > internal default of autocrlf=true is listed here too? > > It comes from /etc/gitconfig, yes.
So I guess it is intended to be listed twice here, as "config --list" is not supposed to list the setting in effect (despite "config --get"), but all the explicitly set settings, right? > > Steffen Prohaska already took a quick look at this (but has no time to > > fix it) and thinks handle_file() in builtin-rerere.c is missing the > > conversion and thus causing the problems. > > I hope to get some time and motivation tonight to have a look at it, could > you bug me again tomorrow if I did not? Sure :-) -- Sebastian Schuberth
