<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython, branch 2.1.14</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<entry>
<title>Bump version</title>
<updated>2019-08-14T10:07:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-08-14T10:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a34d515d181f095c477ab35ccae00412219fad42'/>
<id>a34d515d181f095c477ab35ccae00412219fad42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Git.transform_kwarg</title>
<updated>2019-08-14T10:05:33+00:00</updated>
<author>
<name>František Nečas</name>
<email>fifinecas@seznam.cz</email>
</author>
<published>2019-07-23T10:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=5b27339b0d7da97743256e871757d54bf5159bca'/>
<id>5b27339b0d7da97743256e871757d54bf5159bca</id>
<content type='text'>
Kwargs were not transformed correctly if a value was set to 0 due to
wrong if condition.

Signed-off-by: František Nečas &lt;fifinecas@seznam.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kwargs were not transformed correctly if a value was set to 0 due to
wrong if condition.

Signed-off-by: František Nečas &lt;fifinecas@seznam.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back python 2 support</title>
<updated>2019-07-29T00:01:45+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-29T00:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=859ad046aecc077b9118f0a1c2896e3f9237cd75'/>
<id>859ad046aecc077b9118f0a1c2896e3f9237cd75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Drop python 2.7 support and help with encodings"</title>
<updated>2019-07-28T23:57:46+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-28T23:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=913d806f02cf50250d230f88b897350581f80f6b'/>
<id>913d806f02cf50250d230f88b897350581f80f6b</id>
<content type='text'>
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.1.12</title>
<updated>2019-07-21T00:46:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-21T00:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=ce7e1507fa5f6faf049794d4d47b14157d1f2e50'/>
<id>ce7e1507fa5f6faf049794d4d47b14157d1f2e50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `AttributeError` when searching a remote by name</title>
<updated>2019-07-21T00:45:18+00:00</updated>
<author>
<name>César Izurieta</name>
<email>cesar@caih.org</email>
</author>
<published>2019-04-13T22:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bd86c87c38d58b9ca18241a75c4d28440c7ef150'/>
<id>bd86c87c38d58b9ca18241a75c4d28440c7ef150</id>
<content type='text'>
Running code like `'origin' in git.Repo('path/to/existing/repository').remotes`
raises an AttributeError instead of returning a boolean. This commit fixes that
behaviour by catching the error when doing an identity match on `IterableList`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running code like `'origin' in git.Repo('path/to/existing/repository').remotes`
raises an AttributeError instead of returning a boolean. This commit fixes that
behaviour by catching the error when doing an identity match on `IterableList`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2019-07-20T11:48:09+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2019-02-02T05:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e93ffe192427ee2d28a0dd90dbe493e3c54f3eae'/>
<id>e93ffe192427ee2d28a0dd90dbe493e3c54f3eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip on keyerror</title>
<updated>2019-07-20T11:48:09+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2018-12-24T02:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a77a17f16ff59f717e5c281ab4189b8f67e25f53'/>
<id>a77a17f16ff59f717e5c281ab4189b8f67e25f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test</title>
<updated>2019-07-20T11:48:09+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2018-12-24T02:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=21b176732ba16379d57f53e956456bc2c5970baf'/>
<id>21b176732ba16379d57f53e956456bc2c5970baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build docs locally</title>
<updated>2019-07-20T11:45:22+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2019-05-05T04:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b'/>
<id>a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b</id>
<content type='text'>
Currently `make html` will output pages without styles
or different than the online documentation.

With this change the local documentation looks the same as the online
documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently `make html` will output pages without styles
or different than the online documentation.

With this change the local documentation looks the same as the online
documentation.
</pre>
</div>
</content>
</entry>
</feed>
