<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/lib/git, 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>fixed git.Tree.__len__ arguments</title>
<updated>2008-12-15T17:32:45+00:00</updated>
<author>
<name>k0001</name>
<email>gnuk0001@gmail.com</email>
</author>
<published>2008-10-30T03:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=11ec2e08e1796b5914cd9c4830813482753ecfa0'/>
<id>11ec2e08e1796b5914cd9c4830813482753ecfa0</id>
<content type='text'>
(cherry picked from commit 657444d75d7b2d6913c2d491841b9bd70c8bd289)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 657444d75d7b2d6913c2d491841b9bd70c8bd289)
</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>Cosmetic fixes to be consistent with the overall coding style.</title>
<updated>2008-09-12T19:44:31+00:00</updated>
<author>
<name>Kai Lautaportti</name>
<email>kai.lautaportti@hexagonit.fi</email>
</author>
<published>2008-09-12T19:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d7781e1056c672d5212f1aaf4b81ba6f18e8dd8b'/>
<id>d7781e1056c672d5212f1aaf4b81ba6f18e8dd8b</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>Do not use **kwargs for constructors.</title>
<updated>2008-09-05T22:35:04+00:00</updated>
<author>
<name>Steve Frécinaux</name>
<email>code@istique.net</email>
</author>
<published>2008-09-05T22:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c8c50d8be2dc5ae74e53e44a87f580bf25956af9'/>
<id>c8c50d8be2dc5ae74e53e44a87f580bf25956af9</id>
<content type='text'>
It is better to have an explicit list of variables for the constructors,
be it only to avoid mispelled arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is better to have an explicit list of variables for the constructors,
be it only to avoid mispelled arguments.
</pre>
</div>
</content>
</entry>
</feed>
