<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git, branch 0.3.1-beta2</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>git.repo.base: substituted all usages of the active_branch property with self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads</title>
<updated>2011-01-17T19:41:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-17T19:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=031271e890327f631068571a3f79235a35a4f73e'/>
<id>031271e890327f631068571a3f79235a35a4f73e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OSX Signal handling: removed previous hack to fix it somehow using sleep - the error was caused by PySide which, when instantiating a QApplication, changed the signal handlers to interrupt, instead of retry operating system calls, which caused git-python to fail subsequently. signal.siginterrupt can be used to fix this behaviour after an QApplication was instatiated.</title>
<updated>2011-01-12T16:45:33+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-12T16:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=b4b50e7348815402634b6b559b48191dba00a751'/>
<id>b4b50e7348815402634b6b559b48191dba00a751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sleep ui hack fix: removed platform.system() to use sys.platform instead, as platform.system makes a system call itself</title>
<updated>2011-01-12T15:33:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-12T15:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=460cafb81f86361536077b3b6432237c6ae3d698'/>
<id>460cafb81f86361536077b3b6432237c6ae3d698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blob: Added class level members to represent valid file modes that can be used if you create a new blob</title>
<updated>2011-01-06T17:10:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-06T16:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6720e8df09a314c3e4ce20796df469838379480d'/>
<id>6720e8df09a314c3e4ce20796df469838379480d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'ahgutsche/master'</title>
<updated>2011-01-06T14:23:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-01-06T14:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=1ab169407354d4b9512447cd9c90e8a31263c275'/>
<id>1ab169407354d4b9512447cd9c90e8a31263c275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the bugfix code as a utility function to be reused wherever this specific subprocess bug occurs.</title>
<updated>2011-01-06T14:21:09+00:00</updated>
<author>
<name>Andreas Gutsche</name>
<email>andreas.h.gutsche@gmail.com</email>
</author>
<published>2011-01-06T14:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=b424f87a276e509dcaaee6beb10ca00c12bb7d29'/>
<id>b424f87a276e509dcaaee6beb10ca00c12bb7d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hacked the wait function so that it works with pyside in OS X by using "sleep()".</title>
<updated>2011-01-06T13:08:16+00:00</updated>
<author>
<name>Andreas Gutsche</name>
<email>andreas.h.gutsche@gmail.com</email>
</author>
<published>2011-01-06T13:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=46f63c30e30364eb04160df71056d4d34e97af21'/>
<id>46f63c30e30364eb04160df71056d4d34e97af21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix'</title>
<updated>2010-12-03T15:31:36+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-12-03T15:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=56488ced0fae2729b1e9c72447b005efdcd4fea7'/>
<id>56488ced0fae2729b1e9c72447b005efdcd4fea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule.add: handles addition of repositories with a specific branch correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is used to which it will default. The bug wasn't noticed because of this</title>
<updated>2010-12-03T15:30:58+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-12-03T15:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=96d003cb2baabd73f2aa0fd9486c13c61415106e'/>
<id>96d003cb2baabd73f2aa0fd9486c13c61415106e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup .gitmodules to use a tracking branch automatically</title>
<updated>2010-12-01T09:28:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-12-01T09:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=294ee691d0fdac46d31550c7f1751d09cfb5a0f0'/>
<id>294ee691d0fdac46d31550c7f1751d09cfb5a0f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
