From: Segher B. <se...@ke...> - 2010-12-08 13:59:45
|
> Also, I think we still want to see diffs on the MSVC project files, in > which case "-text" ("-crlf") is what we want to go with. > > As per [1] > ------------------------------------------------------------------------ > (If) You do not want any end-of-line conversions applied to, nor textual > diffs produced for, any binary file you track. You would need to specify > e.g. > > *.jpg -text -diff You do not get diffs if you use -diff. That's what -diff means! You probably do not want -text either. You might want to force a specific line ending (on checked out files); but I believe someone said on this thread that that doesn't actually matter, and besides, your autocrlf setting should take care of it. But I don't know; see what works. Get consensus amongst mswindows devs that it does indeed work. Profit! (I would try doing exactly nothing first; this is the easiest to get accepted, right). Segher |