<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/index, branch 3.1.30</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>Add datetime.datetime type to commit_date and author_date</title>
<updated>2022-10-13T17:12:57+00:00</updated>
<author>
<name>SergeantMenacingGarlic</name>
<email>87030047+SergeantMenacingGarlic@users.noreply.github.com</email>
</author>
<published>2022-10-10T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8f51abd30647c9dfe857621ab97f52d3e5f2fbd9'/>
<id>8f51abd30647c9dfe857621ab97f52d3e5f2fbd9</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 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://git.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://git.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://git.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://git.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://git.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://git.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>Add stage type to all</title>
<updated>2022-06-21T12:46:54+00:00</updated>
<author>
<name>Austin Scola</name>
<email>austinscola@gmail.com</email>
</author>
<published>2022-06-21T12:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a6ce118d6e4ade2bc01182b743f87c43a7ee8fa7'/>
<id>a6ce118d6e4ade2bc01182b743f87c43a7ee8fa7</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://git.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>fix: Allow adding PathLike object to index</title>
<updated>2022-05-18T11:01:42+00:00</updated>
<author>
<name>Ruben DI BATTISTA</name>
<email>ruben.di_battista@qube-rt.com</email>
</author>
<published>2022-05-17T14:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8232b170a28f946f5a04472912b3e73777c44465'/>
<id>8232b170a28f946f5a04472912b3e73777c44465</id>
<content type='text'>
Close #1382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #1382
</pre>
</div>
</content>
</entry>
</feed>
