summaryrefslogtreecommitdiff
path: root/git/objects/tree.py
Commit message (Expand)AuthorAgeFilesLines
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-2/+2
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-2/+2
* | Fix some typosSantiago Castro2016-10-201-3/+3
|/
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-23/+29
* chore(tree): remove dead codeSebastian Thiel2015-12-131-1/+0
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-1/+49
* test_tree worksSebastian Thiel2015-01-061-2/+10
* 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-9/+7
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-4/+4
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+2
* Applied autopep8Sebastian Thiel2014-11-191-12/+12
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-17/+17
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-13/+13
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespaces)Antoine Musso2014-11-161-33/+33
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-245/+245
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+280