summaryrefslogtreecommitdiff
path: root/git/objects/submodule/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-3/+3
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-3/+3
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-5/+7
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-5/+7
* Applied autopep8Sebastian Thiel2014-11-191-55/+63
* Backport of https://github.com/gitpython-developers/GitPython/pull/118Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-42/+42
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-12/+12
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-107/+106
* Make sure that branches looking like a numeric scalar will not become number ...Sebastian Thiel2014-05-011-1/+1
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-892/+892
* Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel2011-06-131-5/+4
* submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel2010-12-031-6/+8
* Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel2010-12-011-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+924