<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects, branch black-fmt</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>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>
<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://git.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://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>
</feed>
