<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/repo, branch 3.0.3</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>git: repo: base: update clone_from env argument description</title>
<updated>2019-09-30T14:37:08+00:00</updated>
<author>
<name>pawel</name>
<email>pawelredzynski@gmail.com</email>
</author>
<published>2019-09-30T13:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=cf237db554f8e84eaecf0fad1120cbd75718c695'/>
<id>cf237db554f8e84eaecf0fad1120cbd75718c695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Returning commit object instead of hash value</title>
<updated>2019-08-14T09:57:00+00:00</updated>
<author>
<name>Arthur Milchior</name>
<email>Arthur@Milchior.fr</email>
</author>
<published>2019-08-11T11:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=4bebfe31c2d9064d4a13de95ad79a4c9bdc3a33a'/>
<id>4bebfe31c2d9064d4a13de95ad79a4c9bdc3a33a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Snack case as requested in #903</title>
<updated>2019-08-14T09:57:00+00:00</updated>
<author>
<name>Arthur Milchior</name>
<email>Arthur@Milchior.fr</email>
</author>
<published>2019-08-11T11:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=87b5d9c8e54e589d59d6b5391734e98618ffe26e'/>
<id>87b5d9c8e54e589d59d6b5391734e98618ffe26e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Method stating which commit is being played during an halted rebase</title>
<updated>2019-08-14T09:57:00+00:00</updated>
<author>
<name>Arthur Milchior</name>
<email>Arthur@Milchior.fr</email>
</author>
<published>2019-08-05T10:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ece804aed9874b4fd1f6b4f4c40268e919a12b17'/>
<id>ece804aed9874b4fd1f6b4f4c40268e919a12b17</id>
<content type='text'>
This will be useful to me at least. This way, I know that I can tell
my script to omit some specific commits. If you accept to merge it, I
may also do similar method for merges and cherry pick.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be useful to me at least. This way, I know that I can tell
my script to omit some specific commits. If you accept to merge it, I
may also do similar method for merges and cherry pick.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix performance regression, see #906</title>
<updated>2019-08-14T09:19:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-08-14T09:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d5cc590c875ada0c55d975cbe26141a94e306c94'/>
<id>d5cc590c875ada0c55d975cbe26141a94e306c94</id>
<content type='text'>
Revert "use git rev-parse to look for config file"

This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f.

Fix #906
Reopen #719
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "use git rev-parse to look for config file"

This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f.

Fix #906
Reopen #719
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in documentation</title>
<updated>2019-08-11T11:12:04+00:00</updated>
<author>
<name>Loïc Antoine Gombeaud</name>
<email>LoicAG@users.noreply.github.com</email>
</author>
<published>2019-08-07T14:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=d2cd5970af1ea8024ecf82b11c1b3802d7c72ba6'/>
<id>d2cd5970af1ea8024ecf82b11c1b3802d7c72ba6</id>
<content type='text'>
`mutli_options` -&gt; `multi_options`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`mutli_options` -&gt; `multi_options`</pre>
</div>
</content>
</entry>
<entry>
<title>Drop python 2 support, again (revert previous revert)</title>
<updated>2019-08-11T06:40:42+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-29T00:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=2e7e82b114a5c1b3eb61f171c376e1cf85563d07'/>
<id>2e7e82b114a5c1b3eb61f171c376e1cf85563d07</id>
<content type='text'>
This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 913d806f02cf50250d230f88b897350581f80f6b.
</pre>
</div>
</content>
</entry>
<entry>
<title>use git rev-parse to look for config file</title>
<updated>2019-08-11T06:28:45+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2019-07-16T09:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=0b6b90f9f1e5310a6f39b75e17a04c1133269e8f'/>
<id>0b6b90f9f1e5310a6f39b75e17a04c1133269e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Drop python 2.7 support and help with encodings"</title>
<updated>2019-07-28T23:57:46+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-28T23:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=913d806f02cf50250d230f88b897350581f80f6b'/>
<id>913d806f02cf50250d230f88b897350581f80f6b</id>
<content type='text'>
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dac619e4917b0ad43d836a534633d68a871aecca.
</pre>
</div>
</content>
</entry>
<entry>
<title>normalize path after joining submodule path and the relative path to the git dir, to eliminate path length errors on Windows</title>
<updated>2019-07-20T10:17:05+00:00</updated>
<author>
<name>Joe Savage</name>
<email>jasavage@silabs.com</email>
</author>
<published>2019-05-21T15:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6df6d41835cd331995ad012ede3f72ef2834a6c5'/>
<id>6df6d41835cd331995ad012ede3f72ef2834a6c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
