<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/db, branch experiment-2012</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>Fix issue #41: repo.is_dirty() on empty repository with stashed files</title>
<updated>2014-09-29T16:52:22+00:00</updated>
<author>
<name>Jan Vcelak</name>
<email>jvcelak@redhat.com</email>
</author>
<published>2012-03-21T16:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=f9ec0afbc29932b52f449b7e0a5f79068ecb1f0f'/>
<id>f9ec0afbc29932b52f449b7e0a5f79068ecb1f0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `git push` hanging when stdout/stderr is big</title>
<updated>2014-08-13T23:56:45+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-08-13T23:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=3d0e05ce63f2c939b3487d404134e58576b2fe3d'/>
<id>3d0e05ce63f2c939b3487d404134e58576b2fe3d</id>
<content type='text'>
Fixes GH-145
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH-145
</pre>
</div>
</content>
</entry>
<entry>
<title>Autopep8 fixes with maximum line length 120</title>
<updated>2014-07-25T09:19:22+00:00</updated>
<author>
<name>Craig Northway</name>
<email>craig.northway@gmail.com</email>
</author>
<published>2014-07-25T01:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=a23d0d8617ba3119069e610fc7b0850a17322726'/>
<id>a23d0d8617ba3119069e610fc7b0850a17322726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for untracked_files no longer detected #138</title>
<updated>2014-05-06T10:11:11+00:00</updated>
<author>
<name>Maximiliano Curia</name>
<email>maxy@gnuservers.com.ar</email>
</author>
<published>2014-05-06T10:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=5d4a9c2374049ed45b43d09781c086d5674f48cf'/>
<id>5d4a9c2374049ed45b43d09781c086d5674f48cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tabs to 4 spaces - overall state of this branch is desolate, but fixable. Needs plenty of work</title>
<updated>2014-02-09T20:23:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-02-09T20:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=15dd52cd578691930cea194e003fa80dd02f40eb'/>
<id>15dd52cd578691930cea194e003fa80dd02f40eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed consecutive lines with same blame info not appearing in blame.</title>
<updated>2011-07-18T15:48:23+00:00</updated>
<author>
<name>Mark Nevill</name>
<email>mark@nevill.ch</email>
</author>
<published>2011-07-17T19:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6e86f8a8a0638abe2c18ae0bb36cc992b0ababe5'/>
<id>6e86f8a8a0638abe2c18ae0bb36cc992b0ababe5</id>
<content type='text'>
This fixes a bug when parsing blame -p output: Full commit info headers
only appear for the first line from a particular commit, but other lines
were ignored as the blame info dict was reset after each line.

This patch handles both multiple consecutive lines from a commit and
interleaved lines from multiple commits.

Added real test to verify blame works against the actual commit, not
only a mock of what was produced by blame in old git releases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bug when parsing blame -p output: Full commit info headers
only appear for the first line from a particular commit, but other lines
were ignored as the blame info dict was reset after each line.

This patch handles both multiple consecutive lines from a commit and
interleaved lines from multiple commits.

Added real test to verify blame works against the actual commit, not
only a mock of what was produced by blame in old git releases
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed up tests to actually use pygit2. Its worth noting that the performance tests only work reliably in a patched up version, or the next point release.</title>
<updated>2011-07-08T15:34:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-07-08T15:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=a5a0fa2d3befd21534de91e4e2013fbe885995c6'/>
<id>a5a0fa2d3befd21534de91e4e2013fbe885995c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic frame for pygit2 - it just needs some basic methods to be implemented now - depending on the performance, it might actually receive some more work</title>
<updated>2011-07-08T08:28:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-07-08T08:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=16a13276f26e2b4b0cad35c66a527bb8d128d587'/>
<id>16a13276f26e2b4b0cad35c66a527bb8d128d587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added store support. Now the basic object IO is implemented, which shall be enough for the first batch of work</title>
<updated>2011-07-07T21:37:04+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-07-07T21:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=f4f330f8588dacd43af6513e1e1e1a50237da1e7'/>
<id>f4f330f8588dacd43af6513e1e1e1a50237da1e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed cache in PureCompoundDB as it had the tendency to slow things down actually</title>
<updated>2011-07-07T19:47:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2011-07-07T19:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=6a10c8a82adcbe1f18c2e79a9135c7f5c753b826'/>
<id>6a10c8a82adcbe1f18c2e79a9135c7f5c753b826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
