<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/CHANGES, branch 0.2</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>repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories</title>
<updated>2009-12-03T15:31:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-12-03T15:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c05ef0e7543c2845fd431420509476537fefe2b0'/>
<id>c05ef0e7543c2845fd431420509476537fefe2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commit.name_rev property added for convenience</title>
<updated>2009-10-23T14:39:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-23T14:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=1b89f39432cdb395f5fbb9553b56595d29e2b773'/>
<id>1b89f39432cdb395f5fbb9553b56595d29e2b773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling</title>
<updated>2009-10-22T21:20:16+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-22T21:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=58e2157ad3aa9d75ef4abb90eb2d1f01fba0ba2b'/>
<id>58e2157ad3aa9d75ef4abb90eb2d1f01fba0ba2b</id>
<content type='text'>
Head.reset now is an instance method of HEAD type
Concatenated all reference specific tests into test_refs
started to fix tests breaking now because of changed interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Head.reset now is an instance method of HEAD type
Concatenated all reference specific tests into test_refs
started to fix tests breaking now because of changed interface
</pre>
</div>
</content>
</entry>
<entry>
<title>Added frame for new Repo handling and some neat decorators, including tests that test whether the testing framework does what it should</title>
<updated>2009-10-22T13:04:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-22T13:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bb0ac304431e8aed686a8a817aaccd74b1ba4f24'/>
<id>bb0ac304431e8aed686a8a817aaccd74b1ba4f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated CHANGES file to indicate addition of index class</title>
<updated>2009-10-22T12:43:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-22T12:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=59e26435a8d2008073fc315bafe9f329d0ef689a'/>
<id>59e26435a8d2008073fc315bafe9f329d0ef689a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Git.cmd: removed with_raw_output option</title>
<updated>2009-10-22T10:24:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-22T10:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f62c9b9c0c9bda792c3fa531b18190e97eb53509'/>
<id>f62c9b9c0c9bda792c3fa531b18190e97eb53509</id>
<content type='text'>
repo.archive: made it work with new way of custom output streams
added test for repo.archive which was missing for some reason
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo.archive: made it work with new way of custom output streams
added test for repo.archive which was missing for some reason
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: Added fetch, pull, push methods to the interface to make these operations more convenient, like repo.remotes.origin.fetch</title>
<updated>2009-10-21T20:53:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-21T20:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=3c9f55dd8e6697ab2f9eaf384315abd4cbefad38'/>
<id>3c9f55dd8e6697ab2f9eaf384315abd4cbefad38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bare repository handling - bare is now a property to prevent writing it</title>
<updated>2009-10-20T08:45:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-20T08:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd'/>
<id>dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved is_dirty including test</title>
<updated>2009-10-19T22:04:10+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-19T22:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e64957d8e52d7542310535bad1e77a9bbd7b4857'/>
<id>e64957d8e52d7542310535bad1e77a9bbd7b4857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemneted IterableLists for refs, commits and remote objects including simple tests</title>
<updated>2009-10-19T21:44:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-19T21:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=989671780551b7587d57e1d7cb5eb1002ade75b4'/>
<id>989671780551b7587d57e1d7cb5eb1002ade75b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
