<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/lib/git/objects, branch 0.2</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>IndexFile.add: Fixed incorrect path handling if path rewriting was desired and absolute paths were given</title>
<updated>2010-05-10T22:06:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-10T22:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=8caeec1b15645fa53ec5ddc6e990e7030ffb7c5a'/>
<id>8caeec1b15645fa53ec5ddc6e990e7030ffb7c5a</id>
<content type='text'>
Commit.create_from_tree: fixed critical bug that would cause it to create a branch named master by default, instead of the reference actually set ( which is master in many, but not all cases )
 - in fact it could be detached as well, we would fail ungracefully although we could assume master then ... although we cant really make the decision
Repo.is_dirty: improved its abiility to deal with empty repositories and a missing head. Weird thing is that the test always worked fine with the previous code, but it didn't work for me in a similar situation without this change at least
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit.create_from_tree: fixed critical bug that would cause it to create a branch named master by default, instead of the reference actually set ( which is master in many, but not all cases )
 - in fact it could be detached as well, we would fail ungracefully although we could assume master then ... although we cant really make the decision
Repo.is_dirty: improved its abiility to deal with empty repositories and a missing head. Weird thing is that the test always worked fine with the previous code, but it didn't work for me in a similar situation without this change at least
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.</title>
<updated>2010-05-04T16:00:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-05-04T16:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=143b927307d46ccb8f1cc095739e9625c03c82ff'/>
<id>143b927307d46ccb8f1cc095739e9625c03c82ff</id>
<content type='text'>
README/intro.rst: added information about the new repository at github
tree: added marker to indicate that submodules would have to be returned there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
README/intro.rst: added information about the new repository at github
tree: added marker to indicate that submodules would have to be returned there
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for time zone information in tags and commits.</title>
<updated>2010-04-27T20:38:35+00:00</updated>
<author>
<name>Rick Copeland</name>
<email>rcopeland@geek.net</email>
</author>
<published>2010-04-27T20:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=b48e4d3aa853687f420dc51969837734b70bfdec'/>
<id>b48e4d3aa853687f420dc51969837734b70bfdec</id>
<content type='text'>
This commit includes
 - an update to git.objects.utils:parse_actor_and_date to parse the timezone offset
 - updates to the git.objects.Commit and git.objects.Tag objects to support *_tz_offset attributes
 - updates to tests in test.git.test_commit and test.git.test_refs to check for appropriate *_tz_offset attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit includes
 - an update to git.objects.utils:parse_actor_and_date to parse the timezone offset
 - updates to the git.objects.Commit and git.objects.Tag objects to support *_tz_offset attributes
 - updates to tests in test.git.test_commit and test.git.test_refs to check for appropriate *_tz_offset attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted all tabs to 4 space characters each to comply with pep8</title>
<updated>2010-03-04T08:06:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-03-04T08:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b'/>
<id>72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit.iter_items: Will not restrict comits to the ones containing changes to paths anymore as it will only append '--' if paths are actually given.</title>
<updated>2010-02-28T19:29:02+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-02-28T19:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=6bfdf93201ea413affd4c8fbe406ea2b4a7c1b6b'/>
<id>6bfdf93201ea413affd4c8fbe406ea2b4a7c1b6b</id>
<content type='text'>
Added unittest to verify this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unittest to verify this
</pre>
</div>
</content>
</entry>
<entry>
<title>git.Tree: Fixed critical issue when reading trees from binary data. The previous version was making assumptions that would only be true for old git repositories it sesms. The new version of the algorithm deals with this gracefully.</title>
<updated>2010-02-24T14:39:24+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-02-24T14:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=3e14ab55a060a5637e9a4a40e40714c1f441d952'/>
<id>3e14ab55a060a5637e9a4a40e40714c1f441d952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit.create: now handles empty repositories correctly</title>
<updated>2010-02-13T19:02:01+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-02-13T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=0bb2fc8129ed9adabec6a605bfe73605862b20d3'/>
<id>0bb2fc8129ed9adabec6a605bfe73605862b20d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tree: implemented recursive paths in __div__ and __getitem__ method, allowing the keys to contain slashes; adjusted test to check for this</title>
<updated>2009-12-30T15:17:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-12-30T15:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d86e77edd500f09e3e19017c974b525643fbd539'/>
<id>d86e77edd500f09e3e19017c974b525643fbd539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories</title>
<updated>2009-12-03T15:31:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-12-03T15:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c05ef0e7543c2845fd431420509476537fefe2b0'/>
<id>c05ef0e7543c2845fd431420509476537fefe2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commit.create_from_tree: head will not be advanced anymore as it feels non-natural when using it</title>
<updated>2009-12-01T08:24:52+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-12-01T08:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=bae67b87039b3364bdc22b8ef0b75dd18261814c'/>
<id>bae67b87039b3364bdc22b8ef0b75dd18261814c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
