<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/CHANGES, branch 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>Many small doc changes pulled in from the 0.1.7RC branch.</title>
<updated>2010-03-20T15:45:58+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2010-03-20T15:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=7bfca5efce8988e6070e7284bd409d1a731a3fbc'/>
<id>7bfca5efce8988e6070e7284bd409d1a731a3fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added info about 0.1.7 release changes</title>
<updated>2009-10-21T08:03:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-21T08:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a7f52745c95e5dd673a79a2281ccd7463ce00ffa'/>
<id>a7f52745c95e5dd673a79a2281ccd7463ce00ffa</id>
<content type='text'>
reverted 19533ffadbcc959f12bf51488cf66f0715bec4c1 as it would introduce an API change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverted 19533ffadbcc959f12bf51488cf66f0715bec4c1 as it would introduce an API change
</pre>
</div>
</content>
</entry>
<entry>
<title>Officially named next bug-fix release 0.1.7</title>
<updated>2009-10-20T19:43:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-20T19:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=047b210d6b9ae0b65a2aee0fcfb6858c6dc01bf9'/>
<id>047b210d6b9ae0b65a2aee0fcfb6858c6dc01bf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved compatibility information of possible future release into right spot ( to the top of the release list )</title>
<updated>2009-10-09T09:59:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-09T09:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f4874ca00b5f6bcba3a62d5776a4b2da899c8846'/>
<id>f4874ca00b5f6bcba3a62d5776a4b2da899c8846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Diff class which used Commits instead of Blobs - as Blobs contain the path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run</title>
<updated>2009-10-08T20:59:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T15:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=19533ffadbcc959f12bf51488cf66f0715bec4c1'/>
<id>19533ffadbcc959f12bf51488cf66f0715bec4c1</id>
<content type='text'>
Diff docs have been updated to provide a little more information on specifics cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff docs have been updated to provide a little more information on specifics cases
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of spring cleaning and added in Sphinx documentation.</title>
<updated>2009-01-24T20:40:27+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-01-24T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c76852d0bff115720af3f27acdb084c59361e5f6'/>
<id>c76852d0bff115720af3f27acdb084c59361e5f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected a problem with commits_between returning None.</title>
<updated>2009-01-24T16:00:23+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-01-24T16:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bcd57e349c08bd7f076f8d6d2f39b702015358c1'/>
<id>bcd57e349c08bd7f076f8d6d2f39b702015358c1</id>
<content type='text'>
This was caused by calling reverse on the list, which reverses the list in
place and returns None. We really need tests for this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was caused by calling reverse on the list, which reverses the list in
place and returns None. We really need tests for this.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed Commit.stats retrieval for parentless commits in bare repos</title>
<updated>2008-12-17T01:53:04+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-17T00:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e4582f805156095604fe07e71195cd9aa43d7a34'/>
<id>e4582f805156095604fe07e71195cd9aa43d7a34</id>
<content type='text'>
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changes information for path component change.</title>
<updated>2008-12-16T15:42:28+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-16T15:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=79cfe05054de8a31758eb3de74532ed422c8da27'/>
<id>79cfe05054de8a31758eb3de74532ed422c8da27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in Changes documentation for 0.1.6</title>
<updated>2008-12-16T01:48:33+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-16T01:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=4b43ca7ff72d5f535134241e7c797ddc9c7a3573'/>
<id>4b43ca7ff72d5f535134241e7c797ddc9c7a3573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
