<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 0.3.5</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Bumped version to 0.3.5, required latest gitdb (v0.6.4)</title>
<updated>2015-01-12T19:50:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T19:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=a2d39529eea4d0ecfcd65a2d245284174cd2e0aa'/>
<id>a2d39529eea4d0ecfcd65a2d245284174cd2e0aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://91.123.203.49/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>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='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/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>Removed all previously added invocations of os.path.realpath as it wasn't required afterall.</title>
<updated>2015-01-12T10:16:52+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T10:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ede325d15ba9cba0e7fe9ee693085fd5db966629'/>
<id>ede325d15ba9cba0e7fe9ee693085fd5db966629</id>
<content type='text'>
Turns out that the now removed `read_gitfile` functions applied os.path.realpath which caused
the issue described in #224.

Fixes #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out that the now removed `read_gitfile` functions applied os.path.realpath which caused
the issue described in #224.

Fixes #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='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/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='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/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>Re-implemented 'user' config level based on suggestion by @jzempel</title>
<updated>2015-01-12T09:20:23+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-12T09:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=acd82464a11f3c2d3edc1d152d028a142da31a9f'/>
<id>acd82464a11f3c2d3edc1d152d028a142da31a9f</id>
<content type='text'>
The point is that XDG_CONFIG_HOME is meant to point at the '.config' directory,
whereas '.config' has to be added only if HOME is used instead.

Fixes #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The point is that XDG_CONFIG_HOME is meant to point at the '.config' directory,
whereas '.config' has to be added only if HOME is used instead.

Fixes #160
</pre>
</div>
</content>
</entry>
<entry>
<title>Added twitch/youtube information to Readme</title>
<updated>2015-01-10T19:21:10+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T19:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e84300df7deed9abf248f79526a5b41fd2f7f76e'/>
<id>e84300df7deed9abf248f79526a5b41fd2f7f76e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 'user' configuration level.</title>
<updated>2015-01-10T18:50:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-10T18:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=597bc56a32e1b709eefa4e573f11387d04629f0d'/>
<id>597bc56a32e1b709eefa4e573f11387d04629f0d</id>
<content type='text'>
Fixes #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #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='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/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>
</feed>
