summaryrefslogtreecommitdiff
path: root/git/refs
Commit message (Collapse)AuthorAgeFilesLines
* Update symbolic.pyDominic2021-07-311-5/+6
|
* Update remote.pyDominic2021-07-311-2/+2
|
* Update symbolic.pyDominic2021-07-311-43/+684
|
* Update symbolic.pyDominic2021-07-311-699/+43
|
* Update symbolic.pyDominic2021-07-311-15/+24
|
* Update symbolic.pyDominic2021-07-311-2/+7
|
* Update symbolic.pyDominic2021-07-311-1/+1
|
* Update symbolic.pyDominic2021-07-311-86/+98
|
* Update reference.pyDominic2021-07-311-1/+3
|
* Update head.pyDominic2021-07-311-7/+8
|
* Update tag.pyDominic2021-07-311-5/+11
|
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-242-2/+2
|
* Rmv old py2.7 __future__ importsYobmod2021-07-191-1/+0
|
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-1/+1
|
* rmv redundant IOerror exceptYobmod2021-07-191-658/+0
|
* Add types to refs/head.pyYobmod2021-07-191-15/+22
|
* Add types to refs/log.pyYobmod2021-07-191-54/+86
|
* Add types to refs/reference.pyYobmod2021-07-191-12/+25
|
* Add types to refs/remote.pyYobmod2021-07-191-9/+22
|
* Add types to refs/symbolic.pyYobmod2021-07-191-0/+674
|
* Add types to refs/tag.pyYobmod2021-07-191-10/+36
|
* Make bytesIO forwardrefYobmod2021-07-051-3/+8
|
* Improve typing of config_levels, add assert_never()Yobmod2021-07-051-1/+2
|
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-302-4/+8
|
* replace cast()s with asserts in remote.pyYobmod2021-06-251-6/+6
|
* Make IterableList generic and update throughoutYobmod2021-06-241-2/+2
|
* Adds _common_default to build _common_path_defaultRobert Westman2021-06-031-1/+2
|
* flake8 and mypy fixesYobmod2021-05-161-2/+2
|
* second pass of adding typesyobmod2021-05-031-1/+1
|
* add initial types to remote.pyyobmod2021-05-032-3/+3
|
* start add types to util.pyyobmod2021-02-281-1/+1
|
* Ensure only fully matching symrefs are deletedSimon Westphahl2020-08-121-2/+4
| | | | | | | | Deleting a symbolic ref with e.g. the name 'refs/remotes/origin/mas' would also delete 'refs/remotes/origin/master' if the ref had to be deleted from the pack file. In order to fix this the full ref is now checked for a match.
* Fix exception causes in 7 modulesRam Rachum2020-06-131-4/+4
|
* Fix flake8 errorsSebastian Thiel2020-05-281-1/+1
|
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-251-7/+7
|
* Use UTF-8 encoding when getting information about a symbolic referenceHarmon2020-02-181-1/+1
| | | | Fixes #774
* Remove and replace compat.string_typesHarmon2020-02-082-10/+4
|
* Remove checks for Python 2 and/or 3Harmon2020-02-081-7/+1
|
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
|
* removed extra line as per code reviewAnil Khatri2019-10-281-1/+0
|
* silence PYL-W0621Anil Khatri2019-10-241-4/+2
|
* silance Re-defined variable from outer scopeAnil Khatri2019-10-241-8/+10
|
* resolved all minor issues arised by last fix patchAnil Khatri2019-10-231-23/+22
|
* fix File opened without the with statementAnil Khatri2019-10-231-17/+18
|
* fix Loop variable used outside the loopAnil Khatri2019-10-231-1/+1
|
* fixed classmethod argument PYL-C0202Anil Khatri2019-10-221-1/+1
|
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-4/+3
|
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
|
* renamed unused variablesPratik Anurag2019-10-151-1/+1
|
* Use automatic formattersHugo2018-03-181-7/+7
|