<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects, branch 3.1.16</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>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 replace method to git.Commit</title>
<updated>2021-02-16T00:50:12+00:00</updated>
<author>
<name>Lars Kellogg-Stedman</name>
<email>lars@oddbit.com</email>
</author>
<published>2021-02-15T23:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=36811a2edc410589b5fde4d47d8d3a8a69d995ae'/>
<id>36811a2edc410589b5fde4d47d8d3a8a69d995ae</id>
<content type='text'>
This adds a replace method to git.Commit. The replace method returns a
copy of the Commit object with attributes replaced from keyword
arguments. For example:

&gt;&gt;&gt; old = repo.head.commit
&gt;&gt;&gt; new = old.replace(message='This is a test')

closes #1123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a replace method to git.Commit. The replace method returns a
copy of the Commit object with attributes replaced from keyword
arguments. For example:

&gt;&gt;&gt; old = repo.head.commit
&gt;&gt;&gt; new = old.replace(message='This is a test')

closes #1123
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inheritance issue at commit.iter_items</title>
<updated>2021-02-05T11:09:10+00:00</updated>
<author>
<name>Yuri Volchkov</name>
<email>yuri@volch.org</email>
</author>
<published>2021-02-05T10:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=af86f05d11c3613a418f7d3babfdc618e1cac805'/>
<id>af86f05d11c3613a418f7d3babfdc618e1cac805</id>
<content type='text'>
The iterator used to yield Commit() objects, which does not play well
with inheritance. Yield cls() instead.

Signed-off-by: Yuri Volchkov &lt;yuri@volch.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The iterator used to yield Commit() objects, which does not play well
with inheritance. Yield cls() instead.

Signed-off-by: Yuri Volchkov &lt;yuri@volch.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to define git environment in submodule add/update methods</title>
<updated>2020-11-18T22:04:49+00:00</updated>
<author>
<name>Igor Solovey</name>
<email>isolovey@robarts.ca</email>
</author>
<published>2020-11-18T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=24f75e7bae3974746f29aaecf6de011af79a675d'/>
<id>24f75e7bae3974746f29aaecf6de011af79a675d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>accept datetime instances as dates</title>
<updated>2020-08-31T11:19:17+00:00</updated>
<author>
<name>Alba Mendez</name>
<email>me@alba.sh</email>
</author>
<published>2020-08-31T08:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4a1991773b79c50d4828091f58d2e5b0077ade96'/>
<id>4a1991773b79c50d4828091f58d2e5b0077ade96</id>
<content type='text'>
There's no easy way to re-create a commit (i.e. for rewriting purposes), because dates must be formatted as strings, passed, then parsed back.

This patch allows parse_date() to accept datetime instances, such as those produced by from_timestamp() above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no easy way to re-create a commit (i.e. for rewriting purposes), because dates must be formatted as strings, passed, then parsed back.

This patch allows parse_date() to accept datetime instances, such as those produced by from_timestamp() above.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed all warnings in documentation and updated Makefile to treat warnings as errors.</title>
<updated>2020-07-13T14:55:29+00:00</updated>
<author>
<name>Kian Cross</name>
<email>kian@kiancross.co.uk</email>
</author>
<published>2020-07-13T14:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=30387f16920f69544fcc7db40dfae554bcd7d1cc'/>
<id>30387f16920f69544fcc7db40dfae554bcd7d1cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes all over the codebase</title>
<updated>2020-06-14T00:30:09+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-13T20:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=411635f78229cdec26167652d44434bf8aa309ab'/>
<id>411635f78229cdec26167652d44434bf8aa309ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow setting depth when cloning a submodule</title>
<updated>2020-05-02T20:08:58+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>liambeguin@gmail.com</email>
</author>
<published>2020-05-02T18:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d6e1dcc992ff0a8ddcb4bca281ae34e9bc0df34b'/>
<id>d6e1dcc992ff0a8ddcb4bca281ae34e9bc0df34b</id>
<content type='text'>
Signed-off-by: Liam Beguin &lt;liambeguin@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Liam Beguin &lt;liambeguin@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: wrong refs 'HEAD' exception</title>
<updated>2020-03-21T12:10:18+00:00</updated>
<author>
<name>Dong Shin</name>
<email>d0104.shin@gmail.com</email>
</author>
<published>2020-03-18T04:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5db2e0c666ea65fd15cf1c27d95e529d9e1d1661'/>
<id>5db2e0c666ea65fd15cf1c27d95e529d9e1d1661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace invalid bytes when decoding TagObject stream</title>
<updated>2020-02-20T13:46:40+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-20T13:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a244bd15bcd05c08d524ca9ef307e479e511b54c'/>
<id>a244bd15bcd05c08d524ca9ef307e479e511b54c</id>
<content type='text'>
Fixes #943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #943
</pre>
</div>
</content>
</entry>
</feed>
