summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* test_tree worksSebastian Thiel2015-01-061-0/+1
* test_submodule worksSebastian Thiel2015-01-062-2/+2
* test_stat worksSebastian Thiel2015-01-061-2/+2
* test_repo worksSebastian Thiel2015-01-065-23/+51
* test_remote worksSebastian Thiel2015-01-061-4/+7
* test_reflog worksSebastian Thiel2015-01-061-2/+3
* test_index worksSebastian Thiel2015-01-061-18/+19
* test_git worksSebastian Thiel2015-01-051-7/+8
* test_fun worksSebastian Thiel2015-01-051-6/+6
* test_commit works once againSebastian Thiel2015-01-051-21/+23
* Added test of #147 to verify it works.Sebastian Thiel2015-01-051-0/+11
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-6/+7
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-059-27/+28
* Dum brute force conversion of all types.Sebastian Thiel2015-01-049-17/+32
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-048-19/+17
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-042-190/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-0412-56/+71
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-0424-67/+209
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-0417-66/+59
* Applied autopep8Sebastian Thiel2015-01-044-4/+5
* Let's hope travis works nowSebastian Thiel2015-01-041-2/+0
* Intermediate debug commit for travis ... do not useSebastian Thiel2015-01-041-2/+2
* Somemore debugging for rev-parse issueSebastian Thiel2015-01-041-3/+5
* This should help getting travis to work, finallySebastian Thiel2015-01-031-1/+1
* Auto-skip performance tests more quietly on travisSebastian Thiel2015-01-036-25/+14
* Fixed all remaining non-performance testsSebastian Thiel2015-01-039-39/+58
* Various fixes and improvementsSebastian Thiel2015-01-031-6/+7
* Auto-launching git daemon to make tests more independentSebastian Thiel2015-01-021-3/+22
* Simplified parse_date implementationSebastian Thiel2014-12-191-2/+2
* BF: adjust mktime output for the local offset (Close #218)Yaroslav Halchenko2014-12-181-1/+1
* Applied autopep8Sebastian Thiel2014-11-1920-113/+148
* Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...Sebastian Thiel2014-11-192-1/+18
|\
| * Add tests for .git-file.Marcus R. Brown2013-01-112-0/+18
* | Copy environment for subprocess executionDarragh Bailey2014-11-171-0/+6
* | Allow Index.add() on bare repositoriesSebastian Thiel2014-11-171-0/+34
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-1619-155/+155
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-163-8/+8
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-1622-160/+160
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-1624-42/+52
* | pep8 linting (whitespaces)Antoine Musso2014-11-1625-786/+771
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-153-4/+9
|\ \
| * | [#7021] Added serialization and test from upstream and fixed test issuesCory Johns2014-03-033-1/+73
| * | Fix whacky indentationTim Van Steenburgh2013-04-171-3/+3
| * | Return bytes if object name can't be utf8-decodedTim Van Steenburgh2013-04-171-0/+5
* | | Merge pull request #189 from mrasskazov/0.3Sebastian Thiel2014-11-142-1/+71
|\ \ \
| * | | GPG signature support on commit object.Max Rasskazov2014-09-082-1/+71
* | | | Updated README to better represent current stateSebastian Thiel2014-11-141-7/+6
* | | | Merge pull request #200 from dbaxa/0.3-with-unicode-fixesSebastian Thiel2014-11-121-11/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Basic test for __unpack_args to verify unicode handling worksCraig Northway2014-11-121-11/+20
* | | | Support multiple refspecs in fetch.Robert Collins2014-07-031-0/+4
|/ / /