<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test/git/test_repo.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>Make message the full message and add a summary property</title>
<updated>2008-12-15T19:18:30+00:00</updated>
<author>
<name>Paul Sowden</name>
<email>paul@idontsmoke.co.uk</email>
</author>
<published>2008-11-24T04:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6c486b2e699082763075a169c56a4b01f99fc4b9'/>
<id>6c486b2e699082763075a169c56a4b01f99fc4b9</id>
<content type='text'>
Adds a summary property to the Commit object which returns just the first line of the commit message and makes the message property contain the entire commit message (previously the message property only contained the first line of the commit message).  This breaks backwards compatibility a little in that the message property now contains a different value but previously there was no way to access the entire commit message from the Commit object and this is in keeping with git vocabulary, where message generally refers to the entire commit message.
(cherry picked from commit 9d2962d8306c894d4cca55bab551677b92d96352)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a summary property to the Commit object which returns just the first line of the commit message and makes the message property contain the entire commit message (previously the message property only contained the first line of the commit message).  This breaks backwards compatibility a little in that the message property now contains a different value but previously there was no way to access the entire commit message from the Commit object and this is in keeping with git vocabulary, where message generally refers to the entire commit message.
(cherry picked from commit 9d2962d8306c894d4cca55bab551677b92d96352)
</pre>
</div>
</content>
</entry>
<entry>
<title>add a path parameter to most commit methods</title>
<updated>2008-12-15T19:12:04+00:00</updated>
<author>
<name>Paul Sowden</name>
<email>paul@idontsmoke.co.uk</email>
</author>
<published>2008-11-20T07:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9e14356d12226cb140b0e070bd079468b4ab599b'/>
<id>9e14356d12226cb140b0e070bd079468b4ab599b</id>
<content type='text'>
The path parameter allows you to specify a path to constrain queries by.  This changes potentially breaks backwards compatibility for the Repo.commits and Repo.commits_since methods as it moves the positional arguments.
(cherry picked from commit cc8a20e78da4864060bd0c9279633009bc10d871)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The path parameter allows you to specify a path to constrain queries by.  This changes potentially breaks backwards compatibility for the Repo.commits and Repo.commits_since methods as it moves the positional arguments.
(cherry picked from commit cc8a20e78da4864060bd0c9279633009bc10d871)
</pre>
</div>
</content>
</entry>
<entry>
<title>remove ambiguity between paths and treeishs</title>
<updated>2008-12-15T19:06:03+00:00</updated>
<author>
<name>Paul Sowden</name>
<email>paul@idontsmoke.co.uk</email>
</author>
<published>2008-11-20T07:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=5bb812243dd1815651281a54c8191fc8e2bc2d82'/>
<id>5bb812243dd1815651281a54c8191fc8e2bc2d82</id>
<content type='text'>
When calling commands that accept treeish and path arguments and there is a path with the same name as a treeish git cowardly refuses to pick one and asks for the command to use the unambiguous syntax where '--' seperates the treeish from the paths.  Add '--' to the git commands to indicate that the argument is a treeish and not a path.
(cherry picked from commit a9a57fa93a2b121ab9b17fcd6062b9a9c9740883)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When calling commands that accept treeish and path arguments and there is a path with the same name as a treeish git cowardly refuses to pick one and asks for the command to use the unambiguous syntax where '--' seperates the treeish from the paths.  Add '--' to the git commands to indicate that the argument is a treeish and not a path.
(cherry picked from commit a9a57fa93a2b121ab9b17fcd6062b9a9c9740883)
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected failing tests because the Repo mocking was not returning None.</title>
<updated>2008-12-15T18:44:12+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-12-15T18:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1083748b828dfca6a72014434850da0f2a0579ab'/>
<id>1083748b828dfca6a72014434850da0f2a0579ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get compatible with mock0.4 (to some extend ;)). Just that Michael</title>
<updated>2008-12-15T17:09:45+00:00</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2008-10-31T21:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=dc1fcf372878240e0a1af20641d361f14aea7252'/>
<id>dc1fcf372878240e0a1af20641d361f14aea7252</id>
<content type='text'>
doesn't need to do the same boring replacing I did.
(cherry picked from commit 10c62aa69193a8bc7b46ca24c2ad1d5008489665)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't need to do the same boring replacing I did.
(cherry picked from commit 10c62aa69193a8bc7b46ca24c2ad1d5008489665)
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace GitPython with git in repr() outputs.</title>
<updated>2008-09-17T06:08:09+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-16T06:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b00f3689aa19938c10576580fbfc9243d9f3866c'/>
<id>b00f3689aa19938c10576580fbfc9243d9f3866c</id>
<content type='text'>
The imported module is called git (as in "import git"), so it's less
confusing to do so than to call everything GitPython.something.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The imported module is called git (as in "import git"), so it's less
confusing to do so than to call everything GitPython.something.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://gitorious.org/git-python/dokais-clone</title>
<updated>2008-09-14T14:48:55+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-09-14T14:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=0ec61d4f7208a2713adeafb947f65fdae0947067'/>
<id>0ec61d4f7208a2713adeafb947f65fdae0947067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a read-only Repo.active_branch property which returns the name of the currently active branch.</title>
<updated>2008-09-12T19:45:43+00:00</updated>
<author>
<name>Kai Lautaportti</name>
<email>kai.lautaportti@hexagonit.fi</email>
</author>
<published>2008-09-12T19:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=fa8fe4cad336a7bdd8fb315b1ce445669138830c'/>
<id>fa8fe4cad336a7bdd8fb315b1ce445669138830c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a read-only property Repo.is_dirty which reflects the status of the</title>
<updated>2008-09-12T19:03:56+00:00</updated>
<author>
<name>Kai Lautaportti</name>
<email>kai.lautaportti@hexagonit.fi</email>
</author>
<published>2008-09-12T19:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=125b4875b5035dc4f6bad4351651a4236b82baeb'/>
<id>125b4875b5035dc4f6bad4351651a4236b82baeb</id>
<content type='text'>
working directory.

A working directory is dirty if it has any uncommitted changes (in the working
directory or in the index). Bare repositories are by nature always clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
working directory.

A working directory is dirty if it has any uncommitted changes (in the working
directory or in the index). Bare repositories are by nature always clean.
</pre>
</div>
</content>
</entry>
</feed>
