From: Stefan F. <ste...@we...> - 2014-03-17 12:59:59
|
Hi Martin: did occur to me, but with many more files. Most likely those are the svg that I manually edited on a unix system. For which branch did this occur and I assume that you checkout rails_2_develop branch sometime before. Problem is that rails_2_develop is now normalized, but branches that have not merged the normalization yet, show this behavior if checked out later. Try the following from the command line, that re-scans the working directory and might help. Otherwise simply ignore those messages and try to merge the normalization solution from rails_2_develop soon. $ rm .git/index # Remove the index to force git to $ git reset # re-scan the working directory $ git status # Show files that will be normalized This is part of the second answer to the following stackoverflow question: http://stackoverflow.com/questions/1510798/trying-to-fix-line-endings-with-git-filter-branch-but-having-no-luck/1511273 On 03/16/2014 06:33 PM, Martin Brumm wrote: > Hi Stefan, > > i get the occasional linefeed problem particular in the svg-tiles > section. In the moment i have 6 svg tiles being flagged a different on > my local machine. > > tile-25012.svg > tile-30002.svg > tile-80020.svg > tile1456.svg > tile3082.svg > > How to proceed ? > > Regards, > Martin > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > > > > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |