<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/test, branch 0.1.5</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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>Merge branch 'master' of git://gitorious.org/git-python/nud</title>
<updated>2008-09-14T14:43:41+00:00</updated>
<author>
<name>Michael Trier</name>
<email>mtrier@gmail.com</email>
</author>
<published>2008-09-14T14:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=5613079f2494808f048b81815bf708debf7339d2'/>
<id>5613079f2494808f048b81815bf708debf7339d2</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='https://git.otimperi.dev/GitPython/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='https://git.otimperi.dev/GitPython/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>
<entry>
<title>Allow modifying the project description</title>
<updated>2008-09-07T20:05:51+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-07T19:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=5d3e2f7f57620398df896d9569c5d7c5365f823d'/>
<id>5d3e2f7f57620398df896d9569c5d7c5365f823d</id>
<content type='text'>
Do this:

&gt;&gt;&gt; repo.description = "Foo Bar"
&gt;&gt;&gt; repo.description
'Foo Bar'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this:

&gt;&gt;&gt; repo.description = "Foo Bar"
&gt;&gt;&gt; repo.description
'Foo Bar'
</pre>
</div>
</content>
</entry>
<entry>
<title>Make daemon export a property of git.Repo</title>
<updated>2008-09-07T19:49:14+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-07T19:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=befb617d0c645a5fa3177a1b830a8c9871da4168'/>
<id>befb617d0c645a5fa3177a1b830a8c9871da4168</id>
<content type='text'>
Now you can do this:

&gt;&gt;&gt; exported = repo.daemon_export
&gt;&gt;&gt; repo.daemon_export = True
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now you can do this:

&gt;&gt;&gt; exported = repo.daemon_export
&gt;&gt;&gt; repo.daemon_export = True
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Tree.content_from_string a static method.</title>
<updated>2008-09-05T22:34:18+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-05T22:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=2f6a6e35d003c243968cdb41b72fbbe609e56841'/>
<id>2f6a6e35d003c243968cdb41b72fbbe609e56841</id>
<content type='text'>
It doesn't use an object's private contents, so let's go...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't use an object's private contents, so let's go...
</pre>
</div>
</content>
</entry>
</feed>
