<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git/test, branch 0.3.5</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>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>Removed os.path.realpath invocations as they are not necessary if paths are used consistently.</title>
<updated>2015-01-12T11:25:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T11:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e7671110bc865786ffe61cf9b92bf43c03759229'/>
<id>e7671110bc865786ffe61cf9b92bf43c03759229</id>
<content type='text'>
This will save IOPs, and make the code easier to understand (I suppose).

Related to #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will save IOPs, and make the code easier to understand (I suppose).

Related to #224
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo paths are now converted to real paths, as well as all paths involved in index related work.</title>
<updated>2015-01-12T10:14:06+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T10:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=43e430d7fa5298f6db6b1649c1a77c208bacf2fc'/>
<id>43e430d7fa5298f6db6b1649c1a77c208bacf2fc</id>
<content type='text'>
That way, we don't try to compare a real-path to a non-real one, which would make the implementation think
a file is not actually part of the repository.

Fixes #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way, we don't try to compare a real-path to a non-real one, which would make the implementation think
a file is not actually part of the repository.

Fixes #224
</pre>
</div>
</content>
</entry>
<entry>
<title>Added specific test for roughly checking configuration paths.</title>
<updated>2015-01-12T09:25:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T09:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7'/>
<id>dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7</id>
<content type='text'>
For some reason, I didn't trust the existing one as it tests that code
more indirectly.

Related to #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason, I didn't trust the existing one as it tests that code
more indirectly.

Related to #160
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test to actually use tilde and environment variables respectively.</title>
<updated>2015-01-10T18:23:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T18:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=becf5efbfc4aee2677e29e1c8cbd756571cb649d'/>
<id>becf5efbfc4aee2677e29e1c8cbd756571cb649d</id>
<content type='text'>
Related to #83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #83
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo.init() now supports paths with a '~' in it, or environment variables in general.</title>
<updated>2015-01-10T18:20:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T18:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6e8aa9b0aefc30ee5807c2b2cf433a38555b7e0b'/>
<id>6e8aa9b0aefc30ee5807c2b2cf433a38555b7e0b</id>
<content type='text'>
Fixes #83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #83
</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>rewrote test-string to have a chance to make flake8 happy.</title>
<updated>2015-01-10T13:09:58+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T13:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bfce49feb0be6c69f7fffc57ebdd22b6da241278'/>
<id>bfce49feb0be6c69f7fffc57ebdd22b6da241278</id>
<content type='text'>
That way, flake won't have to completely ignore issues it might have
in other portions of this file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way, flake won't have to completely ignore issues it might have
in other portions of this file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented multi-line parsing of git-config to the point where a sepcific test-file is working.</title>
<updated>2015-01-10T12:59:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T12:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=b825dc74773ffa5c7a45b48d72616b222ad2023e'/>
<id>b825dc74773ffa5c7a45b48d72616b222ad2023e</id>
<content type='text'>
This brings us much closer to what git can do, and should at least prevent errors while reading
configuration files (which would break a lot of features, like handling of remotes since these rely
reading configuration files).

Fixes #112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings us much closer to what git can do, and should at least prevent errors while reading
configuration files (which would break a lot of features, like handling of remotes since these rely
reading configuration files).

Fixes #112
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for complex blame revision query.</title>
<updated>2015-01-09T17:00:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-09T16:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a0cb95c5df7a559633c48f5b0f200599c4a62091'/>
<id>a0cb95c5df7a559633c48f5b0f200599c4a62091</id>
<content type='text'>
It works as expected by me at least.
Related to #71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It works as expected by me at least.
Related to #71
</pre>
</div>
</content>
</entry>
</feed>
