summaryrefslogtreecommitdiff
path: root/git/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-3/+3
* ENH: Update cygpath recodes to work with all installsDWesl2022-06-101-3/+3
* BUG: Fix is_cygwin_git to return True on Cygwin.DWesl2022-06-101-1/+3
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-65/+22
* Run everything through 'black'Sebastian Thiel2022-05-181-166/+287
* Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-041-7/+13
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-1/+1
* Use get instead of get_valueEric Wieser2021-08-031-1/+1
* Merge branch 'main' into patch-1Eric Wieser2021-08-031-4/+5
|\
| * Add __future__.annotations to repo/base.pyYobmod2021-08-021-1/+1
| * rmv 3.6 from setup.pyYobmod2021-08-021-2/+2
| * increase mypy strictness (warn unused ignored)Yobmod2021-08-021-2/+2
| * replace some TBDs wiht runtime typesYobmod2021-07-311-2/+3
* | Do not call get_user_id if it is not neededEric Wieser2021-08-031-1/+5
|/
* Add final types to config.pyYobmod2021-07-311-4/+4
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-7/+7
* Make types in refs compatible with previousYobmod2021-07-191-12/+17
* Move TraverseNT to global, cos mypy complained on testingYobmod2021-07-091-16/+17
* Rmv typeguard from list_traverse(), was wrongYobmod2021-07-091-3/+5
* Add types to submodule.update()Yobmod2021-07-061-2/+4
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-6/+6
* Type Traversable/list_traverse() better, make IterablleObj a protocolYobmod2021-06-301-4/+5
* Type Tree.traverse() betterYobmod2021-06-301-1/+1
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-18/+21
* forward ref GitconfigparserYobmod2021-06-241-1/+1
* Add T_Tre_cache TypeVarYobmod2021-06-241-3/+3
* Add typedDictYobmod2021-06-241-12/+13
* update some TBDs to configparserYobmod2021-06-241-13/+22
* update docstringYobmod2021-06-241-0/+2
* Make Iterable deprecation warning on subclassingYobmod2021-06-241-4/+6
* Rename Iterable due to typing.Iterable. Add deprecation warningYobmod2021-06-241-5/+39
* Make IterableList generic and update throughoutYobmod2021-06-241-6/+16
* Update typing-extensions version in requirements.txtYobmod2021-06-231-4/+8
* fixed case where progress was no longer shown if a single error occuredmxrch2021-05-211-1/+1
* add types to index.fun.pyYobmod2021-05-171-0/+1
* flake8 and mypy fixesYobmod2021-05-161-1/+4
* Merge pull request #1240 from Yobmod/addtypesSebastian Thiel2021-05-141-7/+4
|\
| * revert util.expand_path() due to regressionyobmod2021-05-131-7/+4
* | remove commentsSebastian Thiel2021-05-131-2/+1
|/
* flake8 and mypy fixesyobmod2021-05-131-10/+0
* Add types to cmd.py Gityobmod2021-05-131-6/+19
* Add types to cmd.py Gityobmod2021-05-121-3/+29
* flake8 fixesyobmod2021-05-081-3/+4
* add initial types to remote.pyyobmod2021-05-031-7/+40
* add types to git.compat and git.diffyobmod2021-03-021-4/+5
* add types to git.util and git.__init__yobmod2021-03-011-53/+58
* start add types to util.pyyobmod2021-02-281-83/+109
* Fix default actor name handlingAthos Ribeiro2020-10-231-1/+1
* Get system user id in a lazy mannerAthos Ribeiro2020-10-221-4/+12
* Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross2020-07-131-2/+3