<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 3.1.31</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>prepare next release</title>
<updated>2023-02-16T16:30:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-16T16:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f25333525425ee1497366fd300a60127aa652d79'/>
<id>f25333525425ee1497366fd300a60127aa652d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1555 from Codym48/fix/get_values</title>
<updated>2023-02-16T16:27:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-16T16:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0e5358a7c0d153902eb31f31fa8df9600276a520'/>
<id>0e5358a7c0d153902eb31f31fa8df9600276a520</id>
<content type='text'>
Fix get_values() so it correctly loads section names</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix get_values() so it correctly loads section names</pre>
</div>
</content>
</entry>
<entry>
<title>Add test asserting that get_values works by itself</title>
<updated>2023-02-16T05:07:56+00:00</updated>
<author>
<name>Cody Martin</name>
<email>codytylermartin@gmail.com</email>
</author>
<published>2023-02-16T05:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fc843d31ddb817deb8e5e6732ebe67a5ee61db66'/>
<id>fc843d31ddb817deb8e5e6732ebe67a5ee61db66</id>
<content type='text'>
As described in #1534, this test will fail in main with a KeyError
about a missing section name even though the named sections do exist
within the config file.

This test will pass in the branch associated with #1535. This test
should keep the improved behavior healthy as the code evolves by
preventing future developers from removing the eager loading of
sections within get_values().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in #1534, this test will fail in main with a KeyError
about a missing section name even though the named sections do exist
within the config file.

This test will pass in the branch associated with #1535. This test
should keep the improved behavior healthy as the code evolves by
preventing future developers from removing the eager loading of
sections within get_values().
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1554 from eric-wieser/patch-4</title>
<updated>2023-02-12T21:10:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-12T21:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=202e31cb4196e74cd190c2644a27b9d5479ba6ed'/>
<id>202e31cb4196e74cd190c2644a27b9d5479ba6ed</id>
<content type='text'>
Fix RecursionError when iterating streams</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix RecursionError when iterating streams</pre>
</div>
</content>
</entry>
<entry>
<title>Update cmd.py</title>
<updated>2023-02-12T15:50:06+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2023-02-12T15:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5ab58f3a5c8b1b50a73104ddc048fd9f6b663b0b'/>
<id>5ab58f3a5c8b1b50a73104ddc048fd9f6b663b0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix RecursionError when iterating streams</title>
<updated>2023-02-12T15:47:36+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2023-02-12T15:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5cbc1782e79783fbfedf5783fe52616e397916df'/>
<id>5cbc1782e79783fbfedf5783fe52616e397916df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables</title>
<updated>2023-02-02T20:45:44+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-02T20:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c84dde218ef896a9b9af4f825ce222a6eb39291e'/>
<id>c84dde218ef896a9b9af4f825ce222a6eb39291e</id>
<content type='text'>
Remove optional from two member variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove optional from two member variables</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2023-02-02T17:00:49+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-02T17:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de'/>
<id>4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional assertions to test_base.py</title>
<updated>2023-02-02T17:00:18+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-02T17:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fb6eb3d5eb56ce9f27cf23387053d440d6786fe2'/>
<id>fb6eb3d5eb56ce9f27cf23387053d440d6786fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1551 from mellowed100/main</title>
<updated>2023-02-02T07:21:30+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-02-02T07:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6ed2285abd917fa8864a160225375a3f53f0b20c'/>
<id>6ed2285abd917fa8864a160225375a3f53f0b20c</id>
<content type='text'>
Enable user to override default diff -M arg</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable user to override default diff -M arg</pre>
</div>
</content>
</entry>
</feed>
