This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgo: ^M in source files


On Fri, Dec 7, 2012 at 11:02 AM, Mike Stump <mikestump@comcast.net> wrote:
> So I found some ^Ms in libgo.
>
> $ grep -l '^M' libgo/go/mime/multipart/testdata/nested-mime
> libgo/go/mime/multipart/testdata/nested-mime
>
> This file is likely meant to contain them if I don't miss my guess.  The problem is, it is not tagged as a binary file in svn and git, leading to inconsistent contents depending upon how it is pulled.  Could you either tag as binary in svn/git or strip the the ^Ms, thanks.

I did mark the file as binary on June 11, 2012.  I checked a current
SVN working directory and it is marked as binary for me (use svn
proplist and svn propget svn:mime-type to see this).

If you are using the git repository, is it possible that git is
somehow not reflecting that change?

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]