<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test/git/test_refs.py, branch 3.0.7</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>flattened test folder structure, didn't adjust any file content yet</title>
<updated>2010-11-21T18:19:04+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T18:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e6019e16d5a74dc49eb7129ee7fd78b4de51dac2'/>
<id>e6019e16d5a74dc49eb7129ee7fd78b4de51dac2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ORIG_HEAD handling is now implemented in the ref-class itself, instead of being a special case of the commit method; includes tests</title>
<updated>2010-11-18T09:46:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-18T09:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=82849578e61a7dfb47fc76dcbe18b1e3b6a36951'/>
<id>82849578e61a7dfb47fc76dcbe18b1e3b6a36951</id>
<content type='text'>
util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: added methods to set and query the tracking branch status of normal heads, including test.</title>
<updated>2010-11-16T10:06:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-16T10:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9f73e8ba55f33394161b403bf7b8c2e0e05f47b0'/>
<id>9f73e8ba55f33394161b403bf7b8c2e0e05f47b0</id>
<content type='text'>
Config: SectionConstraint was updated with additional callable methods, the complete ConfigParser interface should be covered now
Remote: refs methods is much more efficient now as it will set the search path to the directory containing the remote refs - previously it used the remotes/ base directory and pruned the search result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Config: SectionConstraint was updated with additional callable methods, the complete ConfigParser interface should be covered now
Remote: refs methods is much more efficient now as it will set the search path to the directory containing the remote refs - previously it used the remotes/ base directory and pruned the search result
</pre>
</div>
</content>
</entry>
<entry>
<title>test_refs: fixed failing tests just by making it less strict. It is dependent on the setup of the surrounding repository, hence the amount of ref-types found is actually variable, as long as they get more</title>
<updated>2010-11-06T09:12:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-06T08:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bd7fb976ab0607592875b5697dc76c117a18dc73'/>
<id>bd7fb976ab0607592875b5697dc76c117a18dc73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd: improved error handling and debug printing</title>
<updated>2010-10-27T18:19:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-27T18:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2c0b92e40ece170b59bced0cea752904823e06e7'/>
<id>2c0b92e40ece170b59bced0cea752904823e06e7</id>
<content type='text'>
head.reset: will now handle resets with paths much better, especially in the --mixed case, see http://github.com/Byron/GitPython/issues#issue/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
head.reset: will now handle resets with paths much better, especially in the --mixed case, see http://github.com/Byron/GitPython/issues#issue/2
</pre>
</div>
</content>
</entry>
<entry>
<title>RevParse now generally works, but there are still some more specialized tests missing</title>
<updated>2010-07-06T08:46:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-06T08:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1c6d7830d9b87f47a0bfe82b3b5424a32e3164ad'/>
<id>1c6d7830d9b87f47a0bfe82b3b5424a32e3164ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial version of the rev-parse routine, which doesn't work too bad, but its still rather slow and many tests are not yet implemented</title>
<updated>2010-07-05T22:35:30+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-05T22:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f963881e53a9f0a2746a11cb9cdfa82eb1f90d8c'/>
<id>f963881e53a9f0a2746a11cb9cdfa82eb1f90d8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs: a Reference can now be created by assigning a commit or object (for convenience)</title>
<updated>2010-05-26T20:40:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-26T20:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=de84cbdd0f9ef97fcd3477b31b040c57192e28d9'/>
<id>de84cbdd0f9ef97fcd3477b31b040c57192e28d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>
</feed>
