<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 2.1.2</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>chore(version): v2.1.2</title>
<updated>2017-03-08T05:30:58+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-03-08T05:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=f8c31c6a6e9ffbfdbd292b8d687809b57644de27'/>
<id>f8c31c6a6e9ffbfdbd292b8d687809b57644de27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BF: pass original exception into replace_surrogate_encode</title>
<updated>2017-03-08T05:01:03+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2017-03-08T01:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=9ce2a4b235d2ebc38c3e081c1036e39bde9be036'/>
<id>9ce2a4b235d2ebc38c3e081c1036e39bde9be036</id>
<content type='text'>
Fixes my incorrect fix in #598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes my incorrect fix in #598
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2017-03-08T05:00:08+00:00</updated>
<author>
<name>Thomas Jackson</name>
<email>jacksontj.89@gmail.com</email>
</author>
<published>2016-03-02T19:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=96402136e81bd18ed59be14773b08ed96c30c0f6'/>
<id>96402136e81bd18ed59be14773b08ed96c30c0f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a fixture to test incremental blame output for git 2.11.1+</title>
<updated>2017-03-07T20:23:38+00:00</updated>
<author>
<name>George Hickman</name>
<email>george@ghickman.co.uk</email>
</author>
<published>2017-03-07T16:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6c6ae79a7b38c7800c19e28a846cb2f227e52432'/>
<id>6c6ae79a7b38c7800c19e28a846cb2f227e52432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the use of next to throw an exception when hitting EOF</title>
<updated>2017-03-07T20:23:38+00:00</updated>
<author>
<name>George Hickman</name>
<email>george@ghickman.co.uk</email>
</author>
<published>2017-03-07T12:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=46c4ec22d70251c487a1d43c69c455fc2baab4f0'/>
<id>46c4ec22d70251c487a1d43c69c455fc2baab4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore all lines of subsequent hunks until last one is found</title>
<updated>2017-03-07T20:23:38+00:00</updated>
<author>
<name>George Hickman</name>
<email>george@ghickman.co.uk</email>
</author>
<published>2017-03-06T16:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=a0788e0be3164acd65e3bc4b5bc1b51179b967ce'/>
<id>a0788e0be3164acd65e3bc4b5bc1b51179b967ce</id>
<content type='text'>
Git version 2.11.1+ introduced extra lines into the subsequent hunk
sections for incremental blame output.  The documentation notes that
parsers of this output should ignore all lines between the start and end
for robust parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Git version 2.11.1+ introduced extra lines into the subsequent hunk
sections for incremental blame output.  The documentation notes that
parsers of this output should ignore all lines between the start and end
for robust parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Code Climate configuration</title>
<updated>2017-03-03T18:56:00+00:00</updated>
<author>
<name>Scott Larkin</name>
<email>scott@codeclimate.com</email>
</author>
<published>2017-03-02T19:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=830070d7ed09d6eaa4bcaa84ab46c06c8fff33d8'/>
<id>830070d7ed09d6eaa4bcaa84ab46c06c8fff33d8</id>
<content type='text'>
This commit configures code quality analysis by Code Climate.

Results are provided by open source Code Climate engines. Based on
the languages present in this repository, I've enabled the following
engines:

 - duplication
 - pep8
 - radon</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit configures code quality analysis by Code Climate.

Results are provided by open source Code Climate engines. Based on
the languages present in this repository, I've enabled the following
engines:

 - duplication
 - pep8
 - radon</pre>
</div>
</content>
</entry>
<entry>
<title>BF: there is no exc variable, raising NotASurrogateError if that is the right thing todo</title>
<updated>2017-03-01T06:09:31+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2017-02-28T21:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=7e8412226ffe0c046177fa6d838362bfbde60cd0'/>
<id>7e8412226ffe0c046177fa6d838362bfbde60cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(flake): satisfy linter</title>
<updated>2017-02-25T10:33:59+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-02-25T10:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=72dddc7981c90a1e844898cf9d1703f5a7a55822'/>
<id>72dddc7981c90a1e844898cf9d1703f5a7a55822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into tbhartman-git_work_tree</title>
<updated>2017-02-25T10:32:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-02-25T10:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d3bd3c6b94c735c725f39959730de11c1cebe67a'/>
<id>d3bd3c6b94c735c725f39959730de11c1cebe67a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
