<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 3.1.25</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>prep version bump</title>
<updated>2022-01-07T02:08:16+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-07T02:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b94cc253fe9e6355881eb299cfae8eea1a57a9c2'/>
<id>b94cc253fe9e6355881eb299cfae8eea1a57a9c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use NUL character to extract meta and path from git diff"</title>
<updated>2022-01-07T01:57:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-07T01:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=3ef81e182fcd3fca3f83216cf81d92d08c19cf5e'/>
<id>3ef81e182fcd3fca3f83216cf81d92d08c19cf5e</id>
<content type='text'>
This reverts commit 01f09888208341876d1480bd22dc8f4107c100f1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 01f09888208341876d1480bd22dc8f4107c100f1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use git interpret-trailers for trailers property</title>
<updated>2022-01-07T01:54:53+00:00</updated>
<author>
<name>Ket3r</name>
<email>github@peter-kempter.de</email>
</author>
<published>2021-09-30T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cd8b9b2fd875b5040b1ca9f0c8f5acaffe70ab7f'/>
<id>cd8b9b2fd875b5040b1ca9f0c8f5acaffe70ab7f</id>
<content type='text'>
The whitespace handling and trailer selection isn't very trivial or good
documented. It therefore seemed easier and less error prone to just call
git to parse the message for the trailers section and remove superfluos
whitespaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The whitespace handling and trailer selection isn't very trivial or good
documented. It therefore seemed easier and less error prone to just call
git to parse the message for the trailers section and remove superfluos
whitespaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trailer as commit property</title>
<updated>2022-01-07T01:54:53+00:00</updated>
<author>
<name>Peter Kempter</name>
<email>peter.kempter@rohde-schwarz.com</email>
</author>
<published>2021-09-29T10:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=edbf76f98f8430d711115f2c754de88e268e9303'/>
<id>edbf76f98f8430d711115f2c754de88e268e9303</id>
<content type='text'>
With the command `git interpret-trailers` git provides a way to interact
with trailer lines in the commit messages that look similar to RFC 822
e-mail headers (see: https://git-scm.com/docs/git-interpret-trailers).
The new property returns those parsed trailer lines from the message as
dictionary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the command `git interpret-trailers` git provides a way to interact
with trailer lines in the commit messages that look similar to RFC 822
e-mail headers (see: https://git-scm.com/docs/git-interpret-trailers).
The new property returns those parsed trailer lines from the message as
dictionary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing unit test</title>
<updated>2022-01-07T01:54:53+00:00</updated>
<author>
<name>Peter Kempter</name>
<email>peter.kempter@rohde-schwarz.com</email>
</author>
<published>2021-09-29T10:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cdf7ffc33fa05ba5afcb915a374c140c7658c839'/>
<id>cdf7ffc33fa05ba5afcb915a374c140c7658c839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use NUL character to extract meta and path from git diff</title>
<updated>2022-01-07T01:52:29+00:00</updated>
<author>
<name>NHanser</name>
<email>nicolas.hans@gmail.com</email>
</author>
<published>2021-12-23T11:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=01f09888208341876d1480bd22dc8f4107c100f1'/>
<id>01f09888208341876d1480bd22dc8f4107c100f1</id>
<content type='text'>
Use NUL character instead of semicolon to extract meta and path. Avoid errors in during git diff when dealing with filenames containing semicolons</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use NUL character instead of semicolon to extract meta and path. Avoid errors in during git diff when dealing with filenames containing semicolons</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore mypi errors</title>
<updated>2022-01-07T01:52:06+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-07T01:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=da7b5b286a8fc75f2d2e9183bf1d13f9d8cdce49'/>
<id>da7b5b286a8fc75f2d2e9183bf1d13f9d8cdce49</id>
<content type='text'>
With each patch level it may bring up new issues that cause CI failure
for without being related to the actual change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With each patch level it may bring up new issues that cause CI failure
for without being related to the actual change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid taking a lock for reading</title>
<updated>2022-01-07T01:52:06+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-07T00:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d79d20d28b1f9324193309cffd2ab79e0edae925'/>
<id>d79d20d28b1f9324193309cffd2ab79e0edae925</id>
<content type='text'>
This isn't needed as git will replace this file atomicially,
hence we always see a fully written file when reading.

Only when writing we need to obtain a lock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't needed as git will replace this file atomicially,
hence we always see a fully written file when reading.

Only when writing we need to obtain a lock.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fix typo</title>
<updated>2021-12-01T00:10:15+00:00</updated>
<author>
<name>yogabonito</name>
<email>yogabonito@users.noreply.github.com</email>
</author>
<published>2021-11-30T23:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2141eaef76fdfb2775dde45d087b34144d34a1fb'/>
<id>2141eaef76fdfb2775dde45d087b34144d34a1fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the use of typing_extensions in py3.8+</title>
<updated>2021-12-01T00:09:19+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2021-11-30T09:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=62131f3905ac37ff841142e2bb04bb585401a3d8'/>
<id>62131f3905ac37ff841142e2bb04bb585401a3d8</id>
<content type='text'>
The original change requiring py3.10 TypeGuard (and matching
typing_extensions) has been reverted, so revert the requirement
on typing_extensions as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original change requiring py3.10 TypeGuard (and matching
typing_extensions) has been reverted, so revert the requirement
on typing_extensions as well.
</pre>
</div>
</content>
</entry>
</feed>
