| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck | Yobmod | 2021-07-28 | 1 | -1/+2 |
| * | Fix some SymbolicReference types | Yobmod | 2021-07-28 | 1 | -1/+1 |
| * | Fix SymbolicReference reference typing | Yobmod | 2021-07-28 | 1 | -3/+2 |
| * | Added support of spaces for clone multi_options | Igor Lakhtenkov | 2021-07-27 | 1 | -1/+2 |
| * | Rmv with_metaclass shim, make section constraint generic wrt its configparser... | Yobmod | 2021-07-24 | 1 | -2/+4 |
| * | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 1 | -2/+3 |
| * | Rmv old py2.7 __future__ imports | Yobmod | 2021-07-19 | 1 | -1/+0 |
| * | Make pathlike a forward ref | Yobmod | 2021-07-19 | 1 | -3/+4 |
| * | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 2 | -14/+15 |
| * | Make types in refs compatible with repo | Yobmod | 2021-07-19 | 1 | -3/+4 |
| * | Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi... | Yobmod | 2021-07-08 | 1 | -4/+4 |
| * | Fix for mrepo2 | Yobmod | 2021-07-06 | 1 | -1/+1 |
| * | Add types to submodule.update() | Yobmod | 2021-07-06 | 1 | -3/+6 |
| * | Improve BlameEntry.commit typing | Yobmod | 2021-07-05 | 1 | -4/+4 |
| * | Improve typing of config_levels, add assert_never() | Yobmod | 2021-07-05 | 1 | -9/+10 |
| * | Add missed types to Commit, uncomment to_native_path_linux() | Yobmod | 2021-07-01 | 1 | -1/+1 |
| * | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 1 | -8/+8 |
| * | Make IterableList generic and update throughout | Yobmod | 2021-06-24 | 1 | -6/+6 |
| * | Add types to tree.Tree | Yobmod | 2021-06-24 | 1 | -1/+2 |
| * | Update typing-extensions version in requirements.txt | Yobmod | 2021-06-23 | 1 | -2/+20 |
| * | Removes PathLike type requirement for full_tag creation | Robert Westman | 2021-06-03 | 1 | -1/+1 |
| * | Fix flake8 | Sebastian Thiel | 2021-06-03 | 1 | -1/+0 |
| * | Fixes resolving of tag parameter for repo.tag | Robert Westman | 2021-06-03 | 1 | -1/+12 |
| * | add types to index.fun.py | Yobmod | 2021-05-17 | 1 | -2/+2 |
| * | flake8 and mypy fixes | Yobmod | 2021-05-16 | 1 | -2/+2 |
| * | Add initial types to IndexFile .init() to _to_relative_path() | Yobmod | 2021-05-15 | 1 | -3/+3 |
| * | Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_valu... | yobmod | 2021-05-08 | 1 | -2/+1 |
| * | flake8 fixes | yobmod | 2021-05-08 | 1 | -4/+3 |
| * | add initial types to remote.py | yobmod | 2021-05-03 | 2 | -84/+88 |
| * | add types to base.py and fun.py | yobmod | 2021-02-28 | 2 | -121/+187 |
| * | docs: fix simple typo, repostory -> repository | Tim Gates | 2020-12-25 | 1 | -1/+1 |
| * | rename sublist to subset | Sagi Shadur | 2020-09-29 | 1 | -1/+1 |
| * | Rename get_ignored to ignored and fix the documentation | Sagi Shadur | 2020-09-29 | 1 | -2/+2 |
| * | Find paths ignored in .gitignore | Sagi Shadur | 2020-09-29 | 1 | -0/+13 |
| * | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | 2020-09-28 | 1 | -1/+1 |
| * | Add reference to repository to config. | Jeremy Retailleau | 2020-09-02 | 1 | -2/+2 |
| * | Fixed all warnings in documentation and updated Makefile to treat warnings as... | Kian Cross | 2020-07-13 | 1 | -3/+3 |
| * | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 2 | -8/+10 |
| * | Satisfy flake8 requirement related to #1000 | Sebastian Thiel | 2020-04-11 | 1 | -1/+1 |
| * | Try again to apply patch related to #1000 | Sebastian Thiel | 2020-04-11 | 1 | -1/+2 |
| * | Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ... | Sebastian Thiel | 2020-04-11 | 1 | -2/+1 |
| * | When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec... | Sebastian Thiel | 2020-04-11 | 1 | -1/+2 |
| * | Fix param format of Repo.commit | Chenxiong Qi | 2020-02-24 | 1 | -1/+3 |
| * | Fix Repo.__repr__ when subclassed | Jan Matějka | 2020-02-08 | 1 | -1/+2 |
| * | Remove and replace compat.text_type | Harmon | 2020-02-08 | 1 | -3/+2 |
| * | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -6/+2 |
| * | Remove and replace compat.xrange | Harmon | 2020-02-08 | 1 | -2/+1 |
| * | Remove compat.range | Harmon | 2020-02-08 | 1 | -1/+0 |
| * | Remove str import from builtins | Harmon | 2020-02-08 | 1 | -1/+0 |
| * | Avoids env var warning when path contains $/%; fix #832 | Rob Kimball | 2019-12-06 | 1 | -1/+2 |