<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/doc/source, branch issue-232-reproduction</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>Added 'path' keyword argument to Repo.archive().</title>
<updated>2015-01-14T15:23:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-14T15:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=aa1b156ee96f5aabdca153c152ec6e3215fdf16f'/>
<id>aa1b156ee96f5aabdca153c152ec6e3215fdf16f</id>
<content type='text'>
This allows sub-trees to be archived as well, and makes `.archive()`
feature complete.

Fixes #67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows sub-trees to be archived as well, and makes `.archive()`
feature complete.

Fixes #67
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `Repo.merge_base(...)` implementation, including test-case.</title>
<updated>2015-01-13T19:00:21+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-13T19:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e973e6f829de5dd1c09d0db39d232230e7eb01d8'/>
<id>e973e6f829de5dd1c09d0db39d232230e7eb01d8</id>
<content type='text'>
Fixes #169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #169
</pre>
</div>
</content>
</entry>
<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='https://git.otimperi.dev/GitPython/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 search_parent_directories keyword argument to Repo type.</title>
<updated>2015-01-10T17:22:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T17:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=96c6ab4f7572fd5ca8638f3cb6e342d5000955e7'/>
<id>96c6ab4f7572fd5ca8638f3cb6e342d5000955e7</id>
<content type='text'>
Now by default, we will not walk up the directory structure and possibly find
git directories that the user didn't intend to find.
If required, that kind of behaviour can be turned back on.

Fixes #65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now by default, we will not walk up the directory structure and possibly find
git directories that the user didn't intend to find.
If required, that kind of behaviour can be turned back on.

Fixes #65
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update odb caches after fetch or pull.</title>
<updated>2015-01-08T11:10:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T11:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=46889d1dce4506813206a8004f6c3e514f22b679'/>
<id>46889d1dce4506813206a8004f6c3e514f22b679</id>
<content type='text'>
Fixes #34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #34
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for rename detection in raw mode (which is the default).</title>
<updated>2015-01-08T10:16:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T10:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=987f9bbd08446de3f9d135659f2e36ad6c9d14fb'/>
<id>987f9bbd08446de3f9d135659f2e36ad6c9d14fb</id>
<content type='text'>
Fixes #36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #36
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'commit_by_actor' of https://github.com/firm1/GitPython into firm1-commit_by_actor</title>
<updated>2015-01-07T13:44:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-07T13:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=73790919dbe038285a3612a191c377bc27ae6170'/>
<id>73790919dbe038285a3612a191c377bc27ae6170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation</title>
<updated>2015-01-07T12:10:00+00:00</updated>
<author>
<name>firm1</name>
<email>firm1@users.noreply.github.com</email>
</author>
<published>2015-01-07T10:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=0d4b4ea9c84198a9b6003611a3af00ee677d09a6'/>
<id>0d4b4ea9c84198a9b6003611a3af00ee677d09a6</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='https://git.otimperi.dev/GitPython/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>Bumped version to 0.3.4</title>
<updated>2015-01-06T15:09:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-06T15:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=68f8a43d1b643318732f30ee1cd75e1d315a4537'/>
<id>68f8a43d1b643318732f30ee1cd75e1d315a4537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
