<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git/repo, branch 2.1.11</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>Allow pathlib.Path in Repo.__init__</title>
<updated>2018-07-15T12:26:15+00:00</updated>
<author>
<name>oldPadavan</name>
<email>evggoncharov@gmail.com</email>
</author>
<published>2018-07-12T11:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=7f08b7730438bde34ae55bc3793fa524047bb804'/>
<id>7f08b7730438bde34ae55bc3793fa524047bb804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small typo</title>
<updated>2018-07-15T12:24:49+00:00</updated>
<author>
<name>Riley Martine</name>
<email>riley.martine.0@gmail.com</email>
</author>
<published>2018-07-02T19:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=9807dd48b73ec43b21aa018bdbf591af4a3cc5f9'/>
<id>9807dd48b73ec43b21aa018bdbf591af4a3cc5f9</id>
<content type='text'>
Fix small typo and slightly reword docstring.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix small typo and slightly reword docstring.</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite unnecessary dict/list/tuple calls as literals</title>
<updated>2018-03-18T20:26:31+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-18T19:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=ac4f7d34f8752ab78949efcaa9f0bd938df33622'/>
<id>ac4f7d34f8752ab78949efcaa9f0bd938df33622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc typos</title>
<updated>2018-03-05T00:45:49+00:00</updated>
<author>
<name>samuela</name>
<email>skainsworth@gmail.com</email>
</author>
<published>2018-03-05T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=da43a47adb86c50a0f4e01c3c1ea1439cefd1ac2'/>
<id>da43a47adb86c50a0f4e01c3c1ea1439cefd1ac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant Python 2.4 code</title>
<updated>2017-12-11T14:24:59+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-12-05T08:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d5710466a728446d8169761d9d4c29b1cb752b00'/>
<id>d5710466a728446d8169761d9d4c29b1cb752b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT</title>
<updated>2017-11-28T01:35:19+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2017-11-28T01:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6ee08fce6ec508fdc6e577e3e507b342d048fa16'/>
<id>6ee08fce6ec508fdc6e577e3e507b342d048fa16</id>
<content type='text'>
I did keep some "bare" except with catch all Exception: , while tried to disable
flake8 complaints where clearly all exceptions are to be catched
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did keep some "bare" except with catch all Exception: , while tried to disable
flake8 complaints where clearly all exceptions are to be catched
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #692 from Dreamsorcerer/patch-1</title>
<updated>2017-11-19T14:53:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-11-19T14:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=610d4c97485d2c0d4f65b87f2620a84e0df99341'/>
<id>610d4c97485d2c0d4f65b87f2620a84e0df99341</id>
<content type='text'>
Fix broken progress in clone_from()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken progress in clone_from()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #686 from jeblair/issue-605</title>
<updated>2017-11-02T07:13:26+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-11-02T07:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bfae362363b28be9b86250eb7f6a32dac363c993'/>
<id>bfae362363b28be9b86250eb7f6a32dac363c993</id>
<content type='text'>
Only gc.collect() under windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only gc.collect() under windows</pre>
</div>
</content>
</entry>
<entry>
<title>Update base.py</title>
<updated>2017-10-30T20:18:48+00:00</updated>
<author>
<name>Sam Bull</name>
<email>fox_qwluwc@TrashMail.net</email>
</author>
<published>2017-10-30T20:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=9d4859e26cef6c9c79324cfc10126584c94b1585'/>
<id>9d4859e26cef6c9c79324cfc10126584c94b1585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update base.py</title>
<updated>2017-10-30T19:45:01+00:00</updated>
<author>
<name>Sam Bull</name>
<email>fox_qwluwc@TrashMail.net</email>
</author>
<published>2017-10-30T19:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=67648785d743c4fdfaa49769ba8159fcde1f10a8'/>
<id>67648785d743c4fdfaa49769ba8159fcde1f10a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
