<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git/test, branch 3.0.0</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<entry>
<title>Fix test bound to major version</title>
<updated>2019-08-11T06:56:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-08-11T06:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=326409d7afd091c693f3c931654b054df6997d97'/>
<id>326409d7afd091c693f3c931654b054df6997d97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use git rev-parse to look for config file</title>
<updated>2019-08-11T06:28:45+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2019-07-16T09:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=0b6b90f9f1e5310a6f39b75e17a04c1133269e8f'/>
<id>0b6b90f9f1e5310a6f39b75e17a04c1133269e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Git.transform_kwarg</title>
<updated>2019-07-29T00:21:41+00:00</updated>
<author>
<name>František Nečas</name>
<email>fifinecas@seznam.cz</email>
</author>
<published>2019-07-23T10:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=daa3f353091ada049c0ede23997f4801cbe9941b'/>
<id>daa3f353091ada049c0ede23997f4801cbe9941b</id>
<content type='text'>
Kwargs were not transformed correctly if a value was set to 0 due to
wrong if condition.

Signed-off-by: František Nečas &lt;fifinecas@seznam.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kwargs were not transformed correctly if a value was set to 0 due to
wrong if condition.

Signed-off-by: František Nečas &lt;fifinecas@seznam.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2019-07-20T11:48:09+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2019-02-02T05:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e93ffe192427ee2d28a0dd90dbe493e3c54f3eae'/>
<id>e93ffe192427ee2d28a0dd90dbe493e3c54f3eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test</title>
<updated>2019-07-20T11:48:09+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2018-12-24T02:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=21b176732ba16379d57f53e956456bc2c5970baf'/>
<id>21b176732ba16379d57f53e956456bc2c5970baf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support to pass clone options that can be repeated multiple times</title>
<updated>2019-07-06T03:20:23+00:00</updated>
<author>
<name>Steven Whitman</name>
<email>ninloot@gmail.com</email>
</author>
<published>2019-02-01T20:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=41b9cea832ad5614df94c314d29d4b044aadce88'/>
<id>41b9cea832ad5614df94c314d29d4b044aadce88</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</title>
<updated>2019-07-06T02:48:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-06T02:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=33f2526ba04997569f4cf88ad263a3005220885e'/>
<id>33f2526ba04997569f4cf88ad263a3005220885e</id>
<content type='text'>
Oh how much I dislike linters that don't format, and a lack of
formatter integration into my IDE :(.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oh how much I dislike linters that don't format, and a lack of
formatter integration into my IDE :(.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regex to support empty email addresses i.e. 'name &lt;&gt;'</title>
<updated>2019-07-06T02:41:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-06T02:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c282315f0b533c3790494767d1da23aaa9d360b9'/>
<id>c282315f0b533c3790494767d1da23aaa9d360b9</id>
<content type='text'>
Fixes #833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #833
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdavis-multi-value</title>
<updated>2019-07-06T02:12:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-06T02:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f'/>
<id>5cd12a6bcace3c99d94bbcf341ad7d4351eaca0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve test incompatibility with git v2.21.0</title>
<updated>2019-05-05T20:19:32+00:00</updated>
<author>
<name>James E. King III</name>
<email>jking@apache.org</email>
</author>
<published>2019-05-05T19:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=11fd713f77bb0bc817ff3c17215fd7961c025d7e'/>
<id>11fd713f77bb0bc817ff3c17215fd7961c025d7e</id>
<content type='text'>
This fixes #869
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #869
</pre>
</div>
</content>
</entry>
</feed>
