<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/lib/git/diff.py, branch 0.1.6</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>Lots of spring cleaning and added in Sphinx documentation.</title>
<updated>2009-01-24T20:40:27+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2009-01-24T20:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c76852d0bff115720af3f27acdb084c59361e5f6'/>
<id>c76852d0bff115720af3f27acdb084c59361e5f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to</title>
<updated>2008-12-16T01:47:19+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-16T01:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6ba8b8b91907bd087dfe201eb0d5dae2feb54881'/>
<id>6ba8b8b91907bd087dfe201eb0d5dae2feb54881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for parsing rename info to the diff parser</title>
<updated>2008-12-15T19:15:06+00:00</updated>
<author>
<name>Paul Sowden</name>
<email>paul@idontsmoke.co.uk</email>
</author>
<published>2008-11-22T07:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5da34fddda2ea6de19ecf04efd75e323c4bb41e4'/>
<id>5da34fddda2ea6de19ecf04efd75e323c4bb41e4</id>
<content type='text'>
Currently the parsed headers are just ignored but I'll add them to the Diff object in a future commit
(cherry picked from commit 711b655f29b42821c51be8e592143c7db31ed140)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the parsed headers are just ignored but I'll add them to the Diff object in a future commit
(cherry picked from commit 711b655f29b42821c51be8e592143c7db31ed140)
</pre>
</div>
</content>
</entry>
<entry>
<title>implement a far far faster diff parser</title>
<updated>2008-12-15T19:12:23+00:00</updated>
<author>
<name>Paul Sowden</name>
<email>paul@idontsmoke.co.uk</email>
</author>
<published>2008-11-20T08:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=753e908dcea03cf9962cf45d3965cf93b0d30d94'/>
<id>753e908dcea03cf9962cf45d3965cf93b0d30d94</id>
<content type='text'>
The old diff parser in list_from_string took a large amount of time to parse long diffs, on one of my repositories it took over 3 minutes to parse the initial commit.  The new parser uses a single regexp to match the header of a diff, and iterates over the each individual diff by splitting the entire string by the diff seperator, attempting to match the header for each individual diff.  With the new parser parsing the same repository is almost instant, woohoo!
(cherry picked from commit 5b6b27f153bdc30380bea12a528ef483571dd57a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old diff parser in list_from_string took a large amount of time to parse long diffs, on one of my repositories it took over 3 minutes to parse the initial commit.  The new parser uses a single regexp to match the header of a diff, and iterates over the each individual diff by splitting the entire string by the diff seperator, attempting to match the header for each individual diff.  With the new parser parsing the same repository is almost instant, woohoo!
(cherry picked from commit 5b6b27f153bdc30380bea12a528ef483571dd57a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unneeded dict unpacking.</title>
<updated>2008-09-05T07:23:43+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-05T07:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=590638f9a56440a2c41cc04f52272ede04c06a43'/>
<id>590638f9a56440a2c41cc04f52272ede04c06a43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added license information to all files.</title>
<updated>2008-07-17T02:18:21+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-07-17T02:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bfdf98cadedfa6042117cd7a83952ca2f465d26f'/>
<id>bfdf98cadedfa6042117cd7a83952ca2f465d26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed up tests so they pass except for stderr test. Modified version information retrieval.</title>
<updated>2008-05-31T01:01:44+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-05-31T01:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=233e3ffe0ef35dbabe49340ba567499690dcc166'/>
<id>233e3ffe0ef35dbabe49340ba567499690dcc166</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
