| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -934/+0 |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -0/+934 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -934/+0 |
* | Fix flake8 errors | Sebastian Thiel | 2020-05-28 | 1 | -1/+1 |
* | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -12/+12 |
* | Replace deprecated assertNotEquals alias with assertNotEqual | Harmon | 2020-02-16 | 1 | -1/+1 |
* | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon | 2020-02-16 | 1 | -12/+12 |
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -2/+2 |
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -5/+1 |
* | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -2/+2 |
* | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -2/+2 |
* | As string is iterable, changed to isinstance check | Marcel | 2019-10-15 | 1 | -3/+5 |
* | allow calling index.add, index.move and index.remove with single items | Marcel | 2019-10-15 | 1 | -1/+8 |
* | Fix test_commit_msg_hook_success. | Uri Baghin | 2019-09-28 | 1 | -1/+1 |
* | git: index: base: use os.path.relpath | Ruslan Kuprieiev | 2018-04-04 | 1 | -0/+15 |
* | Use automatic formatters | Hugo | 2018-03-18 | 1 | -2/+2 |
* | Unnecessary generator - rewrite as a set comprehension | Hugo | 2018-03-18 | 1 | -2/+2 |
* | Unnecessary generator - rewrite as a list comprehension | Hugo | 2018-03-18 | 1 | -2/+2 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -3/+3 |
* | Replace function call with set literal | Hugo | 2018-03-18 | 1 | -1/+1 |
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -11/+2 |
* | RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests | Yaroslav Halchenko | 2017-11-28 | 1 | -1/+1 |
* | RF(TST): skip all tests dealing with hooks on windows | Yaroslav Halchenko | 2017-11-28 | 1 | -0/+1 |
* | RF: no "need" for custom shebang on windows since just does not work | Yaroslav Halchenko | 2017-11-28 | 1 | -3/+1 |
* | RF(+BF?): refactor hooks creation in a test, and may be make it compat with w... | Yaroslav Halchenko | 2017-11-28 | 1 | -32/+39 |
* | BF(PY26): {} -> {0}, i.e. explicit index for .format() | Yaroslav Halchenko | 2017-11-27 | 1 | -2/+2 |
* | IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks. | satahippy | 2017-10-30 | 1 | -29/+85 |
* | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-04-09 | 1 | -1/+1 |
* | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -3/+7 |
* | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+9 |
* | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+1 |
* | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -24/+26 |
* | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos | 2016-10-11 | 1 | -1/+1 |
* | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -4/+3 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+2 |
* | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -1/+1 |
* | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos | 2016-10-03 | 1 | -22/+28 |
* | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos | 2016-10-01 | 1 | -18/+17 |
* | FIX tox/requirements | Kostis Anagnostopoulos | 2016-09-29 | 1 | -3/+3 |
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | Win, hook, #519: Consume Hook Popen-proc out of GIL | Kostis Anagnostopoulos | 2016-09-28 | 1 | -71/+85 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -5/+4 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -3/+3 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -4/+4 |
* | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos | 2016-09-26 | 1 | -3/+7 |
* | fix(test): deal with py2 and py3 | Sebastian Thiel | 2016-09-25 | 1 | -1/+3 |
* | fix(index): improve LockedFD handling | Sebastian Thiel | 2016-09-25 | 1 | -0/+17 |
* | Need spaces in Emacs style encoding comment | Steven Colby | 2016-05-18 | 1 | -1/+1 |
* | fixed unittest of issue #407 for Python3 | Piotr Pietraszkiewicz | 2016-04-13 | 1 | -1/+1 |
* | fix(index): avoid recursing endlessly in add() | Piotr Pietraszkiewicz | 2016-04-13 | 1 | -0/+11 |