<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects, branch 3.1.29</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>Use the same regex as the Actor class when determining co-authors.</title>
<updated>2022-08-24T18:05:45+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2022-08-24T18:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=09f8a1b7b674d6138b872643b13ffc5444fab24f'/>
<id>09f8a1b7b674d6138b872643b13ffc5444fab24f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update regex to extract the author string, and create the Actor using the _from_string classmethod.</title>
<updated>2022-08-23T18:52:11+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2022-08-23T18:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c2fd97e374f9c1187f165b18651928c011e6f041'/>
<id>c2fd97e374f9c1187f165b18651928c011e6f041</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add co_authors property to the Commit object, which parses the commit message for designated co-authors, include a simple test.</title>
<updated>2022-08-22T17:00:37+00:00</updated>
<author>
<name>Twist</name>
<email>itsluketwist@gmail.com</email>
</author>
<published>2022-08-22T17:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=146cbdaffdd1b551e6689f162e26226d5a351d6e'/>
<id>146cbdaffdd1b551e6689f162e26226d5a351d6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>can flake be tamed?</title>
<updated>2022-05-18T00:15:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-18T00:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=43c00af7e542911cce638cfab49c6a6dc9349e55'/>
<id>43c00af7e542911cce638cfab49c6a6dc9349e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reformat according to 'black' configuration file.</title>
<updated>2022-05-18T00:01:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-18T00:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e530544546b2a4e5f00e8d9458bf1b895573ec41'/>
<id>e530544546b2a4e5f00e8d9458bf1b895573ec41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove flake8 linting in favor of `black` formatting"</title>
<updated>2022-05-17T23:53:43+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-17T23:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b4b238057e7913c93245b484bdd50131dafd71f3'/>
<id>b4b238057e7913c93245b484bdd50131dafd71f3</id>
<content type='text'>
This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a7c5d887e943aa51f2270e517954c024a8c01500.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove flake8 linting in favor of `black` formatting</title>
<updated>2022-05-17T23:52:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-17T23:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a7c5d887e943aa51f2270e517954c024a8c01500'/>
<id>a7c5d887e943aa51f2270e517954c024a8c01500</id>
<content type='text'>
`flake8` seems to dislike the formatting of black.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`flake8` seems to dislike the formatting of black.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run everything through 'black'</title>
<updated>2022-05-17T23:43:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-05-17T23:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=21ec529987d10e0010badd37f8da3274167d436f'/>
<id>21ec529987d10e0010badd37f8da3274167d436f</id>
<content type='text'>
That way people who use it won't be deterred, while it unifies style
everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way people who use it won't be deterred, while it unifies style
everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various typos</title>
<updated>2022-05-07T19:59:10+00:00</updated>
<author>
<name>luz paz</name>
<email>luzpaz@pm.me</email>
</author>
<published>2022-05-07T19:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=dde3a8bd9229ff25ec8bc03c35d937f43233f48e'/>
<id>dde3a8bd9229ff25ec8bc03c35d937f43233f48e</id>
<content type='text'>
Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD`</pre>
</div>
</content>
</entry>
<entry>
<title>import unittest adds 0.250s to script launch time</title>
<updated>2022-01-12T00:22:33+00:00</updated>
<author>
<name>wonder-mice</name>
<email>wonder.mice@gmail.com</email>
</author>
<published>2022-01-11T08:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=67d0631e54c44f4523d3b308040e6a0643b6396d'/>
<id>67d0631e54c44f4523d3b308040e6a0643b6396d</id>
<content type='text'>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</pre>
</div>
</content>
</entry>
</feed>
