<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/.gitignore, branch 3.1.17</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>add newlines</title>
<updated>2021-02-28T18:44:29+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-28T18:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=26ccee15ae1712baf68df99d3f5f2fec5517ecbd'/>
<id>26ccee15ae1712baf68df99d3f5f2fec5517ecbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update .gitignore prior to types</title>
<updated>2021-02-28T17:54:15+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-28T17:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=af7913cd75582f49bb8f143125494d7601bbcc0f'/>
<id>af7913cd75582f49bb8f143125494d7601bbcc0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rebase on master</title>
<updated>2021-02-26T15:01:49+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-26T15:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859'/>
<id>f9b0e75c07ccbf90a9f2e67873ffbe672bb1a859</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 3.4, update .gitignore</title>
<updated>2021-02-24T16:47:40+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-24T16:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2f8320b7bf75b6ec375ade605a9812b4b2147de9'/>
<id>2f8320b7bf75b6ec375ade605a9812b4b2147de9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add venv to gitignore</title>
<updated>2020-09-29T06:23:20+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-29T06:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8a9f8c55d6a58fe42fe67e112cbc98de97140f75'/>
<id>8a9f8c55d6a58fe42fe67e112cbc98de97140f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As string is iterable, changed to isinstance check</title>
<updated>2019-10-15T11:27:48+00:00</updated>
<author>
<name>Marcel</name>
<email>marcel.beining@gmail.com</email>
</author>
<published>2019-10-13T08:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d759e17181c21379d7274db76d4168cdbb403ccf'/>
<id>d759e17181c21379d7274db76d4168cdbb403ccf</id>
<content type='text'>
test now works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test now works
</pre>
</div>
</content>
</entry>
<entry>
<title>try fix tests: Force Flake8 to like our code</title>
<updated>2018-12-22T14:21:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-12-22T14:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8690f8974b07f6be2db9c5248d92476a9bad51f0'/>
<id>8690f8974b07f6be2db9c5248d92476a9bad51f0</id>
<content type='text'>
I actually tried to fix the W504/W503 errors, but failed ungracefully.
Also there was no help online, nor was there something that would
automatically fix it.

No, I am not ever again spend time trying to pacify linters, they
have to fix it automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I actually tried to fix the W504/W503 errors, but failed ungracefully.
Also there was no help online, nor was there something that would
automatically fix it.

No, I am not ever again spend time trying to pacify linters, they
have to fix it automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(refs): don't raise StopIteration</title>
<updated>2016-03-28T08:25:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-03-28T08:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c4c6851c55757fb0bc9d77da97d7db9e7ae232d7'/>
<id>c4c6851c55757fb0bc9d77da97d7db9e7ae232d7</id>
<content type='text'>
Fixes #394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #394
</pre>
</div>
</content>
</entry>
<entry>
<title>Added specific test for roughly checking configuration paths.</title>
<updated>2015-01-12T09:25:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T09:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7'/>
<id>dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7</id>
<content type='text'>
For some reason, I didn't trust the existing one as it tests that code
more indirectly.

Related to #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason, I didn't trust the existing one as it tests that code
more indirectly.

Related to #160
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox</title>
<updated>2014-11-14T15:15:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T15:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c914637ab146c23484a730175aa10340db91be70'/>
<id>c914637ab146c23484a730175aa10340db91be70</id>
<content type='text'>
Conflicts:
	README.md
	requirements.txt
	setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	README.md
	requirements.txt
	setup.py
</pre>
</div>
</content>
</entry>
</feed>
