<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/test/test_refs.py, branch 0.3.2.1-patched</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 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='https://git.otimperi.dev/GitPython/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>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='https://git.otimperi.dev/GitPython/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>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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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>
<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>Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set during merge and rebase, and probably everything that changes the ref more drastically. Probably I have to reread that. What needs to be adjusted though is the reflog</title>
<updated>2010-11-23T21:47:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-23T21:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=61f3db7bd07ac2f3c2ff54615c13bf9219289932'/>
<id>61f3db7bd07ac2f3c2ff54615c13bf9219289932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information</title>
<updated>2010-11-23T20:14:59+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-23T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a21a9f6f13861ddc65671b278e93cf0984adaa30'/>
<id>a21a9f6f13861ddc65671b278e93cf0984adaa30</id>
<content type='text'>
Reflog: implemented and tested append_entry method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reflog: implemented and tested append_entry method
</pre>
</div>
</content>
</entry>
<entry>
<title>SymbolicReference: log method added, including test</title>
<updated>2010-11-23T15:04:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-23T14:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=8ad01ee239f9111133e52af29b78daed34c52e49'/>
<id>8ad01ee239f9111133e52af29b78daed34c52e49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
