summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz2016-04-131-1/+1
* fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-0/+11
* fix(compat): make test work with git >= 2.5Sebastian Thiel2015-08-291-0/+3
* fix(test_index): fix encodingSebastian Thiel2015-08-171-2/+2
* fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-291-0/+13
* added tests for commits with datesavi2015-07-171-0/+11
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-12/+16
* fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-15/+0
* test(index): test for #265Sebastian Thiel2015-04-071-0/+15
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-4/+8
* Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel2015-01-191-1/+2
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-121-0/+21
* Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel2015-01-121-1/+1
* Made sure commits accept unicode or unicode charactersSebastian Thiel2015-01-071-6/+8
* fix pep8firm12015-01-071-2/+3
* add tests for commit by actorfirm12015-01-071-0/+16
* test_repo worksSebastian Thiel2015-01-061-0/+1
* test_index worksSebastian Thiel2015-01-061-18/+19
* 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-1/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-1/+0
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+17
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-19/+18
* Applied autopep8Sebastian Thiel2015-01-041-1/+1
* Fixed all remaining non-performance testsSebastian Thiel2015-01-031-2/+8
* Applied autopep8Sebastian Thiel2014-11-191-8/+11
* Allow Index.add() on bare repositoriesSebastian Thiel2014-11-171-0/+34
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-26/+26
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-19/+19
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-6/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-110/+108
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-651/+651
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+669