<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/doc, branch 0.3.1-beta2</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>blob: Added class level members to represent valid file modes that can be used if you create a new blob</title>
<updated>2011-01-06T17:10:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-06T16:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6720e8df09a314c3e4ce20796df469838379480d'/>
<id>6720e8df09a314c3e4ce20796df469838379480d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious</title>
<updated>2010-11-30T20:29:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-30T20:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=1053448ad885c633af9805a750d6187d19efaa6c'/>
<id>1053448ad885c633af9805a750d6187d19efaa6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed docs</title>
<updated>2010-11-25T16:26:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-25T16:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c'/>
<id>3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Submodule: Added dry_run and progress parameter to the update method. It is copatible to the RemoteProgress and should satisfy all progress needs. Dryrun will be useful in conjunction with the progress to verify the changes to be done</title>
<updated>2010-11-24T22:55:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T22:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=2c12fef1b1971ba7a50e7e5c497caf51e0f68479'/>
<id>2c12fef1b1971ba7a50e7e5c497caf51e0f68479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted all Head.create calls to set a logmessage similar to the one git uses</title>
<updated>2010-11-24T20:33:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T20:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=968ffb2c2e5c6066a2b01ad2a0833c2800880d46'/>
<id>968ffb2c2e5c6066a2b01ad2a0833c2800880d46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RefLog: added entry_at method, which is a faster way of reading single entries, including test</title>
<updated>2010-11-24T18:37:06+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T18:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=98a313305f0d554a179b93695d333199feb5266c'/>
<id>98a313305f0d554a179b93695d333199feb5266c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made previously protected methods public to introduce a method with reflog support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For details, see doc/source/changes.rst</title>
<updated>2010-11-24T11:30:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T11:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a17c43d0662bab137903075f2cff34bcabc7e1d1'/>
<id>a17c43d0662bab137903075f2cff34bcabc7e1d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repo.rev_parse: Added support for simple log parsing - dates are not yet supported, mainly because I don't need it</title>
<updated>2010-11-23T17:03:35+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-23T16:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=5bd7d44ff7e51105e3e277aee109a45c42590572'/>
<id>5bd7d44ff7e51105e3e277aee109a45c42590572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation is now being built for all new modules</title>
<updated>2010-11-23T15:32:43+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-23T15:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=9ccd777c386704911734ae4c33a922a5682ac6c8'/>
<id>9ccd777c386704911734ae4c33a922a5682ac6c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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='https://git.otimperi.dev/GitPython/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>
</feed>
