<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/test, branch 0.1.7</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>Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian to the AUTHORS file.</title>
<updated>2010-03-04T04:46:23+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2010-03-04T04:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e3e2c8c14b861b4d4865a9574e812ef9f2609771'/>
<id>e3e2c8c14b861b4d4865a9574e812ef9f2609771</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed utils.touch which did not work as the 'time' arg was missing, and even if added the method fails if the file does not exist ( at least on linux )</title>
<updated>2009-10-21T12:54:59+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-21T12:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=acb0fa8b94ef421ad60c8507b634759a472cd56c'/>
<id>acb0fa8b94ef421ad60c8507b634759a472cd56c</id>
<content type='text'>
repo.daemon_export: fixed test for it which still used the daemon_serve property that does not exist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo.daemon_export: fixed test for it which still used the daemon_serve property that does not exist
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed repo.alternates implementation which didn't work in the 'real' world with a non-mock test</title>
<updated>2009-10-21T12:47:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-21T12:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a2ec078f25eb357edd1912ca3dbd578979a51226'/>
<id>a2ec078f25eb357edd1912ca3dbd578979a51226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added info about 0.1.7 release changes</title>
<updated>2009-10-21T08:03:56+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-21T08:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a7f52745c95e5dd673a79a2281ccd7463ce00ffa'/>
<id>a7f52745c95e5dd673a79a2281ccd7463ce00ffa</id>
<content type='text'>
reverted 19533ffadbcc959f12bf51488cf66f0715bec4c1 as it would introduce an API change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverted 19533ffadbcc959f12bf51488cf66f0715bec4c1 as it would introduce an API change
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unittests for Mock 0.5.0</title>
<updated>2009-10-20T19:37:04+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2009-07-14T14:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=08f3289be744d27e461e595bffece867c8ce2c15'/>
<id>08f3289be744d27e461e595bffece867c8ce2c15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repo_tests: fixed duplicate test-method name which would redefine the previous one which never ran</title>
<updated>2009-10-08T20:59:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T19:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=ac13dbce276f81b5839987140cdd8db3d15d42a1'/>
<id>ac13dbce276f81b5839987140cdd8db3d15d42a1</id>
<content type='text'>
removed old tests which were commented out
test_achive* method didn't actually call the functions, but only derefenced them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed old tests which were commented out
test_achive* method didn't actually call the functions, but only derefenced them
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Diff class which used Commits instead of Blobs - as Blobs contain the path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run</title>
<updated>2009-10-08T20:59:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T15:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=19533ffadbcc959f12bf51488cf66f0715bec4c1'/>
<id>19533ffadbcc959f12bf51488cf66f0715bec4c1</id>
<content type='text'>
Diff docs have been updated to provide a little more information on specifics cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff docs have been updated to provide a little more information on specifics cases
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed git.blob.Blob.blame function which would return the text-per-commit as individual characters</title>
<updated>2009-10-08T20:59:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T08:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=33401c3b9b99bac3ae13a90b657cff94dfe7125b'/>
<id>33401c3b9b99bac3ae13a90b657cff94dfe7125b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of spring cleaning and added in Sphinx documentation.</title>
<updated>2009-01-24T20:40:27+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-01-24T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c76852d0bff115720af3f27acdb084c59361e5f6'/>
<id>c76852d0bff115720af3f27acdb084c59361e5f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed Commit.stats retrieval for parentless commits in bare repos</title>
<updated>2008-12-17T01:53:04+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-17T00:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=e4582f805156095604fe07e71195cd9aa43d7a34'/>
<id>e4582f805156095604fe07e71195cd9aa43d7a34</id>
<content type='text'>
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
</pre>
</div>
</content>
</entry>
</feed>
