<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/util.py, branch 2.0.4</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>chore(remote): better super-class call syntax</title>
<updated>2016-05-29T10:51:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-29T10:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e836e5cdcc7e3148c388fe8c4a1bab7eeb00cc3f'/>
<id>e836e5cdcc7e3148c388fe8c4a1bab7eeb00cc3f</id>
<content type='text'>
Python :) !!

Related to #451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python :) !!

Related to #451
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(flake8): whitespace ...</title>
<updated>2016-05-29T10:48:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-29T10:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fb20477629bf83e66edc721725effa022a4d6170'/>
<id>fb20477629bf83e66edc721725effa022a4d6170</id>
<content type='text'>
Related to #451

Signed-off-by: Sebastian Thiel &lt;byronimo@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #451

Signed-off-by: Sebastian Thiel &lt;byronimo@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix traceback because _seen_ops is not initialised</title>
<updated>2016-05-29T10:39:25+00:00</updated>
<author>
<name>Barry Scott</name>
<email>barry@barrys-emacs.org</email>
</author>
<published>2016-05-29T10:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9ba48ce5758fb2cd34db491845f3b9fdaefe3797'/>
<id>9ba48ce5758fb2cd34db491845f3b9fdaefe3797</id>
<content type='text'>
must call the base class __init__
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
must call the base class __init__
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(remote): Add CallableRemoteProgress</title>
<updated>2016-05-29T08:39:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-29T08:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=29724818764af6b4d30e845d9280947584078aed'/>
<id>29724818764af6b4d30e845d9280947584078aed</id>
<content type='text'>
That way, the base type doesn't need any adjustment.

Related to #450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way, the base type doesn't need any adjustment.

Related to #450
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(misc): cleanup and docs</title>
<updated>2016-05-29T08:29:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-29T08:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=98889c3ec73bf929cdcb44b92653e429b4955652'/>
<id>98889c3ec73bf929cdcb44b92653e429b4955652</id>
<content type='text'>
Minor adjustments to PR to match current code style.

Related to #450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor adjustments to PR to match current code style.

Related to #450
</pre>
</div>
</content>
</entry>
<entry>
<title>The progress arg to push, pull, fetch and clone is now a python callable.</title>
<updated>2016-05-28T11:05:23+00:00</updated>
<author>
<name>Barry Scott</name>
<email>barry@barrys-emacs.org</email>
</author>
<published>2016-05-28T11:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b4492c7965cd8e3c5faaf28b2a6414b04984720b'/>
<id>b4492c7965cd8e3c5faaf28b2a6414b04984720b</id>
<content type='text'>
This simplifies the API and removes the parser, RemoteProgres,
from the API as RemoteProgress is an internal detail of the implementation.

progress is accepted as:
* None - drop progress messages
* callable (function etc) - call the function with the same args as update
* object - assume its RemoteProgress derived as use as before

RemoteProgress takes an optional progress_function argument.
It will call the progress function if not None otherwise call self.update
as it used to.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies the API and removes the parser, RemoteProgres,
from the API as RemoteProgress is an internal detail of the implementation.

progress is accepted as:
* None - drop progress messages
* callable (function etc) - call the function with the same args as update
* object - assume its RemoteProgress derived as use as before

RemoteProgress takes an optional progress_function argument.
It will call the progress function if not None otherwise call self.update
as it used to.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(RemoteProgress): improve message sanitization</title>
<updated>2016-05-25T07:57:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-05-25T07:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6ef273914de9b8a50dd0dd5308e66de85eb7d44a'/>
<id>6ef273914de9b8a50dd0dd5308e66de85eb7d44a</id>
<content type='text'>
Don't allow `, ` prefixes or suffixes in messages.

Fixes #438
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't allow `, ` prefixes or suffixes in messages.

Fixes #438
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(cmd): allow improved errors during clone operation</title>
<updated>2016-02-14T17:22:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-02-14T17:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=121f6af3a75e4f48acf31b1af2386cdd5bf91e00'/>
<id>121f6af3a75e4f48acf31b1af2386cdd5bf91e00</id>
<content type='text'>
Related to #383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #383
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot to update _num_op_codes</title>
<updated>2015-12-02T07:21:06+00:00</updated>
<author>
<name>Thibault Clerice</name>
<email>leponteineptique@gmail.com</email>
</author>
<published>2015-12-02T07:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4a8700185dce5052ca1581b63432fb4d4839c226'/>
<id>4a8700185dce5052ca1581b63432fb4d4839c226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CHECKING_OUT as a logged operation</title>
<updated>2015-12-02T07:18:24+00:00</updated>
<author>
<name>Thibault Clerice</name>
<email>leponteineptique@gmail.com</email>
</author>
<published>2015-12-02T07:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=13141e733347cea5b409aa54475d281acd1c9a3c'/>
<id>13141e733347cea5b409aa54475d281acd1c9a3c</id>
<content type='text'>
Closes #330
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #330
</pre>
</div>
</content>
</entry>
</feed>
