<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git, branch py2</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Update gitdb</title>
<updated>2021-02-10T08:29:46+00:00</updated>
<author>
<name>marinkolulic</name>
<email>78700986+marinkolulic@users.noreply.github.com</email>
</author>
<published>2021-02-10T08:29:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=adec1daff779c9ff9cd9fd92eff70a3c9d2a350a'/>
<id>adec1daff779c9ff9cd9fd92eff70a3c9d2a350a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring gitdb submodule back to a version that supports python 2.x</title>
<updated>2020-02-17T04:05:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-02-17T04:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8defbd88bf06677d6210f9b9e4d785826b44e939'/>
<id>8defbd88bf06677d6210f9b9e4d785826b44e939</id>
<content type='text'>
This should fix tests on travis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix tests on travis.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to USB-C yubikey</title>
<updated>2020-02-17T01:50:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-02-17T01:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e3ba4a32d3f809f84df9a6416b22cdb7a4ac2fb8'/>
<id>e3ba4a32d3f809f84df9a6416b22cdb7a4ac2fb8</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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>
</feed>
