<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 2.1.10</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>Bump to 2.1.10</title>
<updated>2018-05-19T08:54:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-05-19T08:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6c2446f24bc6a91ca907cb51d0b4a690131222d6'/>
<id>6c2446f24bc6a91ca907cb51d0b4a690131222d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change in type support</title>
<updated>2018-05-19T07:36:38+00:00</updated>
<author>
<name>Aurélien Matouillot</name>
<email>a.matouillot@gmail.com</email>
</author>
<published>2018-05-15T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=29aa1b83edf3254f8031cc58188d2da5a83aaf75'/>
<id>29aa1b83edf3254f8031cc58188d2da5a83aaf75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get correcly rename change_type.</title>
<updated>2018-05-19T07:36:38+00:00</updated>
<author>
<name>Aurélien Matouillot</name>
<email>a.matouillot@gmail.com</email>
</author>
<published>2018-02-27T07:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c8fd91020739a0d57f1df562a57bf3e50c04c05b'/>
<id>c8fd91020739a0d57f1df562a57bf3e50c04c05b</id>
<content type='text'>
Also store the rename score
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also store the rename score
</pre>
</div>
</content>
</entry>
<entry>
<title>648 max_chunk_size can be now set to control output_stream behavior</title>
<updated>2018-05-18T11:59:50+00:00</updated>
<author>
<name>Piotr Babij</name>
<email>piotr.babij@gmail.com</email>
</author>
<published>2017-10-03T15:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=7be3486dc7f91069226919fea146ca1fec905657'/>
<id>7be3486dc7f91069226919fea146ca1fec905657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Created new section in README for projects using GitPython</title>
<updated>2018-05-04T13:18:34+00:00</updated>
<author>
<name>ishepard</name>
<email>spadini.davide@gmail.com</email>
</author>
<published>2018-05-04T13:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=05e3b0e58487c8515846d80b9fffe63bdcce62e8'/>
<id>05e3b0e58487c8515846d80b9fffe63bdcce62e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid from_timestamp() function to raise an exception when the offset is greater or lower than 24 hours.</title>
<updated>2018-04-04T08:15:48+00:00</updated>
<author>
<name>ishepard</name>
<email>spadini.davide@gmail.com</email>
</author>
<published>2018-04-04T08:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c6e0a6cb5c70efd0899f620f83eeebcc464be05c'/>
<id>c6e0a6cb5c70efd0899f620f83eeebcc464be05c</id>
<content type='text'>
Add tests that exercise the new behaviour
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests that exercise the new behaviour
</pre>
</div>
</content>
</entry>
<entry>
<title>git: index: base: use os.path.relpath</title>
<updated>2018-04-04T07:35:57+00:00</updated>
<author>
<name>Ruslan Kuprieiev</name>
<email>kupruser@gmail.com</email>
</author>
<published>2018-04-03T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=0857d33852b6b2f4d7bc470b4c97502c7f978180'/>
<id>0857d33852b6b2f4d7bc470b4c97502c7f978180</id>
<content type='text'>
Fixes #743

Signed-off-by: Ruslan Kuprieiev &lt;kupruser@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #743

Signed-off-by: Ruslan Kuprieiev &lt;kupruser@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.1.9</title>
<updated>2018-03-24T12:50:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-03-24T12:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e79a3f8f6bc6594002a0747dd4595bc6b88a2b27'/>
<id>e79a3f8f6bc6594002a0747dd4595bc6b88a2b27</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 #737 from hugovk/rm-2.6</title>
<updated>2018-03-24T12:45:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-03-24T12:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=f3265bd8beb017890699d093586126ff8af4a3fe'/>
<id>f3265bd8beb017890699d093586126ff8af4a3fe</id>
<content type='text'>
Drop support for EOL Python 2.6 and 3.3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop support for EOL Python 2.6 and 3.3</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 3.3</title>
<updated>2018-03-18T20:47:18+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-18T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=80b038f8d8c7c67c148ebd7a5f7a0cb39541b761'/>
<id>80b038f8d8c7c67c148ebd7a5f7a0cb39541b761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
