<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/cmd.py, branch 3.1.13</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>fix universal_newlines TypeError</title>
<updated>2021-01-28T15:37:53+00:00</updated>
<author>
<name>x-santiaga-x</name>
<email>santa4github@yandex.ru</email>
</author>
<published>2021-01-28T11:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=3c19a6e1004bb8c116bfc7823477118490a2eef6'/>
<id>3c19a6e1004bb8c116bfc7823477118490a2eef6</id>
<content type='text'>
Fixes #1116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1116
</pre>
</div>
</content>
</entry>
<entry>
<title>Make git.cmd.Git.CatFileContentStream iterable</title>
<updated>2021-01-17T02:31:49+00:00</updated>
<author>
<name>Hex052</name>
<email>elijahiff@gmail.com</email>
</author>
<published>2021-01-16T02:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4a1339a3d6751b2e7c125aa3195bdc872d45a887'/>
<id>4a1339a3d6751b2e7c125aa3195bdc872d45a887</id>
<content type='text'>
Add __next__ method to git.cmd.Git.CatFileContentStream, so it can actually be used as an iterable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add __next__ method to git.cmd.Git.CatFileContentStream, so it can actually be used as an iterable</pre>
</div>
</content>
</entry>
<entry>
<title>fix universal_newlines TypeError</title>
<updated>2020-12-30T19:33:56+00:00</updated>
<author>
<name>Jim Wisniewski</name>
<email>jwisniewski@flatiron.com</email>
</author>
<published>2020-12-30T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=696e4edd6c6d20d13e53a93759e63c675532af05'/>
<id>696e4edd6c6d20d13e53a93759e63c675532af05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes in cmd.py</title>
<updated>2020-06-12T14:51:35+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-12T09:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4720e6337bb14f24ec0b2b4a96359a9460dadee4'/>
<id>4720e6337bb14f24ec0b2b4a96359a9460dadee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary check for PermissionError for Python &lt; 3.3</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T12:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=3f4e51bb4fc9d9c74cdbfb26945d053053f60e7b'/>
<id>3f4e51bb4fc9d9c74cdbfb26945d053053f60e7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove and replace compat.string_types</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T12:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=768b9fffa58e82d6aa1f799bd5caebede9c9231b'/>
<id>768b9fffa58e82d6aa1f799bd5caebede9c9231b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove checks for Python 2 and/or 3</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T11:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6aa78cd3b969ede76a1a6e660962e898421d4ed8'/>
<id>6aa78cd3b969ede76a1a6e660962e898421d4ed8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove and replace compat.unicode</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T11:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cbd9ca4f16830c4991d570d3f9fa327359a2fa11'/>
<id>cbd9ca4f16830c4991d570d3f9fa327359a2fa11</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 'fix/deepsource-issues' of https://github.com/imkaka/GitPython into imkaka-fix/deepsource-issues</title>
<updated>2019-10-29T07:31:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2019-10-29T07:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=52ee6c19423297b4c667d34ed1bd621dafaabb0e'/>
<id>52ee6c19423297b4c667d34ed1bd621dafaabb0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #920</title>
<updated>2019-10-28T08:00:34+00:00</updated>
<author>
<name>Victor Luzgin</name>
<email>luzgin.st@gmail.com</email>
</author>
<published>2019-10-26T16:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ebf46561837f579d202d7bd4a22362f24fb858a4'/>
<id>ebf46561837f579d202d7bd4a22362f24fb858a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
