<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/remote.py, branch 3.1.24</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>update tests and add a comment about different behaviour of 'push' vs 'fetch'</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-13T15:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0a58afea0d7c3ff57916ddd694d052123e29087f'/>
<id>0a58afea0d7c3ff57916ddd694d052123e29087f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reuse kill_after_timeout kwarg</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-13T15:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ef0ca654f859d6caaf2a2029cb691d5beec79ed5'/>
<id>ef0ca654f859d6caaf2a2029cb691d5beec79ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reset default timeout to None</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-10T15:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d6cdafe223fe2e4ec17c52d4bd5ad7affc599814'/>
<id>d6cdafe223fe2e4ec17c52d4bd5ad7affc599814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow for timeout propagation</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-10T11:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9925785cbd29e02a4e38dfd29112a3a9533fc170'/>
<id>9925785cbd29e02a4e38dfd29112a3a9533fc170</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 #1318 from Yobmod/main</title>
<updated>2021-09-09T18:49:13+00:00</updated>
<author>
<name>Dominic</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-09-09T18:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cfcae1d839c5dbb94745c504993c9d5baebc44b5'/>
<id>cfcae1d839c5dbb94745c504993c9d5baebc44b5</id>
<content type='text'>
General fixes for next release</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
General fixes for next release</pre>
</div>
</content>
</entry>
<entry>
<title>Add encoding to utf-8 for fetch_info_lines;</title>
<updated>2021-08-24T02:01:14+00:00</updated>
<author>
<name>f100024</name>
<email>f100024@gmx.com</email>
</author>
<published>2021-08-23T09:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ef1ef4db2553384cc615ca2c5836883c52b910b0'/>
<id>ef1ef4db2553384cc615ca2c5836883c52b910b0</id>
<content type='text'>
Add encoding to utf-8 for fetch_head_info;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add encoding to utf-8 for fetch_head_info;
</pre>
</div>
</content>
</entry>
<entry>
<title>type fixo</title>
<updated>2021-08-08T20:51:31+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=07078e9f11499ab0001e0eb1e6000b52e8a5fb81'/>
<id>07078e9f11499ab0001e0eb1e6000b52e8a5fb81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add type check to conf_encoding (in thoery could be bool or int)</title>
<updated>2021-08-08T20:42:34+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=38f5157253beb5801be80812e9b013a3cdd0bdc9'/>
<id>38f5157253beb5801be80812e9b013a3cdd0bdc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor type fixes</title>
<updated>2021-08-02T17:14:40+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-02T17:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9de7310f1a2bfcb90ca5c119321037d5ea97b24e'/>
<id>9de7310f1a2bfcb90ca5c119321037d5ea97b24e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace more TBDs wiht runtime types</title>
<updated>2021-07-31T21:59:11+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-07-31T21:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c878771e3a31c983a0c3468396ed33a532f87e98'/>
<id>c878771e3a31c983a0c3468396ed33a532f87e98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
