summaryrefslogtreecommitdiff
path: root/git/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-4/+3
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-1/+1
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-031-22/+28
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-18/+17
* FIX tox/requirementsKostis Anagnostopoulos2016-09-291-3/+3
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-1/+1
* Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos2016-09-281-71/+85
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-5/+4
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-3/+3
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-4/+4
* test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos2016-09-261-3/+7
* fix(test): deal with py2 and py3Sebastian Thiel2016-09-251-1/+3
* fix(index): improve LockedFD handlingSebastian Thiel2016-09-251-0/+17
* 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