<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch 3.1.18</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>Adds repo.is_valid_object check</title>
<updated>2021-06-05T10:15:38+00:00</updated>
<author>
<name>Robert Westman</name>
<email>robert@byteflux.io</email>
</author>
<published>2021-06-05T10:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=385a8c6c1a72dc34f69c5273c1b4c1285cc1d3c5'/>
<id>385a8c6c1a72dc34f69c5273c1b4c1285cc1d3c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conditionally throw an error</title>
<updated>2021-06-04T02:36:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2021-06-04T02:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=01a96b92f7d873cbd531d142813c2be7ab88d5a5'/>
<id>01a96b92f7d873cbd531d142813c2be7ab88d5a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverts auto format introduced with 2dbc2be8</title>
<updated>2021-06-03T08:52:59+00:00</updated>
<author>
<name>Robert Westman</name>
<email>robert@byteflux.io</email>
</author>
<published>2021-06-03T08:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=79e24f78fa35136216130a10d163c91f9a6d4970'/>
<id>79e24f78fa35136216130a10d163c91f9a6d4970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes test to not throw false negative results</title>
<updated>2021-06-03T08:18:46+00:00</updated>
<author>
<name>Robert Westman</name>
<email>robert@byteflux.io</email>
</author>
<published>2021-06-03T08:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=057514e85bc99754e08d45385bf316920963adf9'/>
<id>057514e85bc99754e08d45385bf316920963adf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds failing test for repo.tag() method</title>
<updated>2021-06-03T07:45:09+00:00</updated>
<author>
<name>Robert Westman</name>
<email>robert@byteflux.io</email>
</author>
<published>2021-06-03T07:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2dbc2be846d1d00e907efbf8171c35b889ab0155'/>
<id>2dbc2be846d1d00e907efbf8171c35b889ab0155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve index mode for files with executable bit</title>
<updated>2021-05-25T15:42:07+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2021-05-24T21:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1a04c15b1f77f908b1dd3983a27ee49c41b3a3e5'/>
<id>1a04c15b1f77f908b1dd3983a27ee49c41b3a3e5</id>
<content type='text'>
The fix for #430 in bebc4f56 (Use correct mode for executable files,
2016-05-19) is incomplete.  It fails (in most cases) when files have
modes which are not exactly 0644 or 0755.

Git only cares whether the executable bit is set (or not).  Ensure the
mode we set for the index is either 100644 or 100755 based on whether
the executable bit is set for the file owner.  Do this similarly to how
upstream git does it in cache.h¹.

Add a test covering various file modes to help catch regressions.

Fixes #1253

¹ https://github.com/git/git/blob/v2.31.1/cache.h#L247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix for #430 in bebc4f56 (Use correct mode for executable files,
2016-05-19) is incomplete.  It fails (in most cases) when files have
modes which are not exactly 0644 or 0755.

Git only cares whether the executable bit is set (or not).  Ensure the
mode we set for the index is either 100644 or 100755 based on whether
the executable bit is set for the file owner.  Do this similarly to how
upstream git does it in cache.h¹.

Add a test covering various file modes to help catch regressions.

Fixes #1253

¹ https://github.com/git/git/blob/v2.31.1/cache.h#L247
</pre>
</div>
</content>
</entry>
<entry>
<title>add initial types to remote.py</title>
<updated>2021-05-03T14:59:07+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-05-03T14:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6752fad0e93d1d2747f56be30a52fea212bd15d6'/>
<id>6752fad0e93d1d2747f56be30a52fea212bd15d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add newlines</title>
<updated>2021-02-28T18:44:29+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-28T18:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=26ccee15ae1712baf68df99d3f5f2fec5517ecbd'/>
<id>26ccee15ae1712baf68df99d3f5f2fec5517ecbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add newline</title>
<updated>2021-02-28T18:19:16+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-28T18:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=300261de4831207126906a6f4848a680f757fbd4'/>
<id>300261de4831207126906a6f4848a680f757fbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add testrunner.py to run all tests (as hook for static analysis)</title>
<updated>2021-02-28T17:55:29+00:00</updated>
<author>
<name>yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-02-28T17:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9c6178f53233aa98a602854240a7a20b6537aa7b'/>
<id>9c6178f53233aa98a602854240a7a20b6537aa7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
