<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git, branch 2.0.7</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>chore(version-up): v2.0.7</title>
<updated>2016-07-17T08:04:16+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-07-17T08:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=49a9f84461fa907da786e91e1a8c29d38cdb70eb'/>
<id>49a9f84461fa907da786e91e1a8c29d38cdb70eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #479 from peterbe/commit-without-executing-hooks</title>
<updated>2016-06-25T14:15:00+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-25T14:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=4896fa2ccbd84553392e2a74af450d807e197783'/>
<id>4896fa2ccbd84553392e2a74af450d807e197783</id>
<content type='text'>
Commit without executing hooks, fixes #468</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit without executing hooks, fixes #468</pre>
</div>
</content>
</entry>
<entry>
<title>chore(tests): test-initialization via script</title>
<updated>2016-06-21T07:05:39+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-21T06:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=3c6e5adab98a2ea4253fefc4f83598947f4993ee'/>
<id>3c6e5adab98a2ea4253fefc4f83598947f4993ee</id>
<content type='text'>
Fixes #478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #478
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit without executing hooks, fixes #468</title>
<updated>2016-06-20T14:22:33+00:00</updated>
<author>
<name>Peter Bengtsson</name>
<email>mail@peterbe.com</email>
</author>
<published>2016-06-20T14:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e031a0ee8a6474154c780e31da2370a66d578cdc'/>
<id>e031a0ee8a6474154c780e31da2370a66d578cdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump for next release</title>
<updated>2016-06-20T07:13:17+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2016-06-20T07:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=de894298780fd90c199ef9e3959a957a24084b14'/>
<id>de894298780fd90c199ef9e3959a957a24084b14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is 2.0.6</title>
<updated>2016-06-20T07:11:07+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2016-06-20T07:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=06571d7f6a260eda9ff7817764f608b731785d6b'/>
<id>06571d7f6a260eda9ff7817764f608b731785d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(remote): lazy PushInfo.old_commit initialization</title>
<updated>2016-06-20T05:01:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-20T05:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=451504f1e1aa84fb3de77adb6c554b9eb4a7d0ab'/>
<id>451504f1e1aa84fb3de77adb6c554b9eb4a7d0ab</id>
<content type='text'>
We will now populate the old_commit on demand, which will
allow us to keep going even if the given commit does not
exist locally.

Fixes #461
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will now populate the old_commit on demand, which will
allow us to keep going even if the given commit does not
exist locally.

Fixes #461
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fix-non-ascii-chars-in-status-lines</title>
<updated>2016-06-20T04:51:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-20T04:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=f128ae9a37036614c1b5d44e391ba070dd4326d1'/>
<id>f128ae9a37036614c1b5d44e391ba070dd4326d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fix-non-ascii-chars-in-status-lines</title>
<updated>2016-06-20T04:49:45+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-20T04:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=07a8f73dca7ec7c2aeb6aa47aaf421d8d22423ad'/>
<id>07a8f73dca7ec7c2aeb6aa47aaf421d8d22423ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffs</title>
<updated>2016-06-20T04:46:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-06-20T04:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=e9405ac82af3a804dba1f9797bdb34815e1d7a18'/>
<id>e9405ac82af3a804dba1f9797bdb34815e1d7a18</id>
<content type='text'>
Store raw path bytes in Diff instances</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Store raw path bytes in Diff instances</pre>
</div>
</content>
</entry>
</feed>
