<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git/repo, branch 2.1.12</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>normalize path after joining submodule path and the relative path to the git dir, to eliminate path length errors on Windows</title>
<updated>2019-07-20T10:17:05+00:00</updated>
<author>
<name>Joe Savage</name>
<email>jasavage@silabs.com</email>
</author>
<published>2019-05-21T15:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6df6d41835cd331995ad012ede3f72ef2834a6c5'/>
<id>6df6d41835cd331995ad012ede3f72ef2834a6c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop python 2.7 support and help with encodings</title>
<updated>2019-07-20T09:34:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T09:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=dac619e4917b0ad43d836a534633d68a871aecca'/>
<id>dac619e4917b0ad43d836a534633d68a871aecca</id>
<content type='text'>
Fixes #312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #312
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "This time, use test-requirements."</title>
<updated>2019-07-20T07:37:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T07:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c9dbaab311dbafcba0b68edb6ed89988b476f1dc'/>
<id>c9dbaab311dbafcba0b68edb6ed89988b476f1dc</id>
<content type='text'>
This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1.

https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1.

https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634
</pre>
</div>
</content>
</entry>
<entry>
<title>This time, use test-requirements.</title>
<updated>2019-07-20T07:34:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T07:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=74a0507f4eb468b842d1f644f0e43196cda290a1'/>
<id>74a0507f4eb468b842d1f644f0e43196cda290a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames"</title>
<updated>2019-07-20T07:32:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T07:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=cc664f07535e3b3c1884d0b7f3cbcbadf9adce25'/>
<id>cc664f07535e3b3c1884d0b7f3cbcbadf9adce25</id>
<content type='text'>
This reverts commit 3b13c115994461fb6bafe5dd06490aae020568c1, reversing
changes made to da8aeec539da461b2961ca72049df84bf30473e1.

It doesn't pass, unfortunately. Is it a travis issue?
https://travis-ci.org/gitpython-developers/GitPython/jobs/561333763#L340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3b13c115994461fb6bafe5dd06490aae020568c1, reversing
changes made to da8aeec539da461b2961ca72049df84bf30473e1.

It doesn't pass, unfortunately. Is it a travis issue?
https://travis-ci.org/gitpython-developers/GitPython/jobs/561333763#L340
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames</title>
<updated>2019-07-20T07:22:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T07:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=3b13c115994461fb6bafe5dd06490aae020568c1'/>
<id>3b13c115994461fb6bafe5dd06490aae020568c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to pass clone options that can be repeated multiple times</title>
<updated>2019-07-06T03:20:23+00:00</updated>
<author>
<name>Steven Whitman</name>
<email>ninloot@gmail.com</email>
</author>
<published>2019-02-01T20:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=41b9cea832ad5614df94c314d29d4b044aadce88'/>
<id>41b9cea832ad5614df94c314d29d4b044aadce88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in docstring</title>
<updated>2019-06-17T11:41:16+00:00</updated>
<author>
<name>Aurelio Jargas</name>
<email>verde@aurelio.net</email>
</author>
<published>2019-06-17T11:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6971a930644d56f10e68e818e5818aa5a5d2e646'/>
<id>6971a930644d56f10e68e818e5818aa5a5d2e646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>builtins module is part of the future package</title>
<updated>2019-04-05T23:35:46+00:00</updated>
<author>
<name>xarx00</name>
<email>xarx@sms.cz</email>
</author>
<published>2019-04-05T23:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a77eab2b5668cd65a3230f653f19ee00c34789bf'/>
<id>a77eab2b5668cd65a3230f653f19ee00c34789bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for: No module named builtins (CI tests error)</title>
<updated>2019-04-05T23:15:49+00:00</updated>
<author>
<name>xarx00</name>
<email>xarx@sms.cz</email>
</author>
<published>2019-04-05T23:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a6f596d7f46cb13a3d87ff501c844c461c0a3b0a'/>
<id>a6f596d7f46cb13a3d87ff501c844c461c0a3b0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
