tag:github.com,2008:https://github.com/binarymatt/GitPython/releasesTags from GitPython2010-11-25T17:18:15Ztag:github.com,2008:Repository/1139733/0.3.1-beta22010-11-25T17:18:15Z0.3.1-beta2<p>-#######->WARNING<-####### Directory structure changed, see commit me…</p>
<p>…ssage</p>
<p>If you use git-python as a submodule of your own project, which alters the sys.path to import it,
<br />you will have to adjust your code to take the changed directory structure into consideration.</p>
<p>Previously, you would put the path
<br />./git-python/lib</p>
<p>into your syspath. All modules moved one level up into the 'git' subdirectory, which means that the 'git-python' directory
<br />now contains the 'git' root package. To allow git to be found, add ./git-python into your path.</p>
<p>To finalize your update, run the following commands</p>
<p>git submodule update --init --recursive</p>
<p>As there will be left-over directories, consider running git-clean</p>Byrontag:github.com,2008:Repository/1139733/0.3.1-beta12010-11-21T21:26:01Z0.3.1-beta1<p>Changed version to 0.3.1 (removed beta1) so that other projects can a…</p>
<p>…ctually depend on git-python using the setuptools. Previously it would claim the version did not exist, probably because the setuptools are just comparing strings</p>Byrontag:github.com,2008:Repository/1139733/0.3.0-beta22010-07-09T10:35:44Z0.3.0-beta2: bumped verison to 0.3.0 beta2<p>bumped verison to 0.3.0 beta2</p>
<p>docs: added changelog, which moved from the CHANGES file into sphinx</p>Byrontag:github.com,2008:Repository/1139733/0.3.0-beta12010-07-08T09:49:21Z0.3.0-beta1<p>setup.py: fixed requirement - its interesting to see that there are t…</p>
<p>…wo different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately</p>Byrontag:github.com,2008:Repository/1139733/0.2.0-beta12010-05-25T18:11:43Z0.2.0-beta1<p>diff: by limiting the splitcount to 5, a subtle bug was introduced as…</p>
<p>… the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fix</p>
<p>Wow, at least two people reviewd the code, but it slipped through anyway :)</p>Byrontag:github.com,2008:Repository/1139733/0.1.72010-03-20T15:45:58Z0.1.7emptytag:github.com,2008:Repository/1139733/0.1.62009-01-24T20:41:55Z0.1.6emptytag:github.com,2008:Repository/1139733/0.1.52008-12-15T18:44:44Z0.1.5emptytag:github.com,2008:Repository/1139733/0.1.42008-07-17T02:32:01Z0.1.4emptytag:github.com,2008:Repository/1139733/0.1.4-pre2008-07-16T23:48:45Z0.1.4-pre<p>Taggeg mainly for SRabbelier, so he can specify a tag to use for his …</p>
<p>…users...</p>apollo13