<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/repo, branch 3.1.8</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 reference to repository to config.</title>
<updated>2020-09-02T21:03:17+00:00</updated>
<author>
<name>Jeremy Retailleau</name>
<email>jeremy.retailleau@gmail.com</email>
</author>
<published>2020-09-02T21:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d5262acbd33b70fb676284991207fb24fa9ac895'/>
<id>d5262acbd33b70fb676284991207fb24fa9ac895</id>
<content type='text'>
This is necessary when working with conditional include
sections as it requires the git directory or active branch name.

https://git-scm.com/docs/git-config#_conditional_includes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary when working with conditional include
sections as it requires the git directory or active branch name.

https://git-scm.com/docs/git-config#_conditional_includes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed all warnings in documentation and updated Makefile to treat warnings as errors.</title>
<updated>2020-07-13T14:55:29+00:00</updated>
<author>
<name>Kian Cross</name>
<email>kian@kiancross.co.uk</email>
</author>
<published>2020-07-13T14:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=30387f16920f69544fcc7db40dfae554bcd7d1cc'/>
<id>30387f16920f69544fcc7db40dfae554bcd7d1cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes in 7 modules</title>
<updated>2020-06-13T09:42:52+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-12T16:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=99ba753b837faab0509728ee455507f1a682b471'/>
<id>99ba753b837faab0509728ee455507f1a682b471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Satisfy flake8 requirement related to #1000</title>
<updated>2020-04-11T04:57:09+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-04-11T04:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bdd4368489345a53bceb40ebd518b961f871b7b3'/>
<id>bdd4368489345a53bceb40ebd518b961f871b7b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try again to apply patch related to #1000</title>
<updated>2020-04-11T04:54:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-04-11T04:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2d472327f4873a7a4123f7bdaecd967a86e30446'/>
<id>2d472327f4873a7a4123f7bdaecd967a86e30446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirectory"</title>
<updated>2020-04-11T02:17:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-04-11T02:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=644f75338667592c35f78a2c2ab921e184a903a0'/>
<id>644f75338667592c35f78a2c2ab921e184a903a0</id>
<content type='text'>
This reverts commit eb792ea76888970d486323df07105129abbbe466.

Seems to break CI
Related to #1000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit eb792ea76888970d486323df07105129abbbe466.

Seems to break CI
Related to #1000
</pre>
</div>
</content>
</entry>
<entry>
<title>When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirectory</title>
<updated>2020-04-11T02:01:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-04-11T01:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=eb792ea76888970d486323df07105129abbbe466'/>
<id>eb792ea76888970d486323df07105129abbbe466</id>
<content type='text'>
This will work for default git object databases only, which use git as
object database directly.

Related to #1000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will work for default git object databases only, which use git as
object database directly.

Related to #1000
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix param format of Repo.commit</title>
<updated>2020-02-24T12:03:04+00:00</updated>
<author>
<name>Chenxiong Qi</name>
<email>qcxhome@gmail.com</email>
</author>
<published>2020-02-24T11:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d7b401e0aa9dbb1a7543dde46064b24a5450db19'/>
<id>d7b401e0aa9dbb1a7543dde46064b24a5450db19</id>
<content type='text'>
Signed-off-by: Chenxiong Qi &lt;qcxhome@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Chenxiong Qi &lt;qcxhome@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Repo.__repr__ when subclassed</title>
<updated>2020-02-08T03:33:41+00:00</updated>
<author>
<name>Jan Matějka</name>
<email>jan@matejka.ninja</email>
</author>
<published>2019-12-13T16:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6cb09652c007901b175b4793b351c0ee818eb249'/>
<id>6cb09652c007901b175b4793b351c0ee818eb249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove and replace compat.text_type</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T12:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=55fd173c898da2930a331db7755a7338920d3c38'/>
<id>55fd173c898da2930a331db7755a7338920d3c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
