<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch fix</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Use bash to open extensionless hooks on windows</title>
<updated>2022-01-14T00:27:40+00:00</updated>
<author>
<name>David Briscoe</name>
<email>idbrii@gmail.com</email>
</author>
<published>2022-01-13T07:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=b719e1809c2c81283e930086faebd7d6050cd5d7'/>
<id>b719e1809c2c81283e930086faebd7d6050cd5d7</id>
<content type='text'>
Fix #971. Partly resolve #703.

If the hook doesn't have a file extension, then Windows won't know how
to run it and you'll get "[WinError 193] %1 is not a valid Win32
application". It's very likely that it's a shell script of some kind, so
use bash.exe (commonly installed via Windows Subsystem for Linux). We
don't want to run all hooks with bash because they could be .bat files.

Update tests to get several hook ones working. More work necessary to
get commit-msg hook working. The hook writes to the wrong file because
it's not using forward slashes in the path:
C:\Users\idbrii\AppData\Local\Temp\bare_test_commit_msg_hook_successy5fo00du\CUsersidbriiAppDataLocalTempbare_test_commit_msg_hook_successy5fo00duCOMMIT_EDITMSG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #971. Partly resolve #703.

If the hook doesn't have a file extension, then Windows won't know how
to run it and you'll get "[WinError 193] %1 is not a valid Win32
application". It's very likely that it's a shell script of some kind, so
use bash.exe (commonly installed via Windows Subsystem for Linux). We
don't want to run all hooks with bash because they could be .bat files.

Update tests to get several hook ones working. More work necessary to
get commit-msg hook working. The hook writes to the wrong file because
it's not using forward slashes in the path:
C:\Users\idbrii\AppData\Local\Temp\bare_test_commit_msg_hook_successy5fo00du\CUsersidbriiAppDataLocalTempbare_test_commit_msg_hook_successy5fo00duCOMMIT_EDITMSG
</pre>
</div>
</content>
</entry>
<entry>
<title>Use git interpret-trailers for trailers property</title>
<updated>2022-01-07T01:54:53+00:00</updated>
<author>
<name>Ket3r</name>
<email>github@peter-kempter.de</email>
</author>
<published>2021-09-30T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=cd8b9b2fd875b5040b1ca9f0c8f5acaffe70ab7f'/>
<id>cd8b9b2fd875b5040b1ca9f0c8f5acaffe70ab7f</id>
<content type='text'>
The whitespace handling and trailer selection isn't very trivial or good
documented. It therefore seemed easier and less error prone to just call
git to parse the message for the trailers section and remove superfluos
whitespaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The whitespace handling and trailer selection isn't very trivial or good
documented. It therefore seemed easier and less error prone to just call
git to parse the message for the trailers section and remove superfluos
whitespaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing unit test</title>
<updated>2022-01-07T01:54:53+00:00</updated>
<author>
<name>Peter Kempter</name>
<email>peter.kempter@rohde-schwarz.com</email>
</author>
<published>2021-09-29T10:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=cdf7ffc33fa05ba5afcb915a374c140c7658c839'/>
<id>cdf7ffc33fa05ba5afcb915a374c140c7658c839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add raise_if_error() to tutorial</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-11-09T11:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=63f4ca304bddf019220912b7b8e2abe585d88fe0'/>
<id>63f4ca304bddf019220912b7b8e2abe585d88fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test raise_if_error</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-11-08T17:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=699e223c51d99d1fc8d05b2b0fe0ef1e2ee7fd01'/>
<id>699e223c51d99d1fc8d05b2b0fe0ef1e2ee7fd01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that return value of push is a list-like object</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-10-13T08:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=1481e7108fb206a95717c331478d4382cda51a6a'/>
<id>1481e7108fb206a95717c331478d4382cda51a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Replace wildcard imports with concrete imports"</title>
<updated>2021-10-03T11:28:45+00:00</updated>
<author>
<name>Trym Bremnes</name>
<email>trym.bremnes@gmail.com</email>
</author>
<published>2021-10-02T14:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ce4afe46d211cdfb611b8e8109bb0dc160a12540'/>
<id>ce4afe46d211cdfb611b8e8109bb0dc160a12540</id>
<content type='text'>
This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5.

The reason for the revert is that the commit in question introduced a
regression where certain modules, functions and classes that were
exposed before were no longer exposed.

See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204
for additional information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5.

The reason for the revert is that the commit in question introduced a
regression where certain modules, functions and classes that were
exposed before were no longer exposed.

See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204
for additional information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace wildcard imports with concrete imports</title>
<updated>2021-10-01T14:27:00+00:00</updated>
<author>
<name>Trym Bremnes</name>
<email>trym.bremnes@gmail.com</email>
</author>
<published>2021-09-30T06:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5'/>
<id>53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5</id>
<content type='text'>
All `from &lt;module&gt; import *` has now been replaced by
`from &lt;module&gt; import X, Y, ...`.

Contributes to #1349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All `from &lt;module&gt; import *` has now been replaced by
`from &lt;module&gt; import X, Y, ...`.

Contributes to #1349
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to force status codes inside AutoInterrupt._terminate, and let tests use it</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-15T09:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=aa5076626ca9f2ff1279c6b8e67408be9d0fa690'/>
<id>aa5076626ca9f2ff1279c6b8e67408be9d0fa690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set timeout to a non-zero value</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-14T12:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=893ddabd312535bfd906822e42f0223c40655163'/>
<id>893ddabd312535bfd906822e42f0223c40655163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
