<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, 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>Merge pull request #1590 from Hawk777/init-exceptions</title>
<updated>2023-05-15T19:09:35+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-05-15T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=80ea0f507d9f448e417fc24e69e68c883181fb3c'/>
<id>80ea0f507d9f448e417fc24e69e68c883181fb3c</id>
<content type='text'>
Name top-level exceptions as private variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Name top-level exceptions as private variables</pre>
</div>
</content>
</entry>
<entry>
<title>Name top-level exceptions as private variables</title>
<updated>2023-05-15T17:13:37+00:00</updated>
<author>
<name>Christopher Head</name>
<email>chead@chead.ca</email>
</author>
<published>2023-05-15T17:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=2a0305b349f61bddae674eb8f4efe0fd3c916bbf'/>
<id>2a0305b349f61bddae674eb8f4efe0fd3c916bbf</id>
<content type='text'>
`exc` is private to the module. Naming it `_exc` eliminates a collision
with the `exc` submodule (one which would not be observable at runtime
due to the import failing, but which confuses linters).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`exc` is private to the module. Naming it `_exc` eliminates a collision
with the `exc` submodule (one which would not be observable at runtime
due to the import failing, but which confuses linters).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1576 from itsluketwist/fix-trailers</title>
<updated>2023-04-23T17:22:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-04-23T17:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e3bc5d10629ada4d61fdf61353668a58c5610d6b'/>
<id>e3bc5d10629ada4d61fdf61353668a58c5610d6b</id>
<content type='text'>
Fix up the commit trailers functionality</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix up the commit trailers functionality</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the removal of Commit.trailers property.</title>
<updated>2023-04-23T13:16:53+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2023-04-23T13:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=9ef07a731caf39684891bce5cc92c4e91829138d'/>
<id>9ef07a731caf39684891bce5cc92c4e91829138d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify encoding in Commit.trailer_list.</title>
<updated>2023-04-22T16:54:04+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2023-04-22T16:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ed36bd903e1fdf45c53b52dbcb1b2d8444965d98'/>
<id>ed36bd903e1fdf45c53b52dbcb1b2d8444965d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 #1572 from gitpython-developers/dependabot/github_actions/cygwin/cygwin-install-action-4</title>
<updated>2023-04-10T14:29:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2023-04-10T14:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=61ed7ecac2f53ea512fdfbcbb260d4cd49423f22'/>
<id>61ed7ecac2f53ea512fdfbcbb260d4cd49423f22</id>
<content type='text'>
Bump cygwin/cygwin-install-action from 3 to 4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump cygwin/cygwin-install-action from 3 to 4</pre>
</div>
</content>
</entry>
<entry>
<title>Bump cygwin/cygwin-install-action from 3 to 4</title>
<updated>2023-04-10T13:59:39+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2023-04-10T13:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=1570f3d70e7a80e0fdc2f8edc3060b3e54a9cea3'/>
<id>1570f3d70e7a80e0fdc2f8edc3060b3e54a9cea3</id>
<content type='text'>
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 3 to 4.
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](https://github.com/cygwin/cygwin-install-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: cygwin/cygwin-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 3 to 4.
- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
- [Commits](https://github.com/cygwin/cygwin-install-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: cygwin/cygwin-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
