<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch py2</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Moved everything into the git subdirectory - some tests still need to be adjusted</title>
<updated>2010-11-25T16:01:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-25T16:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=cb68eef0865df6aedbc11cd81888625a70da6777'/>
<id>cb68eef0865df6aedbc11cd81888625a70da6777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented dry_run mode including tests for RootModule.update and Submodule</title>
<updated>2010-11-25T10:23:57+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-25T10:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=523fb313f77717a12086319429f13723fe95f85e'/>
<id>523fb313f77717a12086319429f13723fe95f85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule.update: previous_commit is now set according to the stored reflog value, and is not using ORIG_HEAD anymore</title>
<updated>2010-11-24T21:23:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T21:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=7da101ba9a09a22a85c314a8909fd23468ae66f0'/>
<id>7da101ba9a09a22a85c314a8909fd23468ae66f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted remaining usages of set_reference and set_commit to set a logmessage</title>
<updated>2010-11-24T21:05:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T21:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=b81273e70c9c31ae02cb0a2d6e697d7a4e2b683a'/>
<id>b81273e70c9c31ae02cb0a2d6e697d7a4e2b683a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed doc strings, improved error checking on RefLog.write method</title>
<updated>2010-11-24T18:48:44+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T18:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=3203cd7629345d32806f470a308975076b2b4686'/>
<id>3203cd7629345d32806f470a308975076b2b4686</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='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/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>Renamed msg named parameter to logmsg, as it describes the purpose of the message much better</title>
<updated>2010-11-24T17:06:00+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T16:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=86523260c495d9a29aa5ab29d50d30a5d1981a0c'/>
<id>86523260c495d9a29aa5ab29d50d30a5d1981a0c</id>
<content type='text'>
Added test for deletion of reflog file when the corresponding ref is deleted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added test for deletion of reflog file when the corresponding ref is deleted
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for creation and adjustments of reference, verifying the log gets written</title>
<updated>2010-11-24T16:51:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T16:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c946bf260d3f7ca54bffb796a82218dce0eb703f'/>
<id>c946bf260d3f7ca54bffb796a82218dce0eb703f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed remaining issues, all tests work as expected</title>
<updated>2010-11-24T16:12:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T16:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=264ba6f54f928da31a037966198a0849325b3732'/>
<id>264ba6f54f928da31a037966198a0849325b3732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unified object and commit handling which should make the reflog handling much easier. There is some bug in it though, it still needs fixing</title>
<updated>2010-11-24T14:56:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-24T14:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ec0657cf5de9aeb5629cc4f4f38b36f48490493e'/>
<id>ec0657cf5de9aeb5629cc4f4f38b36f48490493e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
