<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/lib/git/repo, branch 0.3.2.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 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='https://git.otimperi.dev/GitPython/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>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='https://git.otimperi.dev/GitPython/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>repo: Added create_submodule method which fits into the tradition of offering a create_* method for most important entities.</title>
<updated>2010-11-17T20:33:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-17T20:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=7cc4d748a132377ffe63534e9777d7541a3253c5'/>
<id>7cc4d748a132377ffe63534e9777d7541a3253c5</id>
<content type='text'>
Moved implementation of smart update method to the RootModule implementation, where it may do special things without requiring an interface for everything
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved implementation of smart update method to the RootModule implementation, where it may do special things without requiring an interface for everything
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo: scetched out submodule_update</title>
<updated>2010-11-17T10:17:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-17T10:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e84d05f4bbf7090a9802e9cd198d1c383974cb12'/>
<id>e84d05f4bbf7090a9802e9cd198d1c383974cb12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized test-decorators, by completely removing with_bare_rw_repo, which was mainly copy-paste from with_rw_repo, what a shame</title>
<updated>2010-11-15T18:03:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-15T18:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=624556eae1c292a1dc283d9dca1557e28abe8ee3'/>
<id>624556eae1c292a1dc283d9dca1557e28abe8ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo: added submodule query and iteration methods similar to the ones provided for Remotes, including test</title>
<updated>2010-11-15T17:42:44+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-15T17:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f97653aa06cf84bcf160be3786b6fce49ef52961'/>
<id>f97653aa06cf84bcf160be3786b6fce49ef52961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BaseIndexEntry: Added to_blob method, refactored functionality sligthly</title>
<updated>2010-07-20T14:18:01+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-20T14:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=192472f9673b18c91ce618e64e935f91769c50e7'/>
<id>192472f9673b18c91ce618e64e935f91769c50e7</id>
<content type='text'>
repo.clone: assured backslashes won't reach the remote configuration, as it can cause trouble when re-reading the file later on. Some git commands don't appear to be able to properly deal with backslashes, other's do
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo.clone: assured backslashes won't reach the remote configuration, as it can cause trouble when re-reading the file later on. Some git commands don't appear to be able to properly deal with backslashes, other's do
</pre>
</div>
</content>
</entry>
<entry>
<title>Added python 2.4 support: Repo will now use the original GitCmdObjectDB in python 2.4, as the pure python implementation cannot work without memory maps</title>
<updated>2010-07-09T10:18:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-09T10:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=08457a7a6b6ad4f518fad0d5bca094a2b5b38fbe'/>
<id>08457a7a6b6ad4f518fad0d5bca094a2b5b38fbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted clone method to allow static classmethod clone ( using clone_from ) as well as the previous instance method clone to keep it compatible</title>
<updated>2010-07-07T21:45:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-07T21:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=b425301ad16f265157abdaf47f7af1c1ea879068'/>
<id>b425301ad16f265157abdaf47f7af1c1ea879068</id>
<content type='text'>
Fixed small bug in test code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed small bug in test code
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted previous object creators to use the rev_parse method directly. rev_parse could be adjusted not to return Objects anymore, providing better performance for those who just want a sha only. On the other hand, the method is high-level and should be convenient to use as well, its a starting point for more usually, hence its unlikely to call it in tight loops</title>
<updated>2010-07-07T15:30:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-07T15:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bc31651674648f026464fd4110858c4ffeac3c18'/>
<id>bc31651674648f026464fd4110858c4ffeac3c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
