<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 2.1.11</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>Bump version to 2.1.11</title>
<updated>2018-07-15T13:35:57+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-07-15T13:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=92a481966870924604113c50645c032fa43ffb1d'/>
<id>92a481966870924604113c50645c032fa43ffb1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix whitespace violation</title>
<updated>2018-07-15T12:34:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-07-15T12:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=1ca25b9b090511fb61f9e3122a89b1e26d356618'/>
<id>1ca25b9b090511fb61f9e3122a89b1e26d356618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test_docs.py</title>
<updated>2018-07-15T12:34:14+00:00</updated>
<author>
<name>Mark</name>
<email>mark@markrowsoft.com</email>
</author>
<published>2018-06-14T19:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=914bbddfe5c02dc3cb23b4057f63359bc41a09ef'/>
<id>914bbddfe5c02dc3cb23b4057f63359bc41a09ef</id>
<content type='text'>
Using "import as" is normally a time saver but for usability of the documentation, please consider removing osp and join with fully qualified calls for better snippet readability.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "import as" is normally a time saver but for usability of the documentation, please consider removing osp and join with fully qualified calls for better snippet readability.</pre>
</div>
</content>
</entry>
<entry>
<title>Dedent code blocks in tutorial.</title>
<updated>2018-07-15T12:28:00+00:00</updated>
<author>
<name>Tim Swast</name>
<email>swast@google.com</email>
</author>
<published>2018-07-10T17:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=4f99fb4962c2777286a128adbb093d8f25ae9dc7'/>
<id>4f99fb4962c2777286a128adbb093d8f25ae9dc7</id>
<content type='text'>
I found the extra 8 spaces at the start of the examples in the tutorial
to be distracting. The Sphinx dedent option removes these extra spaces
from the rendered code blocks.

I also got a warning about the shell code example not being lexed as
Python, so I converted this to an explicit shell code block.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I found the extra 8 spaces at the start of the examples in the tutorial
to be distracting. The Sphinx dedent option removes these extra spaces
from the rendered code blocks.

I also got a warning about the shell code example not being lexed as
Python, so I converted this to an explicit shell code block.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow pathlib.Path in Repo.__init__</title>
<updated>2018-07-15T12:26:15+00:00</updated>
<author>
<name>oldPadavan</name>
<email>evggoncharov@gmail.com</email>
</author>
<published>2018-07-12T11:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=7f08b7730438bde34ae55bc3793fa524047bb804'/>
<id>7f08b7730438bde34ae55bc3793fa524047bb804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small typo</title>
<updated>2018-07-15T12:24:49+00:00</updated>
<author>
<name>Riley Martine</name>
<email>riley.martine.0@gmail.com</email>
</author>
<published>2018-07-02T19:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=9807dd48b73ec43b21aa018bdbf591af4a3cc5f9'/>
<id>9807dd48b73ec43b21aa018bdbf591af4a3cc5f9</id>
<content type='text'>
Fix small typo and slightly reword docstring.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix small typo and slightly reword docstring.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception on import in MacOS</title>
<updated>2018-06-05T09:41:14+00:00</updated>
<author>
<name>Erik Johnson</name>
<email>palehose@gmail.com</email>
</author>
<published>2018-06-01T14:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ce5dfe7f95ac35263e41017c8a3c3c40c4333de3'/>
<id>ce5dfe7f95ac35263e41017c8a3c3c40c4333de3</id>
<content type='text'>
This is related to my fix in #658. Apparently, MacOS adds a git
executable that is just a stub which displays an error. This gets past
the try/except I added in #658, and allows all of the GitPython
components to be imported, but since the executable is not *actually*
git, it results in an exception when ``refresh()`` attemepts to run a
``git version``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is related to my fix in #658. Apparently, MacOS adds a git
executable that is just a stub which displays an error. This gets past
the try/except I added in #658, and allows all of the GitPython
components to be imported, but since the executable is not *actually*
git, it results in an exception when ``refresh()`` attemepts to run a
``git version``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2.1.10</title>
<updated>2018-05-19T08:54:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-05-19T08:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6c2446f24bc6a91ca907cb51d0b4a690131222d6'/>
<id>6c2446f24bc6a91ca907cb51d0b4a690131222d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add change in type support</title>
<updated>2018-05-19T07:36:38+00:00</updated>
<author>
<name>Aurélien Matouillot</name>
<email>a.matouillot@gmail.com</email>
</author>
<published>2018-05-15T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=29aa1b83edf3254f8031cc58188d2da5a83aaf75'/>
<id>29aa1b83edf3254f8031cc58188d2da5a83aaf75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get correcly rename change_type.</title>
<updated>2018-05-19T07:36:38+00:00</updated>
<author>
<name>Aurélien Matouillot</name>
<email>a.matouillot@gmail.com</email>
</author>
<published>2018-02-27T07:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c8fd91020739a0d57f1df562a57bf3e50c04c05b'/>
<id>c8fd91020739a0d57f1df562a57bf3e50c04c05b</id>
<content type='text'>
Also store the rename score
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also store the rename score
</pre>
</div>
</content>
</entry>
</feed>
