anatoly techtonik

Results 330 comments of anatoly techtonik

The best way would probably be to set: ``` System.setProperty("line.separator", "\n"); ``` I don't know what is the best place for that though. https://stackoverflow.com/questions/19102804/ensure-unix-style-line-endings-used-when-generating-xml-on-windows-with-java

@fdb this should do it.

This repo needs an issue template to report `pygit2` and `libgit2` versions.

Like, but with explanations. If both `author` and `committer` are obligatory? What is `tree` and can I omit that for empty commit? What is this `name of reference` and can...

I think that at least getting warning during processing is a must have. Otherwise the error will popup at run-time when line will be triggered. It may worth to maintain...

Like Debian linter does - https://lintian.debian.org/tags/out-of-date-standards-version.html

I would say that this can be simplified to "just before any real Python code that is not merely a string".

@daira don't treat unicode strings as "merely a string" and that's it.

Well, Python 3 is a pain. But it should work for now on Python 2. I may be able to finish this later.

I am not sure I can work on a test. Not today. Basically, the test need to create two files - one with LF linefeeds and another with CRLF. And...