<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 3.1.9</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>Bump patch level</title>
<updated>2020-10-01T03:18:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-10-01T03:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=7cd47aeea822c484342e3f0632ae5cf8d332797d'/>
<id>7cd47aeea822c484342e3f0632ae5cf8d332797d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename sublist to subset</title>
<updated>2020-09-29T06:24:10+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-29T06:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=60acfa5d8d454a7c968640a307772902d211f043'/>
<id>60acfa5d8d454a7c968640a307772902d211f043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename get_ignored to ignored and fix the documentation</title>
<updated>2020-09-29T06:24:10+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-29T05:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e2067ba536dd78549d613dc14d8ad223c7d0aa5d'/>
<id>e2067ba536dd78549d613dc14d8ad223c7d0aa5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Find paths ignored in .gitignore</title>
<updated>2020-09-29T06:24:10+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-28T20:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=df6fa49c0662104a5f563a3495c8170e2865e31b'/>
<id>df6fa49c0662104a5f563a3495c8170e2865e31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add venv to gitignore</title>
<updated>2020-09-29T06:23:20+00:00</updated>
<author>
<name>Sagi Shadur</name>
<email>saroad2@gmail.com</email>
</author>
<published>2020-09-29T06:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8a9f8c55d6a58fe42fe67e112cbc98de97140f75'/>
<id>8a9f8c55d6a58fe42fe67e112cbc98de97140f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git/repo/base.py: is_dirty(): Fix pathspec handling</title>
<updated>2020-09-28T12:39:17+00:00</updated>
<author>
<name>Arnaud Patard</name>
<email>apatard@hupstream.com</email>
</author>
<published>2020-09-28T12:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=624eb284e0e6edc4aabf0afbdc1438e32d13f4c9'/>
<id>624eb284e0e6edc4aabf0afbdc1438e32d13f4c9</id>
<content type='text'>
It's possible to specify a pathspec (eg :!foo) to git diff/status/...
but it currently fails with:

git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128)
  cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo
  stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree.

Add missing '--' to the arguments to fix this ambiguity

Signed-off-by: Arnaud Patard &lt;apatard@hupstream.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's possible to specify a pathspec (eg :!foo) to git diff/status/...
but it currently fails with:

git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128)
  cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo
  stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree.

Add missing '--' to the arguments to fix this ambiguity

Signed-off-by: Arnaud Patard &lt;apatard@hupstream.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2020-09-09T15:10:40+00:00</updated>
<author>
<name>Eric Dill</name>
<email>thedizzle@gmail.com</email>
</author>
<published>2020-09-09T14:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=135e7750f6b70702de6ce55633f2e508188a5c05'/>
<id>135e7750f6b70702de6ce55633f2e508188a5c05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release verification instructions as suggested in #1055</title>
<updated>2020-09-07T01:24:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-09-07T01:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1759a78b31760aa4b23133d96a8cde0d1e7b7ba6'/>
<id>1759a78b31760aa4b23133d96a8cde0d1e7b7ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust signature key - please read if you verify installs/packages</title>
<updated>2020-09-04T02:00:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-09-04T02:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=eb411ee92d30675a8d3d110f579692ea02949ccd'/>
<id>eb411ee92d30675a8d3d110f579692ea02949ccd</id>
<content type='text'>
After a recent 'cleanup' operation that attempted to simplify my
GPG key workflow with Yubikeys, it looks like my GPG installation
has 'forgotten' how to interact with the key I typically used
to sign GitPython releases.

Since I never managed to establish a chain of trust with my only
remaining 'good' key, for you this means you cannot trust new
GitPython releases anymore.

There is nothing I can do about except to apologize for the hassle.

If you want to make constructive suggestions on how to fix this, I am
happy to work with you on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After a recent 'cleanup' operation that attempted to simplify my
GPG key workflow with Yubikeys, it looks like my GPG installation
has 'forgotten' how to interact with the key I typically used
to sign GitPython releases.

Since I never managed to establish a chain of trust with my only
remaining 'good' key, for you this means you cannot trust new
GitPython releases anymore.

There is nothing I can do about except to apologize for the hassle.

If you want to make constructive suggestions on how to fix this, I am
happy to work with you on that.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump patch level</title>
<updated>2020-09-04T01:54:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sebastian.thiel@icloud.com</email>
</author>
<published>2020-09-04T01:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e7b5e92791dd4db3535b527079f985f91d1a5100'/>
<id>e7b5e92791dd4db3535b527079f985f91d1a5100</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
