<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/ref, branch gitdbmerger</title>
<subtitle>github.com: gitpython-developers/gitdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/'/>
<entry>
<title>Removed plenty of code which went into git-python. This is just for completeness, gitdb doesn't need to be worked on anymore</title>
<updated>2011-05-05T17:44:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-05-05T17:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=e03093dd392b92f51b7d7cf66d7b1949b9f843e6'/>
<id>e03093dd392b92f51b7d7cf66d7b1949b9f843e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First version with some working reference tests. The db implementation is still a mess, it really needs to be separated into interfaces and implementations, sorted by type , like pure, pygit(at some point) and so on. This would already allow database implementations to be mixed and matched. One further step to be taken another day would be to 'interfacify' object and reference types, so they could be replaced by different implementations as well including full isinstance support (as isinstance would only check for the base interface). To ease this, the interfaces would just keep their original names, but the implementation would move to types like PureObject, PureSymbolicReference, etc. etc</title>
<updated>2011-04-29T12:38:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-29T12:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=8ae52a5aa3afd4a5c3e6055bb19efbf703e2cf86'/>
<id>8ae52a5aa3afd4a5c3e6055bb19efbf703e2cf86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaemd odb to repo (once again) as references require a full repository with reference support, as opposed to a plain odb which objects are already happy with. Tests now work up to the point where a rev-parse is required. This could be helped, but revparse could also be implemented somewhere which was the reason for pulling in so much code in the first place</title>
<updated>2011-04-29T08:58:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-29T08:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=2b2ca10b31a010e679e8ca1a42935c3d97d1085d'/>
<id>2b2ca10b31a010e679e8ca1a42935c3d97d1085d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied more fixes and an implementation for the RepositoryPathsMixin. This showed that we need to distinguish between plain object dbs with a respective interface and full repositories, which have references and remotes. Ideally, the ones that require only odbs use the odb member, others use the repo member</title>
<updated>2011-04-29T08:27:01+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-29T08:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=7e0dc3c3cb8e22cf5d5983bc3424b180b5c563ca'/>
<id>7e0dc3c3cb8e22cf5d5983bc3424b180b5c563ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added RepositoryPathMixin as well as ConfigurationMixin. The first mentioned one still needs to be implemented, and integrated into type hierarchy to be actually useful. A test for the RepositoryPathsMixin would be required as well</title>
<updated>2011-04-26T21:42:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-26T21:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=d021904974e182658a5051b5276e31469b9868d4'/>
<id>d021904974e182658a5051b5276e31469b9868d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed reference tests - symbolic refs now need to be created with a git_dir() providing repository. Currently there is no separate interface for this, which might have to be added at some point just for the sake of completeness</title>
<updated>2011-04-26T08:21:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-26T08:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=ccd4ff9d98178e9b194f8bd0bb93a8378493db74'/>
<id>ccd4ff9d98178e9b194f8bd0bb93a8378493db74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ref test up to the point where there is an issue resolving objects in the database for some reason.</title>
<updated>2011-04-26T07:26:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-26T07:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=00c53019b58d1f7dc541a4786f829ec72586f112'/>
<id>00c53019b58d1f7dc541a4786f829ec72586f112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ref implementation and tried to fix it so that it has a chance of running. Currently it requires an object implementation which will be ported next. None of the tests is expected to run yet.</title>
<updated>2011-04-07T10:12:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-04-07T10:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=7c4d3d6b000930134019515c83c10b140330d313'/>
<id>7c4d3d6b000930134019515c83c10b140330d313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
