<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/cmd.py, branch 0.3.5</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>IndexFile.commit() now runs pre-commit and post-commit hooks.</title>
<updated>2015-01-12T13:55:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T13:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e8eae18dcc360e6ab96c2291982bd4306adc01b9'/>
<id>e8eae18dcc360e6ab96c2291982bd4306adc01b9</id>
<content type='text'>
However, it does so only on posix. The test-case will run on posix only
as well.
Please note that in theory, even on windows we will attempt to run hooks,
even though I am not sure that this will actually work.

Fixes #81
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
However, it does so only on posix. The test-case will run on posix only
as well.
Please note that in theory, even on windows we will attempt to run hooks,
even though I am not sure that this will actually work.

Fixes #81
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test to assure blame can deal with binary patches.</title>
<updated>2015-01-09T11:49:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-09T11:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=17f5d13a7a741dcbb2a30e147bdafe929cff4697'/>
<id>17f5d13a7a741dcbb2a30e147bdafe929cff4697</id>
<content type='text'>
Fixes #74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #74
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error handling of fetch/pull line parsing</title>
<updated>2015-01-08T08:24:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T08:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c7887c66483ffa9a839ecf1a53c5ef718dcd1d2d'/>
<id>c7887c66483ffa9a839ecf1a53c5ef718dcd1d2d</id>
<content type='text'>
Fixes #48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #48
</pre>
</div>
</content>
</entry>
<entry>
<title>Made improvements to assure test-cases don't leak file handles</title>
<updated>2015-01-07T19:00:21+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T19:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=36cdfd3209909163549850709d7f12fdf1316434'/>
<id>36cdfd3209909163549850709d7f12fdf1316434</id>
<content type='text'>
At least leakage is considerably reduced.
Additionally, a test-case was added which triggers failure if auto-disposal
of resources wouldn't work.

Fixes #60
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least leakage is considerably reduced.
Additionally, a test-case was added which triggers failure if auto-disposal
of resources wouldn't work.

Fixes #60
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8</title>
<updated>2015-01-07T11:37:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T11:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=87a6ffa13ae2951a168cde5908c7a94b16562b96'/>
<id>87a6ffa13ae2951a168cde5908c7a94b16562b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using a wait-group seems to properly sync the threads for buffer depletion</title>
<updated>2015-01-07T11:32:45+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T11:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=763ef75d12f0ad6e4b79a7df304c7b5f1b5a11f2'/>
<id>763ef75d12f0ad6e4b79a7df304c7b5f1b5a11f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented threaded version of pipe-draining</title>
<updated>2015-01-07T10:41:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T10:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c86bea60dde4016dd850916aa2e0db5260e1ff61'/>
<id>c86bea60dde4016dd850916aa2e0db5260e1ff61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented non-blocking operations using poll()</title>
<updated>2015-01-07T10:18:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T10:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=491440543571b07c849c0ef9c4ebf5c27f263bc0'/>
<id>491440543571b07c849c0ef9c4ebf5c27f263bc0</id>
<content type='text'>
Next up is using threads
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Next up is using threads
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we ignore WindowsErrors too, in case the process is already dead</title>
<updated>2015-01-07T08:29:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T08:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d83f6e84cbeb45dce4576a9a4591446afefa50b2'/>
<id>d83f6e84cbeb45dce4576a9a4591446afefa50b2</id>
<content type='text'>
Fixes #140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #140
</pre>
</div>
</content>
</entry>
<entry>
<title>This should fix flake8 on py3</title>
<updated>2015-01-07T08:06:52+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T08:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=3efacd7aea48c93e0a42c1e83bf3c96e9e50f178'/>
<id>3efacd7aea48c93e0a42c1e83bf3c96e9e50f178</id>
<content type='text'>
See #177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #177
</pre>
</div>
</content>
</entry>
</feed>
