<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/lib/git/remote.py, branch 0.3.2-RC1</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>moved all contents, incl. submodule gitdb, up to the root directory</title>
<updated>2010-11-21T18:17:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-21T18:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fafe8a77db75083de3e7af92185ecdb7f2d542d3'/>
<id>fafe8a77db75083de3e7af92185ecdb7f2d542d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: parsing of fetch information now reacts to fatal errors. Previously it would just bump into an assertion</title>
<updated>2010-11-19T17:45:27+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-19T17:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2ab454f0ccf09773a4f51045329a69fd73559414'/>
<id>2ab454f0ccf09773a4f51045329a69fd73559414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated tests and implementation to verify functionality for handling submodule removals, as well as url changes</title>
<updated>2010-11-18T19:44:21+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-18T19:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cf5eaddde33e983bc7b496f458bdd49154f6f498'/>
<id>cf5eaddde33e983bc7b496f458bdd49154f6f498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>submodule: Fleshed out interface, and a partial test which is not yet usable. It showed that the ConfigParser needs some work. If the root is set, it also needs to refer to the root_commit instead of to the root-tree, as it will have to decide whether it works on the working tree's version of the .gitmodules file or the one in the repository</title>
<updated>2010-11-15T10:37:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-11-15T10:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a1e2f63e64875a29e8c01a7ae17f5744680167a5'/>
<id>a1e2f63e64875a29e8c01a7ae17f5744680167a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug in http://byronimo.lighthouseapp.com/projects/51787/tickets/44-remoteref-fails-when-there-is-character-in-the-name using supplied patch ( which was manually applied ).</title>
<updated>2010-10-15T09:29:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-15T09:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=741dfaadf732d4a2a897250c006d5ef3d3cd9f3a'/>
<id>741dfaadf732d4a2a897250c006d5ef3d3cd9f3a</id>
<content type='text'>
Fixed slightly broken test for remote handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed slightly broken test for remote handling
</pre>
</div>
</content>
</entry>
<entry>
<title>index: Fixed bug which caused incorrect separators in output files of the return value</title>
<updated>2010-07-19T09:57:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-19T09:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=89422841e46efa99bda49acfbe33ee1ca5122845'/>
<id>89422841e46efa99bda49acfbe33ee1ca5122845</id>
<content type='text'>
remote: fixed evil bug that was caused by some inconsistency of python when __getattr__  and __slots__ are invovled - namely it calles getattr before checking for a slot of the same name, in an alternating fashion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remote: fixed evil bug that was caused by some inconsistency of python when __getattr__  and __slots__ are invovled - namely it calles getattr before checking for a slot of the same name, in an alternating fashion
</pre>
</div>
</content>
</entry>
<entry>
<title>Addiitonal win32 fixes related to, guess it, backslashes in paths</title>
<updated>2010-07-15T09:47:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-13T20:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=33819a21f419453bc2b4ca45b640b9a59361ed2b'/>
<id>33819a21f419453bc2b4ca45b640b9a59361ed2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved test-centric windows specific fix into the class itself to assure this kind of issue doesn't popup for anyone</title>
<updated>2010-07-11T16:21:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-11T16:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=de3b9639a4c2933ebb0f11ad288514cda83c54fe'/>
<id>de3b9639a4c2933ebb0f11ad288514cda83c54fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted previous object creators to use the rev_parse method directly. rev_parse could be adjusted not to return Objects anymore, providing better performance for those who just want a sha only. On the other hand, the method is high-level and should be convenient to use as well, its a starting point for more usually, hence its unlikely to call it in tight loops</title>
<updated>2010-07-07T15:30:47+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-07-07T15:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bc31651674648f026464fd4110858c4ffeac3c18'/>
<id>bc31651674648f026464fd4110858c4ffeac3c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
