<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/doc, branch 0.3.0-beta1</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>Fixed broken 0.2 documentation, it didn't contain the API reference previously due to import errors and a somewhat inconsistent working tree that occurred when switching branches ...</title>
<updated>2010-07-02T14:54:11+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-02T14:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f683c6623f73252645bb2819673046c9d397c567'/>
<id>f683c6623f73252645bb2819673046c9d397c567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added doc-index, which helps to keep documentation of prior but still somewhat supported versions alive</title>
<updated>2010-07-01T14:35:11+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-01T14:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c3bd05b426a0e3dec8224244c3c9c0431d1ff130'/>
<id>c3bd05b426a0e3dec8224244c3c9c0431d1ff130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Added whatsnew and put it into the index</title>
<updated>2010-06-29T21:55:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-06-29T21:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=fde6522c40a346c8b1d588a2b8d4dd362ae1f58f'/>
<id>fde6522c40a346c8b1d588a2b8d4dd362ae1f58f</id>
<content type='text'>
Set project version to 0.3.0 beta
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set project version to 0.3.0 beta
</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>Updated and fixed sphinx API docs, which included one quick skim-through</title>
<updated>2010-06-29T16:28:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-06-29T16:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=160081b9a7ca191afbec077c4bf970cfd9070d2c'/>
<id>160081b9a7ca191afbec077c4bf970cfd9070d2c</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>
</feed>
