<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/util.py, branch 0.3.2.1</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>pep8 linting (trailing whitespace)</title>
<updated>2014-11-16T20:09:47+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-11-16T20:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c8e70749887370a99adeda972cc3503397b5f9a7'/>
<id>c8e70749887370a99adeda972cc3503397b5f9a7</id>
<content type='text'>
W291 trailing whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
W291 trailing whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 linting (whitespace before/after)</title>
<updated>2014-11-16T20:05:53+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-11-16T19:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=614907b7445e2ed8584c1c37df7e466e3b56170f'/>
<id>614907b7445e2ed8584c1c37df7e466e3b56170f</id>
<content type='text'>
E201 whitespace after '('
E202 whitespace before ')'
E203 whitespace before ':'
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E201 whitespace after '('
E202 whitespace before ')'
E203 whitespace before ':'
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 linting (blank lines expectations)</title>
<updated>2014-11-16T19:51:21+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-11-16T19:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=be34ec23c48d6d5d8fd2ef4491981f6fb4bab8e6'/>
<id>be34ec23c48d6d5d8fd2ef4491981f6fb4bab8e6</id>
<content type='text'>
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (n)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (n)
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 linting (whitespaces)</title>
<updated>2014-11-16T19:46:41+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-11-16T19:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f5d11b750ecc982541d1f936488248f0b42d75d3'/>
<id>f5d11b750ecc982541d1f936488248f0b42d75d3</id>
<content type='text'>
W191 indentation contains tabs
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E271 multiple spaces after keyword
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
W191 indentation contains tabs
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E271 multiple spaces after keyword
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca-sf-master</title>
<updated>2014-11-15T15:21:37+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-15T15:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=ff13922f6cfb11128b7651ddfcbbd5cad67e477f'/>
<id>ff13922f6cfb11128b7651ddfcbbd5cad67e477f</id>
<content type='text'>
Conflicts:
	git/cmd.py
	git/objects/commit.py
	git/objects/fun.py
	git/objects/util.py
	git/remote.py
	git/repo/base.py
	git/test/lib/helper.py
	git/test/test_commit.py
	git/test/test_fun.py
	git/util.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	git/cmd.py
	git/objects/commit.py
	git/objects/fun.py
	git/objects/util.py
	git/remote.py
	git/repo/base.py
	git/test/lib/helper.py
	git/test/test_commit.py
	git/test/test_fun.py
	git/util.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified get_user_id() and fixed possible python3 compatiblity issue.</title>
<updated>2014-11-14T16:13:20+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T16:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=598cd1d7f452e05bfcda98ce9e3c392cf554fe75'/>
<id>598cd1d7f452e05bfcda98ce9e3c392cf554fe75</id>
<content type='text'>
Changed motivated by https://github.com/gitpython-developers/GitPython/pull/52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed motivated by https://github.com/gitpython-developers/GitPython/pull/52
</pre>
</div>
</content>
</entry>
<entry>
<title>Add patch from to 0.3 branch.</title>
<updated>2014-06-26T15:21:55+00:00</updated>
<author>
<name>William Gibb</name>
<email>william.gibb@mandiant.com</email>
</author>
<published>2014-06-26T15:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d9fc8b6c06b91dfddb73d18eaa8164e64cc2600a'/>
<id>d9fc8b6c06b91dfddb73d18eaa8164e64cc2600a</id>
<content type='text'>
https://github.com/gitpython-developers/GitPython/commit/f362d10fa24395c21b1629923ccd705ba73ae996
Related to #43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/gitpython-developers/GitPython/commit/f362d10fa24395c21b1629923ccd705ba73ae996
Related to #43
</pre>
</div>
</content>
</entry>
<entry>
<title>tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) )</title>
<updated>2014-02-09T20:09:00+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-02-09T20:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f573b6840509bf41be822ab7ed79e0a776005133'/>
<id>f573b6840509bf41be822ab7ed79e0a776005133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missed import from d3a7282</title>
<updated>2014-01-29T02:07:31+00:00</updated>
<author>
<name>Dave Brondsema</name>
<email>dave@brondsema.net</email>
</author>
<published>2014-01-29T02:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2e6957abf8cd88824282a19b74497872fe676a46'/>
<id>2e6957abf8cd88824282a19b74497872fe676a46</id>
<content type='text'>
The `finalize_process` method was moved but this import wasn't carried with it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `finalize_process` method was moved but this import wasn't carried with it.</pre>
</div>
</content>
</entry>
<entry>
<title>[#5330] Ensure wait() is called on git processes</title>
<updated>2013-10-09T20:49:44+00:00</updated>
<author>
<name>Cory Johns</name>
<email>cjohns@slashdotmedia.com</email>
</author>
<published>2013-10-09T19:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d3a728277877924e889e9fef42501127f48a4e77'/>
<id>d3a728277877924e889e9fef42501127f48a4e77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
