Skip to content

Tags: og-python-scripts/GitPython

Tags

0.3.4

Toggle 0.3.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
python 3 support

0.3.3

Toggle 0.3.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

0.3.2.1

Toggle 0.3.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumping version 0.3.2.1

0.3.2

Toggle 0.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Prepared release 0.3.2

It represents the latest state on github, which should be better than
what's installed by default.

[skip ci]

0.3.2-RC1

Toggle 0.3.2-RC1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped version to 0.3.2 RC1

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.
setup.py: fixed incorrect handling of toplevel package path - I must …

…have been very confused when setting it up that way

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 :)