<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git, branch more-robust-git-diff</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>try fixing up test fixtures and implementation</title>
<updated>2021-01-05T13:59:24+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-01-05T13:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=21e2c4589934d4801c15a482a37322cb704fc55b'/>
<id>21e2c4589934d4801c15a482a37322cb704fc55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add '-z' on top of '--raw' to avoid path name mangling</title>
<updated>2021-01-05T12:35:58+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-01-05T12:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=90a6e1c8f793571730f1c77f2dce745813938b66'/>
<id>90a6e1c8f793571730f1c77f2dce745813938b66</id>
<content type='text'>
Authored based on
https://github.com/gitpython-developers/GitPython/issues/1099#issuecomment-754606044

Fixes #1099
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authored based on
https://github.com/gitpython-developers/GitPython/issues/1099#issuecomment-754606044

Fixes #1099
</pre>
</div>
</content>
</entry>
<entry>
<title>fix universal_newlines TypeError</title>
<updated>2020-12-30T19:33:56+00:00</updated>
<author>
<name>Jim Wisniewski</name>
<email>jwisniewski@flatiron.com</email>
</author>
<published>2020-12-30T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=696e4edd6c6d20d13e53a93759e63c675532af05'/>
<id>696e4edd6c6d20d13e53a93759e63c675532af05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix simple typo, repostory -&gt; repository</title>
<updated>2020-12-24T21:12:26+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2020-12-24T19:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1e4211b20e8e57fe7b105b36501b8fc9e818852f'/>
<id>1e4211b20e8e57fe7b105b36501b8fc9e818852f</id>
<content type='text'>
There is a small typo in git/repo/base.py.

Should read `repository` rather than `repostory`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a small typo in git/repo/base.py.

Should read `repository` rather than `repostory`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to define git environment in submodule add/update methods</title>
<updated>2020-11-18T22:04:49+00:00</updated>
<author>
<name>Igor Solovey</name>
<email>isolovey@robarts.ca</email>
</author>
<published>2020-11-18T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=24f75e7bae3974746f29aaecf6de011af79a675d'/>
<id>24f75e7bae3974746f29aaecf6de011af79a675d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change decode type and add replace flag</title>
<updated>2020-11-10T15:05:51+00:00</updated>
<author>
<name>Davide Spadini</name>
<email>spadini.davide@gmail.com</email>
</author>
<published>2020-11-10T14:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bfbd5ece215dea328c3c6c4cba31225caa66ae9a'/>
<id>bfbd5ece215dea328c3c6c4cba31225caa66ae9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default actor name handling</title>
<updated>2020-10-23T11:28:07+00:00</updated>
<author>
<name>Athos Ribeiro</name>
<email>athos@redhat.com</email>
</author>
<published>2020-10-23T10:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=08989071e8c47bb75f3a5f171d821b805380baef'/>
<id>08989071e8c47bb75f3a5f171d821b805380baef</id>
<content type='text'>
In c96476b, the new default_name nested function does not contain a
retun statement. This leads to an issue when the environment variables
are not present, where the actor name would not be set.

Signed-off-by: Athos Ribeiro &lt;athos@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In c96476b, the new default_name nested function does not contain a
retun statement. This leads to an issue when the environment variables
are not present, where the actor name would not be set.

Signed-off-by: Athos Ribeiro &lt;athos@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Get system user id in a lazy manner</title>
<updated>2020-10-22T06:17:36+00:00</updated>
<author>
<name>Athos Ribeiro</name>
<email>athos@redhat.com</email>
</author>
<published>2020-10-20T12:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c96476be7f10616768584a95d06cd1bddfe6d404'/>
<id>c96476be7f10616768584a95d06cd1bddfe6d404</id>
<content type='text'>
Calling getpass.getuser may lead to breakage in environments where there
is no entries in the /etc/passwd file for the current user.

Setting the environment variables for the git user configurations should
prevents GitPython from using values from /etc/passwd. However, doing so
will not prevent reading /etc/passwd and looking for an entry with the
current user UID.

This patch changes the behavior described above so GitPython will
perform a lazy evaluation of /etc/passwd, only doing so when the
environment variables for the git user configuration are not available.

Signed-off-by: Athos Ribeiro &lt;athos@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling getpass.getuser may lead to breakage in environments where there
is no entries in the /etc/passwd file for the current user.

Setting the environment variables for the git user configurations should
prevents GitPython from using values from /etc/passwd. However, doing so
will not prevent reading /etc/passwd and looking for an entry with the
current user UID.

This patch changes the behavior described above so GitPython will
perform a lazy evaluation of /etc/passwd, only doing so when the
environment variables for the git user configuration are not available.

Signed-off-by: Athos Ribeiro &lt;athos@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not break convention when updating sys.path</title>
<updated>2020-10-05T00:12:04+00:00</updated>
<author>
<name>Xavier Verges</name>
<email>xavier.verges@es.ibm.com</email>
</author>
<published>2020-10-04T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4ba76d683df326f2e6d4f519675baf86d0373abf'/>
<id>4ba76d683df326f2e6d4f519675baf86d0373abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename sublist to subset</title>
<updated>2020-09-29T06:24:10+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-29T06:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=60acfa5d8d454a7c968640a307772902d211f043'/>
<id>60acfa5d8d454a7c968640a307772902d211f043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
