Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing requirements | Jean Jordaan | 2014-09-15 | 1 | -2/+3 |
| | |||||
* | Fixing 'tuple index out of range' issue with distutils/command/upload.py ↵ | Ted Sheibar | 2014-08-19 | 1 | -1/+1 |
| | | | | (v2.7.7): the 'requires' field tuple should be a list(https://github.com/gitpython-developers/GitPython/issues/186) | ||||
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -22/+24 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -65/+65 |
| | | | | Needs plenty of work | ||||
* | setup.py: fixed incorrect handling of toplevel package path - I must have ↵0.3.1-beta2 | Sebastian Thiel | 2011-01-17 | 1 | -5/+4 |
| | | | | been very confused when setting it up that way | ||||
* | update setup.py to allow binary builds, which is required for installation ↵ | Sebastian Thiel | 2010-11-25 | 1 | -1/+7 |
| | | | | and distribution | ||||
* | Updated information files | Sebastian Thiel | 2010-11-25 | 1 | -2/+2 |
| | |||||
* | Fixed setup tools | Sebastian Thiel | 2010-11-25 | 1 | -0/+86 |
| | |||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -86/+0 |
| | | | | adjusted | ||||
* | Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵ | Sebastian Thiel | 2010-11-21 | 1 | -0/+1 |
| | | | | tests to work with the new directory structure | ||||
* | Fixed setup script to work with changed folder structure | Sebastian Thiel | 2010-11-21 | 1 | -56/+62 |
| | |||||
* | Added zip_safe info to setup.py file | Sebastian Thiel | 2010-11-21 | 1 | -0/+1 |
| | |||||
* | bumped verison to 0.3.0 beta20.3.0-beta2 | Sebastian Thiel | 2010-07-09 | 1 | -2/+2 |
| | | | | docs: added changelog, which moved from the CHANGES file into sphinx | ||||
* | setup.py: fixed requirement - its interesting to see that there are two ↵0.3.0-beta1 | Sebastian Thiel | 2010-07-08 | 1 | -0/+1 |
| | | | | different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately | ||||
* | Added further information about the required submodules, and how to install ↵ | Sebastian Thiel | 2010-07-01 | 1 | -11/+5 |
| | | | | them. Incremeneted version to 0.3.0 beta1 | ||||
* | Used this release for a first beta of the 0.2 branch of development | Sebastian Thiel | 2010-04-07 | 1 | -1/+1 |
| | | | | | TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2 | ||||
* | Converted all tabs to 4 space characters each to comply with pep8 | Sebastian Thiel | 2010-03-04 | 1 | -53/+53 |
| | |||||
* | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | 2009-10-11 | 1 | -53/+53 |
| | | | | editor to work with the files properly. Can convert it back for releaes | ||||
* | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | 2009-01-24 | 1 | -0/+3 |
| | |||||
* | Fixed packaging issue caused by ez_setup.py | Christos Trochalakis | 2008-12-15 | 1 | -3/+7 |
| | | | | | | | | ez_setup.py is not packaged with the rest of the code, this causes `easy_install gitpython` to fail with an ImportError. ez_setup is useful when setuptools are not present in the pythonpath. (cherry picked from commit e7c37c6e0b12d2b4f5001fb3ecfc250a682f6d57) | ||||
* | changed svn to git. This makes more sense. I tried trunk, master, edge. | Michael Trier | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | put version stuff back. | Michael Trier | 2008-06-01 | 1 | -1/+1 |
| | |||||
* | couple fixes to setup | Michael Trier | 2008-05-30 | 1 | -3/+3 |
| | |||||
* | Apparently I'm a moron | Michael Trier | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | initial project | Michael Trier | 2008-05-07 | 1 | -0/+76 |