<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects/commit.py, branch 3.1.26</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>Fix doc string error in Objects.Commit</title>
<updated>2022-01-10T00:52:33+00:00</updated>
<author>
<name>Takuya Kitazawa</name>
<email>k.takuti@gmail.com</email>
</author>
<published>2022-01-09T17:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=53d22bbc14ed871991ef169b59770a4c5b3caa19'/>
<id>53d22bbc14ed871991ef169b59770a4c5b3caa19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://trove.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://trove.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 type check to conf_encoding (in thoery could be bool or int)</title>
<updated>2021-08-08T20:42:34+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=38f5157253beb5801be80812e9b013a3cdd0bdc9'/>
<id>38f5157253beb5801be80812e9b013a3cdd0bdc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add final types to commit.py</title>
<updated>2021-07-31T18:08:29+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-31T18:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e6bee43b97862182d6c30bc8200f6abd1ff759e5'/>
<id>e6bee43b97862182d6c30bc8200f6abd1ff759e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck</title>
<updated>2021-07-28T20:50:49+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-28T20:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=adc00dd1773ee1b532803b2272cc989f11e09f8a'/>
<id>adc00dd1773ee1b532803b2272cc989f11e09f8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all Typeguard with cast, revert update to typing-extensions==3.10.0</title>
<updated>2021-07-24T16:10:32+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-24T16:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e6345d60a7926bd413d3d7238ba06f7c81a7faf9'/>
<id>e6345d60a7926bd413d3d7238ba06f7c81a7faf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make types in refs compatible with objects</title>
<updated>2021-07-19T15:57:04+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-19T15:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6609ef7c3b5bb840dba8d0a5362e67746761a437'/>
<id>6609ef7c3b5bb840dba8d0a5362e67746761a437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase mypy strictness (no_implicit_optional &amp; warn_redundant_casts) and fix errors</title>
<updated>2021-07-08T10:30:16+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-08T10:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2e2fe186d09272c3cb6c96467fff362deb90994f'/>
<id>2e2fe186d09272c3cb6c96467fff362deb90994f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Commit.message bytes | str</title>
<updated>2021-07-01T09:49:06+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-01T09:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d4a9eab9ddc64a18b33ac04a4224f347ccdc78de'/>
<id>d4a9eab9ddc64a18b33ac04a4224f347ccdc78de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
