Hi, On Mon, 10 Mar 2008, Sebastian Schuberth wrote:
> > > $ 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? Yes. Ciao, Dscho
