<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/git, branch 2.0.3</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>Merge branch 'jonathanchu-master'</title>
<updated>2016-05-24T17:28:44+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2016-05-24T17:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=123302cee773bc2f222526e036a57ba71d8cafa9'/>
<id>123302cee773bc2f222526e036a57ba71d8cafa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore trailing last empty string in .split() output</title>
<updated>2016-05-24T17:27:32+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2016-05-24T17:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=187fe114585be2d367a81997509b40e62fdbc18e'/>
<id>187fe114585be2d367a81997509b40e62fdbc18e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if byte string is empty for py3 compatibility</title>
<updated>2016-05-24T16:02:13+00:00</updated>
<author>
<name>Jonathan Chu</name>
<email>jonathan.chu@me.com</email>
</author>
<published>2016-05-24T16:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=903826a50d401d8829912e4bcd8412b8cdadac02'/>
<id>903826a50d401d8829912e4bcd8412b8cdadac02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cmd): fix with_stdout implementation</title>
<updated>2016-05-24T15:52:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-24T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=7228ca9bf651d9f06395419752139817511aabe1'/>
<id>7228ca9bf651d9f06395419752139817511aabe1</id>
<content type='text'>
Admittedly this fix is solely based on the documentation provided
for this parameter, which indicated a different intend than was
actually implemented. Also I don't believe doing this will cause
any harm.

As a special note: the call to `open(os.devnull, 'wb')` does not seem leak
the handle, apparently it is given as-is to the subprocess, which will then
close it naturally. This was tested using an interactive session via `htop`
on osx.

Fixes #437
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Admittedly this fix is solely based on the documentation provided
for this parameter, which indicated a different intend than was
actually implemented. Also I don't believe doing this will cause
any harm.

As a special note: the call to `open(os.devnull, 'wb')` does not seem leak
the handle, apparently it is given as-is to the subprocess, which will then
close it naturally. This was tested using an interactive session via `htop`
on osx.

Fixes #437
</pre>
</div>
</content>
</entry>
<entry>
<title>Split lines by new line characters</title>
<updated>2016-05-24T15:19:14+00:00</updated>
<author>
<name>Jonathan Chu</name>
<email>jonathan.chu@me.com</email>
</author>
<published>2016-05-24T15:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=73ab28744df3fc292a71c3099ff1f3a20471f188'/>
<id>73ab28744df3fc292a71c3099ff1f3a20471f188</id>
<content type='text'>
Opt to split lines by the new line character instead of letting
`splitlines()` do this. This helps catch the issue when there are
special characters in the line, particular the commit summary section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Opt to split lines by the new line character instead of letting
`splitlines()` do this. This helps catch the issue when there are
special characters in the line, particular the commit summary section.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cmd): don't catch progress handler exceptions</title>
<updated>2016-05-24T13:55:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-24T13:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=7a8f96cc8a5135a0ece19e600da914dabca7d215'/>
<id>7a8f96cc8a5135a0ece19e600da914dabca7d215</id>
<content type='text'>
Fixes #435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #435
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #433 from StevenWColby/master</title>
<updated>2016-05-19T12:14:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-19T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=db44286366a09f1f65986db2a1c8b470fb417068'/>
<id>db44286366a09f1f65986db2a1c8b470fb417068</id>
<content type='text'>
Need spaces in Emacs style encoding comment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need spaces in Emacs style encoding comment</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #431 from guyzmo/fix-opt_arg-order</title>
<updated>2016-05-19T11:58:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-19T11:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=00452efe6c748d0e39444dd16d9eb2ed7cc4e64a'/>
<id>00452efe6c748d0e39444dd16d9eb2ed7cc4e64a</id>
<content type='text'>
Fix order of operators before executing the git command</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix order of operators before executing the git command</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct mode for executable files</title>
<updated>2016-05-19T11:47:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-19T11:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bebc4f56f4e9a0bd3e88fcca3d40ece090252e82'/>
<id>bebc4f56f4e9a0bd3e88fcca3d40ece090252e82</id>
<content type='text'>
Fixes #430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #430
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify costs of certain properties</title>
<updated>2016-05-19T11:09:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-19T11:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=2376bd397f084902196a929171c7f7869529bffc'/>
<id>2376bd397f084902196a929171c7f7869529bffc</id>
<content type='text'>
Fixes #428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #428
</pre>
</div>
</content>
</entry>
</feed>
