<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch main</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Update Commit.trailer_list to return tuples.</title>
<updated>2023-04-22T16:47:08+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2023-04-22T16:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=abde3eafd293e8fa2ef2dc22d58ba5d80f1702e9'/>
<id>abde3eafd293e8fa2ef2dc22d58ba5d80f1702e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Commit.trailers.</title>
<updated>2023-04-22T16:19:20+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2023-04-22T16:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=78424b56654ad476da4bd2faf88d3875c5265e0d'/>
<id>78424b56654ad476da4bd2faf88d3875c5265e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trailers_list and trailers_list methods to fix the commit trailers functionality. Update trailers tests.</title>
<updated>2023-04-21T21:16:32+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2023-04-21T21:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d2f7284189b5c1f867ebd58b0b879fa34406eefc'/>
<id>d2f7284189b5c1f867ebd58b0b879fa34406eefc</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://91.123.203.49/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://91.123.203.49/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 #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://91.123.203.49/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>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://91.123.203.49/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>Updated diff test to use different similarity thresholds</title>
<updated>2023-02-02T07:02:56+00:00</updated>
<author>
<name>Cesar Velazquez</name>
<email>cesar.velazquez@disney.com</email>
</author>
<published>2023-02-02T07:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c0e69a4263a7f42b7a7d8bb44d11ee3d14a27545'/>
<id>c0e69a4263a7f42b7a7d8bb44d11ee3d14a27545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check to test bare repo</title>
<updated>2023-02-01T22:19:44+00:00</updated>
<author>
<name>Clayton Walker</name>
<email>clayton.m.walker@gmail.com</email>
</author>
<published>2023-02-01T22:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=bc8f1191a3befd1051bd676df630b2fa005fecf0'/>
<id>bc8f1191a3befd1051bd676df630b2fa005fecf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added diff test to disable rename detection</title>
<updated>2023-02-01T01:59:58+00:00</updated>
<author>
<name>Cesar Velazquez</name>
<email>cesar.velazquez@disney.com</email>
</author>
<published>2023-02-01T01:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=186d75c6ba283fd1bb0647ae94a3a8054197c42b'/>
<id>186d75c6ba283fd1bb0647ae94a3a8054197c42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
