<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch fix</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>Low risk ReDoS vuln</title>
<updated>2022-02-18T15:28:03+00:00</updated>
<author>
<name>theworstcomrade</name>
<email>4lbercik@gmail.com</email>
</author>
<published>2022-02-18T15:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8f6e8bbefd9b319c89f6ee9fdd37859599c5a424'/>
<id>8f6e8bbefd9b319c89f6ee9fdd37859599c5a424</id>
<content type='text'>
https://huntr.dev/bounties/8549d81f-dc45-4af7-9f2a-2d70752d8524/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://huntr.dev/bounties/8549d81f-dc45-4af7-9f2a-2d70752d8524/
</pre>
</div>
</content>
</entry>
<entry>
<title>Create SECURITY.md</title>
<updated>2022-02-12T03:55:57+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-02-12T03:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d0b48f3f4888d69a7b59024114bff897f24561b2'/>
<id>d0b48f3f4888d69a7b59024114bff897f24561b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let index.commit refer to correct method for parameter information (#1407)</title>
<updated>2022-02-03T07:36:30+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-02-03T07:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cd29f07b2efda24bdc690626ed557590289d11a6'/>
<id>cd29f07b2efda24bdc690626ed557590289d11a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set unassigned stdin to improve pyinstaller compatibility</title>
<updated>2022-01-21T09:02:22+00:00</updated>
<author>
<name>smokephil</name>
<email>smokephil@gmail.com</email>
</author>
<published>2022-01-21T08:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b3f873a1458223c075fdde6c85eb656648bcdcae'/>
<id>b3f873a1458223c075fdde6c85eb656648bcdcae</id>
<content type='text'>
To create a window application with pyinstaller, all suprocess input and output streams must be assigned and must not be None.
https://stackoverflow.com/a/51706087/7076612</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To create a window application with pyinstaller, all suprocess input and output streams must be assigned and must not be None.
https://stackoverflow.com/a/51706087/7076612</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>keep track of upcoming changes</title>
<updated>2022-01-12T00:25:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-12T00:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fac603789d66c0fd7c26e75debb41b06136c5026'/>
<id>fac603789d66c0fd7c26e75debb41b06136c5026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import unittest adds 0.250s to script launch time</title>
<updated>2022-01-12T00:22:33+00:00</updated>
<author>
<name>wonder-mice</name>
<email>wonder.mice@gmail.com</email>
</author>
<published>2022-01-11T08:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=67d0631e54c44f4523d3b308040e6a0643b6396d'/>
<id>67d0631e54c44f4523d3b308040e6a0643b6396d</id>
<content type='text'>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</pre>
</div>
</content>
</entry>
<entry>
<title>import unittest adds 0.250s to script launch time</title>
<updated>2022-01-12T00:22:33+00:00</updated>
<author>
<name>wonder-mice</name>
<email>wonder.mice@gmail.com</email>
</author>
<published>2022-01-11T08:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e24f9b70209eb6681f055596846033f7d3215ea5'/>
<id>e24f9b70209eb6681f055596846033f7d3215ea5</id>
<content type='text'>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not be imported at root level, since it adds a lot of initialization overhead without need.</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation</title>
<updated>2022-01-10T13:14:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-10T13:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=35e302da2d9cfa8004414c2b325d194e7d77d9d9'/>
<id>35e302da2d9cfa8004414c2b325d194e7d77d9d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump patch level</title>
<updated>2022-01-10T13:10:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2022-01-10T13:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=851beabc93319d8dd05bff211b13d2b35ef097e0'/>
<id>851beabc93319d8dd05bff211b13d2b35ef097e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
