<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/doc/intro.rst, branch 3.0.1</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>Moved all source files into the source folder, separating the build from the source directory</title>
<updated>2010-07-01T14:13:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-01T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d2ebc6193f7205fd1686678a5707262cb1c59bb0'/>
<id>d2ebc6193f7205fd1686678a5707262cb1c59bb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1</title>
<updated>2010-07-01T13:45:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-01T13:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=28a33ca17ac5e0816a3e24febb47ffcefa663980'/>
<id>28a33ca17ac5e0816a3e24febb47ffcefa663980</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revised tutorial to match the changed usage, added basic information about object databases</title>
<updated>2010-06-29T19:49:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-06-29T19:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=0369384c8b79c44c5369f1b6c05046899f8886da'/>
<id>0369384c8b79c44c5369f1b6c05046899f8886da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>index: index-add fixed to always append a newline after each item. In git has unified its way it reads from stdin, now it wants all items to be terminated by a newline usually. Previously, it could have been that it really didn't want to have a termination character when the last item was written to the file. Bumped the minimum requirements to 1.7.0 to be sure it is working as I think it will.</title>
<updated>2010-05-26T21:40:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-26T21:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=ecf37a1b4c2f70f1fc62a6852f40178bf08b9859'/>
<id>ecf37a1b4c2f70f1fc62a6852f40178bf08b9859</id>
<content type='text'>
Still, I have to admit that sometime it just appears the closed pipe will not stop git from waiting for more input, at least with the previous implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still, I have to admit that sometime it just appears the closed pipe will not stop git from waiting for more input, at least with the previous implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: added test with some basic assertions for empty repositories  these</title>
<updated>2010-05-10T17:32:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-10T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8'/>
<id>837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8</id>
<content type='text'>
repo.is_dirty: Will not fail on empty repo ( anymore )
index.entries: will just be empty if the repository is empty
refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it

Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo.is_dirty: Will not fail on empty repo ( anymore )
index.entries: will just be empty if the repository is empty
refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it

Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: removed &gt;&gt;&gt; in front of examples to make copy-pasting easier</title>
<updated>2010-05-06T21:10:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-06T21:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=63761f4cb6f3017c6076ecd826ed0addcfb03061'/>
<id>63761f4cb6f3017c6076ecd826ed0addcfb03061</id>
<content type='text'>
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove hard linebreaks in favor of soft-linebreaks done by the editor, as this is more flexible when editing
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Added mailing list and issue tracker information</title>
<updated>2010-05-06T10:02:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-06T10:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e41c727be8dbf8f663e67624b109d9f8b135a4ab'/>
<id>e41c727be8dbf8f663e67624b109d9f8b135a4ab</id>
<content type='text'>
Docs: updated roadmap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs: updated roadmap
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.</title>
<updated>2010-05-04T16:00:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-04T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=143b927307d46ccb8f1cc095739e9625c03c82ff'/>
<id>143b927307d46ccb8f1cc095739e9625c03c82ff</id>
<content type='text'>
README/intro.rst: added information about the new repository at github
tree: added marker to indicate that submodules would have to be returned there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
README/intro.rst: added information about the new repository at github
tree: added marker to indicate that submodules would have to be returned there
</pre>
</div>
</content>
</entry>
<entry>
<title>index.add: added progress function support and made sure progress is sent just in time</title>
<updated>2009-11-19T23:14:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-19T23:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=84f9b603b44e0225391f1495034e0a66514c7368'/>
<id>84f9b603b44e0225391f1495034e0a66514c7368</id>
<content type='text'>
This adds a dependency to a git update index fix - and I hope it will be put in in time ( including windows version )
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a dependency to a git update index fix - and I hope it will be put in in time ( including windows version )
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted tabs to spaces.</title>
<updated>2009-11-04T16:10:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-04T16:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=fc2201e660014c5d91fec8e3c3a3fa5a66dcf33b'/>
<id>fc2201e660014c5d91fec8e3c3a3fa5a66dcf33b</id>
<content type='text'>
Set required mock version to 0.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set required mock version to 0.5
</pre>
</div>
</content>
</entry>
</feed>
