<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test, branch 2.0.0</title>
<subtitle>github.com: gitpython-developers/gitdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/'/>
<entry>
<title>Merge pull request #28 from scop/with</title>
<updated>2016-07-30T14:43:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-07-30T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=58cfb7e21253287240f24290e69c00e5e119c400'/>
<id>58cfb7e21253287240f24290e69c00e5e119c400</id>
<content type='text'>
Handle more file open/close with "with"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle more file open/close with "with"</pre>
</div>
</content>
</entry>
<entry>
<title>Handle more file open/close with "with"</title>
<updated>2016-07-27T06:34:09+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-27T06:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=f957c812ac3221773058ba2fa8cd38017537da8a'/>
<id>f957c812ac3221773058ba2fa8cd38017537da8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2016-07-27T06:32:29+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-27T06:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=2af455266cb3ea454c4f38b182825b9e78b8398d'/>
<id>2af455266cb3ea454c4f38b182825b9e78b8398d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tests independent of actual repository data</title>
<updated>2015-01-08T17:25:46+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T17:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=a88a777df3909a61be97f1a7b1194dad6de25702'/>
<id>a88a777df3909a61be97f1a7b1194dad6de25702</id>
<content type='text'>
Therefore, hardcoded sha's are not allowed anymore, as the contents of
the repository is unknown.

Fixes #16, for real this time ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Therefore, hardcoded sha's are not allowed anymore, as the contents of
the repository is unknown.

Fixes #16, for real this time ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports - should have been in the last commit obviously</title>
<updated>2015-01-08T16:49:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T16:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3'/>
<id>f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all times</title>
<updated>2015-01-08T16:34:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T16:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=7bde7b098b07291227fcbc4eb900ebf13c9191a2'/>
<id>7bde7b098b07291227fcbc4eb900ebf13c9191a2</id>
<content type='text'>
I have verified that all tests are working, even without a parent
git repository, as long as the said environment variable is set.

Fixes #16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have verified that all tests are working, even without a parent
git repository, as long as the said environment variable is set.

Fixes #16
</pre>
</div>
</content>
</entry>
<entry>
<title>Applied autopep8</title>
<updated>2015-01-04T10:21:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-04T10:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=ff7615321ee31d981a171f7677a56a971c554059'/>
<id>ff7615321ee31d981a171f7677a56a971c554059</id>
<content type='text'>
autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved decompression test to scan the entire git repository, instead of just packs</title>
<updated>2015-01-01T17:26:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T17:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=8b4939630a0d7362e5a6fbca052922d710a87c7e'/>
<id>8b4939630a0d7362e5a6fbca052922d710a87c7e</id>
<content type='text'>
This should make it easier to assert the issue is truly fixed now

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier to assert the issue is truly fixed now

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped new version</title>
<updated>2015-01-01T15:12:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T15:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=46a4a79f46ab5a8da97714262095318090674277'/>
<id>46a4a79f46ab5a8da97714262095318090674277</id>
<content type='text'>
Fixed tiny issue in python 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed tiny issue in python 3
</pre>
</div>
</content>
</entry>
<entry>
<title>Added integrity test for loose objects to search large datasets for</title>
<updated>2015-01-01T15:01:35+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-01T15:00:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=0d22c80e041dbb5d9d985926b39b7bd7a0573a7a'/>
<id>0d22c80e041dbb5d9d985926b39b7bd7a0573a7a</id>
<content type='text'>
the issue described in https://github.com/gitpython-developers/GitPython/issues/220

See test notes for proper usage, it all depends on a useful dataset with high entropy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the issue described in https://github.com/gitpython-developers/GitPython/issues/220

See test notes for proper usage, it all depends on a useful dataset with high entropy
</pre>
</div>
</content>
</entry>
</feed>
