<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/doc, branch 0.3.1-beta1</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>updated changelog</title>
<updated>2010-11-21T20:47:10+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T20:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6befb28efd86556e45bb0b213bcfbfa866cac379'/>
<id>6befb28efd86556e45bb0b213bcfbfa866cac379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed API reference docs as far as possible</title>
<updated>2010-11-21T16:48:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T16:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0b813371f5a8af95152cae109d28c7c97bfaf79f'/>
<id>0b813371f5a8af95152cae109d28c7c97bfaf79f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: added final docs for version 0.3.0, started new release 0.3.1</title>
<updated>2010-11-21T12:31:21+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T12:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9d6310db456de9952453361c860c3ae61b8674ea'/>
<id>9d6310db456de9952453361c860c3ae61b8674ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tutorial with a brief introduction to submodules</title>
<updated>2010-11-18T23:26:57+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-18T23:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a25e1d4aa7e5898ab1224d0e5cc5ecfbe8ed8821'/>
<id>a25e1d4aa7e5898ab1224d0e5cc5ecfbe8ed8821</id>
<content type='text'>
Changes now give a hint at the upcoming release as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes now give a hint at the upcoming release as well
</pre>
</div>
</content>
</entry>
<entry>
<title>tutorial: Fixed incorrect initialization code for bare repo, thank you, Bryan Bishop</title>
<updated>2010-11-10T08:59:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-10T08:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a1d1d2cb421f16bd277d7c4ce88398ff0f5afb29'/>
<id>a1d1d2cb421f16bd277d7c4ce88398ff0f5afb29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: untracked_files is a property, but was used like a function, see http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en</title>
<updated>2010-10-27T18:17:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-27T17:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=97ab197140b16027975c7465a5e8786e6cc8fea1'/>
<id>97ab197140b16027975c7465a5e8786e6cc8fea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unicode handling for author names. They will now be properly encoded into the byte stream, as well as decoded from it</title>
<updated>2010-10-15T10:40:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-15T10:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0019d7dc8c72839d238065473a62b137c3c350f5'/>
<id>0019d7dc8c72839d238065473a62b137c3c350f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a few more resT syntax errors on the way</title>
<updated>2010-07-14T18:14:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-14T18:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=17a172920fde8c6688c8a1a39f258629b8b73757'/>
<id>17a172920fde8c6688c8a1a39f258629b8b73757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bumped verison to 0.3.0 beta2</title>
<updated>2010-07-09T10:35:44+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-09T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=258403da9c2a087b10082d26466528fce3de38d4'/>
<id>258403da9c2a087b10082d26466528fce3de38d4</id>
<content type='text'>
docs: added changelog, which moved from the CHANGES file into sphinx
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: added changelog, which moved from the CHANGES file into sphinx
</pre>
</div>
</content>
</entry>
<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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>
</feed>
