Well, you'd rather not rewrite the entire wicket history using filter-branch, 
or your co-committer (of which I am now one) will be very upset and angry.

You can find information on git configuration at 
http://progit.org/book/ch7-1.html . It also contains a section about 
core.autocrlf. Just turn it off (unset to option or set it to false) and reset 
your repo. I'm not sure if this is done using 'git checkout .' or 'git reset 
--hard HEAD' after changing autocrlf. Cloning again also fixes it :)

Emond

On Friday 06 January 2012 14:26:38 Johan Compagner wrote:
> what is the best way to set that ? or turn that off?
> 
> i tried this
> http://stackoverflow.com/questions/1510798/trying-to-fix-line-endings-with-g
> it-filter-branch-but-having-no-luck/1511273#1511273
> 
> but still many many outgoing changes.
> 
> On Fri, Jan 6, 2012 at 14:09, Emond Papegaaij 
<emond.papega...@topicus.nl>wrote:
> > core.autocrlf

Reply via email to