Skip to content

Tags: binarymatt/GitPython

Tags

0.3.1-beta2

Toggle 0.3.1-beta2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
-#######->WARNING<-####### Directory structure changed, see commit me…

…ssage

If you use git-python as a submodule of your own project, which alters the sys.path to import it,
you will have to adjust your code to take the changed directory structure into consideration.

Previously, you would put the path
./git-python/lib

into your syspath. All modules moved one level up into the 'git' subdirectory, which means that the 'git-python' directory
now contains the 'git' root package. To allow git to be found, add ./git-python into your path.

To finalize your update, run the following commands

git submodule update --init --recursive

As there will be left-over directories, consider running git-clean

0.3.1-beta1

Toggle 0.3.1-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Changed version to 0.3.1 (removed beta1) so that other projects can a…

…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

0.3.0-beta2

Toggle 0.3.0-beta2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bumped verison to 0.3.0 beta2

docs: added changelog, which moved from the CHANGES file into sphinx

0.3.0-beta1

Toggle 0.3.0-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
setup.py: fixed requirement - its interesting to see that there are t…

…wo different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately

0.2.0-beta1

Toggle 0.2.0-beta1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
diff: by limiting the splitcount to 5, a subtle bug was introduced as…

… the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fix

Wow, at least two people reviewd the code, but it slipped through anyway :)

0.1.7

Toggle 0.1.7's commit message
Many small doc changes pulled in from the 0.1.7RC branch.

0.1.6

Toggle 0.1.6's commit message
Bumped version 0.1.6

0.1.5

Toggle 0.1.5's commit message
Added in new changes and bumped for version 0.1.5

0.1.4

Toggle 0.1.4's commit message
Release 0.1.4

0.1.4-pre

Toggle 0.1.4-pre's commit message
Taggeg mainly for SRabbelier, so he can specify a tag to use for his …

…users...