<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects, 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>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>
<entry>
<title>Replace deprecated Logger.warn with Logger.warning</title>
<updated>2020-02-16T20:19:27+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-16T20:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e4a83ff7910dc3617583da7e0965cd48a69bb669'/>
<id>e4a83ff7910dc3617583da7e0965cd48a69bb669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove and replace compat.text_type</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T12:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=55fd173c898da2930a331db7755a7338920d3c38'/>
<id>55fd173c898da2930a331db7755a7338920d3c38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove and replace compat.string_types</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T12:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=768b9fffa58e82d6aa1f799bd5caebede9c9231b'/>
<id>768b9fffa58e82d6aa1f799bd5caebede9c9231b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove checks for Python 2 and/or 3</title>
<updated>2020-02-08T02:55:50+00:00</updated>
<author>
<name>Harmon</name>
<email>Harmon758@gmail.com</email>
</author>
<published>2020-02-07T11:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6aa78cd3b969ede76a1a6e660962e898421d4ed8'/>
<id>6aa78cd3b969ede76a1a6e660962e898421d4ed8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
