<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch 0.2</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>diff: by limiting the splitcount to 5, a subtle bug was introduced as the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fix</title>
<updated>2010-05-25T18:11:43+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-25T18:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1019d4cf68d1acdbb4d6c1abb7e71ac9c0f581af'/>
<id>1019d4cf68d1acdbb4d6c1abb7e71ac9c0f581af</id>
<content type='text'>
Wow, at least two people reviewd the code, but it slipped through anyway :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wow, at least two people reviewd the code, but it slipped through anyway :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo: Added comparison operators and hash operator including test</title>
<updated>2010-05-12T13:56:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-11T09:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=600fcbc1a2d723f8d51e5f5ab6d9e4c389010e1c'/>
<id>600fcbc1a2d723f8d51e5f5ab6d9e4c389010e1c</id>
<content type='text'>
Cmd: AutoInterrupt handles boundary cases more gracefully as it can be that the os module suddenly becomes None if the interpreter is going down
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cmd: AutoInterrupt handles boundary cases more gracefully as it can be that the os module suddenly becomes None if the interpreter is going down
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle filenames with embedded spaces when generating diffs</title>
<updated>2010-05-10T20:16:10+00:00</updated>
<author>
<name>Rick Copeland</name>
<email>rcopeland@geek.net</email>
</author>
<published>2010-05-07T19:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=de5bc8f7076c5736ef1efa57345564fbc563bd19'/>
<id>de5bc8f7076c5736ef1efa57345564fbc563bd19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>index.add: added index path rewrite functionality, which allows to store a different path in the index than the actual one on disk ( from which the object will be created )</title>
<updated>2010-05-10T20:05:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-10T20:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c083f3d0b853e723d0d4b00ff2f1ec5f65f05cba'/>
<id>c083f3d0b853e723d0d4b00ff2f1ec5f65f05cba</id>
<content type='text'>
Fixed bug the way newlines were handled, which  hopefully fixes occasional hangs as well. It works fine with git 1.7.1
Most of the changes are due to the tab-space conversion - its weird once more as I thought it was all in spaces before ... .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bug the way newlines were handled, which  hopefully fixes occasional hangs as well. It works fine with git 1.7.1
Most of the changes are due to the tab-space conversion - its weird once more as I thought it was all in spaces before ... .
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: added test with some basic assertions for empty repositories  these</title>
<updated>2010-05-10T17:32:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-10T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8'/>
<id>837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8</id>
<content type='text'>
repo.is_dirty: Will not fail on empty repo ( anymore )
index.entries: will just be empty if the repository is empty
refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it

Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo.is_dirty: Will not fail on empty repo ( anymore )
index.entries: will just be empty if the repository is empty
refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it

Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
</pre>
</div>
</content>
</entry>
<entry>
<title>Added additional tz_offset testing in performance test to call it more often.</title>
<updated>2010-04-30T07:57:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-04-30T07:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0d6ceabf5b90e7c0690360fc30774d36644f563c'/>
<id>0d6ceabf5b90e7c0690360fc30774d36644f563c</id>
<content type='text'>
Fixed test which required to be on master to work - it now uses the HEAD symbolic ref instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed test which required to be on master to work - it now uses the HEAD symbolic ref instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for time zone information in tags and commits.</title>
<updated>2010-04-27T20:38:35+00:00</updated>
<author>
<name>Rick Copeland</name>
<email>rcopeland@geek.net</email>
</author>
<published>2010-04-27T20:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b48e4d3aa853687f420dc51969837734b70bfdec'/>
<id>b48e4d3aa853687f420dc51969837734b70bfdec</id>
<content type='text'>
This commit includes
 - an update to git.objects.utils:parse_actor_and_date to parse the timezone offset
 - updates to the git.objects.Commit and git.objects.Tag objects to support *_tz_offset attributes
 - updates to tests in test.git.test_commit and test.git.test_refs to check for appropriate *_tz_offset attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit includes
 - an update to git.objects.utils:parse_actor_and_date to parse the timezone offset
 - updates to the git.objects.Commit and git.objects.Tag objects to support *_tz_offset attributes
 - updates to tests in test.git.test_commit and test.git.test_refs to check for appropriate *_tz_offset attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>test system: renamed a few test methods in test_remote which could been mistaken for disabled tests, although they are actually called by the test cases as utility functions</title>
<updated>2010-03-21T15:16:00+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-03-21T15:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=997b7611dc5ec41d0e3860e237b530f387f3524a'/>
<id>997b7611dc5ec41d0e3860e237b530f387f3524a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted all tabs to 4 space characters each to comply with pep8</title>
<updated>2010-03-04T08:06:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-03-04T08:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b'/>
<id>72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit.iter_items: Will not restrict comits to the ones containing changes to paths anymore as it will only append '--' if paths are actually given.</title>
<updated>2010-02-28T19:29:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-02-28T19:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6bfdf93201ea413affd4c8fbe406ea2b4a7c1b6b'/>
<id>6bfdf93201ea413affd4c8fbe406ea2b4a7c1b6b</id>
<content type='text'>
Added unittest to verify this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unittest to verify this
</pre>
</div>
</content>
</entry>
</feed>
