<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/lib/git/objects/commit.py, branch 2.1.3</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>moved all contents, incl. submodule gitdb, up to the root directory</title>
<updated>2010-11-21T18:17:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T18:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fafe8a77db75083de3e7af92185ecdb7f2d542d3'/>
<id>fafe8a77db75083de3e7af92185ecdb7f2d542d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ORIG_HEAD handling is now implemented in the ref-class itself, instead of being a special case of the commit method; includes tests</title>
<updated>2010-11-18T09:46:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-18T09:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=82849578e61a7dfb47fc76dcbe18b1e3b6a36951'/>
<id>82849578e61a7dfb47fc76dcbe18b1e3b6a36951</id>
<content type='text'>
util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method
</pre>
</div>
</content>
</entry>
<entry>
<title>commit: when creating a new commit and advancing the head, it will now write the ORIG_HEAD reference as well</title>
<updated>2010-11-18T08:23:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-18T08:20:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=7a320abc52307b4d4010166bd899ac75024ec9a7'/>
<id>7a320abc52307b4d4010166bd899ac75024ec9a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Objects: Constructor now manually checks and sets the input arguments to the local cache - previously a procedural approach was used, which was less code, but slower too. Especially in case of CommitObjects unrolling the loop manually makes a difference.</title>
<updated>2010-11-15T15:53:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-15T15:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=00ce31ad308ff4c7ef874d2fa64374f47980c85c'/>
<id>00ce31ad308ff4c7ef874d2fa64374f47980c85c</id>
<content type='text'>
Submodule: Implemented query methods and did a bit of testing. More is to come, but the test works for now. As special addition, the submodule implementation uses the section name as submodule ID even though it seems to be just the path. This allows to make renames easier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submodule: Implemented query methods and did a bit of testing. More is to come, but the test works for now. As special addition, the submodule implementation uses the section name as submodule ID even though it seems to be just the path. This allows to make renames easier
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug that would cause the author's email to be a generic default one, instead of the existing and valid. The rest of the ConfigParser handling is correct, as it reads all configuration files available to git</title>
<updated>2010-10-27T18:51:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-27T18:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1b6b9510e0724bfcb4250f703ddf99d1e4020bbc'/>
<id>1b6b9510e0724bfcb4250f703ddf99d1e4020bbc</id>
<content type='text'>
see http://github.com/Byron/GitPython/issues#issue/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see http://github.com/Byron/GitPython/issues#issue/1
</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>unicode handling in messages and trees was improved. Messages are now written according to the encoding of the commit object, and decoded using that information as well. Trees will encode and decode their names with utf8</title>
<updated>2010-08-13T12:21:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-08-13T12:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=394ed7006ee5dc8bddfd132b64001d5dfc0ffdd3'/>
<id>394ed7006ee5dc8bddfd132b64001d5dfc0ffdd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions</title>
<updated>2010-06-29T18:00:46+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-06-29T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=77cd6659b64cb1950a82e6a3cccdda94f15ae739'/>
<id>77cd6659b64cb1950a82e6a3cccdda94f15ae739</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='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/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>Diff: fixed bug that caused a string to end up as a blob mode</title>
<updated>2010-06-29T10:10:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-06-29T10:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6917ae4ce9eaa0f5ea91592988c1ea830626ac3a'/>
<id>6917ae4ce9eaa0f5ea91592988c1ea830626ac3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
