summaryrefslogtreecommitdiff
path: root/git/index
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-292-6/+9
* Add datetime.datetime type to commit_date and author_dateSergeantMenacingGarlic2022-10-131-2/+3
* Fix blob filter path shorter than filter pathAustin Scola2022-06-281-2/+6
* Use generator instead of mapAustin Scola2022-06-261-1/+1
* Remove usage of `PosixPath.is_relative_to`Austin Scola2022-06-261-1/+2
* Fix pathlike type annotation typoAustin Scola2022-06-261-1/+1
* Change to not stringify pathsAustin Scola2022-06-261-4/+6
* Move stage type defAustin Scola2022-06-212-3/+4
* Add stage type to allAustin Scola2022-06-211-1/+1
* Fix blob filter typesAustin Scola2022-06-211-3/+4
* fix: Allow adding PathLike object to indexRuben DI BATTISTA2022-05-181-2/+2
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-184-126/+46
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-181-0/+1
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-181-1/+0
* Run everything through 'black'Sebastian Thiel2022-05-184-276/+490
* Fix various typosluz paz2022-05-072-5/+5
* Let index.commit refer to correct method for parameter information (#1407)Sebastian Thiel2022-02-031-1/+1
* Use bash to open extensionless hooks on windowsDavid Briscoe2022-01-141-1/+14
* Assure index file descriptor is closed after reader (#1394) (#1395)Sebastian Thiel2022-01-101-1/+4
* Avoid taking a lock for readingSebastian Thiel2022-01-071-15/+2
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-2/+2
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-2/+2
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-1/+0
* replace some TBDs wiht runtime typesYobmod2021-07-311-5/+6
* Add final types to index/fun.pyYobmod2021-07-311-1/+1
* Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-241-1/+2
* Use BaseIndexEntry named access in index/fun.pyYobmod2021-07-242-60/+38
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-5/+6
* Rmv old py2.7 __future__ importsYobmod2021-07-191-2/+0
* Change remaining type comments to py3.6+ typesYobmod2021-07-192-17/+17
* update types in types.pyYobmod2021-07-191-3/+4
* Make TreeCacheTup forward refYobmod2021-07-091-4/+4
* Use TreeCacheTup type alias throughoutYobmod2021-07-091-3/+4
* Fix typing of index.fun.write_tree_from_cache()Yobmod2021-07-092-5/+4
* Improve IndexFile_process_diff_args() to get checks to rerunYobmod2021-07-091-5/+5
* Make IndexFile and Diffable .diff() types agreeYobmod2021-07-091-1/+2
* Remove defsult_index decorator from diff() and do check within function. Brea...Yobmod2021-07-091-2/+7
* Improve Diffable method typingYobmod2021-07-091-3/+3
* Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...Yobmod2021-07-091-7/+8
* tests TraversableIterableObj typeguardYobmod2021-07-091-1/+0
* Change List to MutableSequence in fun.py _find_by_name()Yobmod2021-07-081-2/+3
* fix base,ours,theirs typingYobmod2021-07-081-4/+4
* Fix traverse_trees_recursive()Yobmod2021-07-081-79/+69
* MmmmmmYobmod2021-07-081-67/+71
* MmmmmYobmod2021-07-081-5/+4
* Mak EntryTup a froward refYobmod2021-07-081-6/+5
* Finish initial typing of index folderYobmod2021-07-083-44/+62
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-4/+6
* Make diff.DiffIndex generic List['Diff']Yobmod2021-07-061-4/+4
* Type index _items_to_rela_paths()Yobmod2021-07-061-9/+10