summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | add git command optionsEric Brunson2014-04-251-0/+2
* | | add git command optionsEric Brunson2014-04-251-0/+12
* | | Minor modifications to get tests back to work.Sebastian Thiel2014-02-103-13/+20
* | | Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-103-4/+4
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-0921-4575/+4575
| |/ |/|
* | fixed testcaseSebastian Thiel2011-07-181-1/+1
* | new blame test addedSebastian Thiel2011-07-181-0/+9
|/
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-0/+10
* Fetch info can now deal much better with non-default ref specs, fixes #24, #25Sebastian Thiel2011-07-041-4/+48
* refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel2011-07-041-0/+5
* Fixes #23Sebastian Thiel2011-07-041-424/+432
* test_submodule doesn't assume latest version of gitdb anymoreSebastian Thiel2011-06-131-1/+2
* fixed test_repo to deal with new and old versions of the gitdb. windows is no...Sebastian Thiel2011-06-131-1/+1
* fixed submodule test to work on windowsSebastian Thiel2011-06-131-2/+3
* test_submodule: Will now load everything into memory if smmap is present, to ...Sebastian Thiel2011-06-131-0/+14
* Fixed submodule tests to go with either the old or the new version of gitdbSebastian Thiel2011-06-101-5/+6
* Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel2011-06-081-3/+1
* relaxed implementation when comparing symbolic references against other items...Sebastian Thiel2011-06-081-0/+9
* util: Added test for iterable list, and implemented __contains__ and __del__ ...Sebastian Thiel2011-06-081-1/+58
* Improved debug assertion to provide proper path on which to run a git daemonSebastian Thiel2011-06-071-2/+4
* Added version_info property to git command. Its cached and efficient, includi...Sebastian Thiel2011-06-071-66/+82
* Fixed submodule test. Just a tiny thingSebastian Thiel2011-06-071-0/+3
* Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel2011-06-072-7/+15
* added test & fix for mangled tagger namesOrestis Markou2011-05-011-0/+10
* Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel2011-02-231-1/+6
* Submodule tests are functional once again.Sebastian Thiel2010-12-011-1/+1
* Fixed import of gitdb, keeping changed gitdb commit so that the submodule tes...Sebastian Thiel2010-12-011-2/+2
* Fixed all testcasesSebastian Thiel2010-11-252-4/+5
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-2567-0/+8668