<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/index/typ.py, branch 3.1.28</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 blob filter path shorter than filter path</title>
<updated>2022-06-28T12:59:26+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-28T12:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ed45d5b3c3d4e2d4520221037b40288dc85e428c'/>
<id>ed45d5b3c3d4e2d4520221037b40288dc85e428c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use generator instead of map</title>
<updated>2022-06-26T21:04:34+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-26T21:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=420d2afa0ebfa976a07dc0ff902c75547ab228c6'/>
<id>420d2afa0ebfa976a07dc0ff902c75547ab228c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usage of `PosixPath.is_relative_to`</title>
<updated>2022-06-26T21:01:32+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-26T21:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cc80e6bbb0b98d71f44846d66a8e9439b60efa42'/>
<id>cc80e6bbb0b98d71f44846d66a8e9439b60efa42</id>
<content type='text'>
Remove usage of `PosixPath.is_relative_to` because it was added in
Python 3.9 and earlier versions of Python are supported by `GitPython`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove usage of `PosixPath.is_relative_to` because it was added in
Python 3.9 and earlier versions of Python are supported by `GitPython`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pathlike type annotation typo</title>
<updated>2022-06-26T20:47:41+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-26T20:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c6a018bdf802326f89e8c93ccac79fae78d94974'/>
<id>c6a018bdf802326f89e8c93ccac79fae78d94974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to not stringify paths</title>
<updated>2022-06-26T20:45:22+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-26T20:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1314d6356d598d53175b62351d732f5e1fbf8665'/>
<id>1314d6356d598d53175b62351d732f5e1fbf8665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move stage type def</title>
<updated>2022-06-21T13:19:54+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-21T13:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d17136574ef23050fe3271e51a8b811f96544b17'/>
<id>d17136574ef23050fe3271e51a8b811f96544b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix blob filter types</title>
<updated>2022-06-21T12:40:09+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-21T12:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=da88a6da599c8bc598abfc00c6802d08be67be39'/>
<id>da88a6da599c8bc598abfc00c6802d08be67be39</id>
<content type='text'>
Fix the types and type annotations of some of the blob filter code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the types and type annotations of some of the blob filter code.
</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://trove.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>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://trove.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>Rmv with_metaclass shim, make section constraint generic wrt its configparser type</title>
<updated>2021-07-24T21:05:06+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-24T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d812818cb20c39e0bb5609186214ea4bcc18c047'/>
<id>d812818cb20c39e0bb5609186214ea4bcc18c047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
