summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* Revert the removal of Commit.trailers property.Twist2023-04-231-0/+14
* Specify encoding in Commit.trailer_list.Twist2023-04-221-1/+1
* Update Commit.trailer_list to return tuples.Twist2023-04-221-11/+16
* Deprecate Commit.trailers.Twist2023-04-221-18/+0
* Add trailers_list and trailers_list methods to fix the commit trailers functi...Twist2023-04-211-22/+79
* Fix timezone parsing functions for non-hour timezonesJames Cowgill2023-01-241-16/+19
* fix files list on file renameMatteo Croce2023-01-131-2/+2
* fix/add allow_unsafe_* params in docstrings + fix typoFC Stegerman2023-01-081-1/+7
* Fix Sphinx rendering errorsStephan Creutz2022-12-294-1/+7
* More testsSantos Gallegos2022-12-271-3/+33
* Add datetime.datetime type to commit_date and author_dateSergeantMenacingGarlic2022-10-131-2/+2
* Use the same regex as the Actor class when determining co-authors.Twist2022-08-241-3/+3
* Update regex to extract the author string, and create the Actor using the _fr...Twist2022-08-231-3/+3
* Add co_authors property to the Commit object, which parses the commit message...Twist2022-08-221-0/+22
* can flake be tamed?black-fmtSebastian Thiel2022-05-181-0/+2
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-188-319/+101
* 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-1811-622/+1220
* Fix various typosluz paz2022-05-074-6/+6
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-2/+2
* Fix doc string error in Objects.CommitTakuya Kitazawa2022-01-101-2/+2
* Use git interpret-trailers for trailers propertyKet3r2022-01-071-17/+26
* Add trailer as commit propertyPeter Kempter2022-01-071-1/+40
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-7/+7
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-7/+7
* upgrade sphinx for 3.10 compatYobmod2021-08-091-4/+5
* try fix for Protocol buy in 3.10 3Yobmod2021-08-091-2/+2
* try fix for Protocol buy in 3.10 2Yobmod2021-08-091-1/+1
* try fix for Protocol buy in 3.10Yobmod2021-08-091-2/+8
* type fixoYobmod2021-08-081-944/+0
* type fixYobmod2021-08-081-0/+944
* add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-081-0/+2
* Add __future__.annotations to repo/base.pyYobmod2021-08-021-3/+1
* Fix parse_date typing 7Yobmod2021-08-022-567/+3
* Fix parse_date typing 6Yobmod2021-08-022-1/+567
* Fix parse_date typing 5Yobmod2021-08-021-2/+7
* Fix parse_date typing 4Yobmod2021-08-021-12/+7
* Fix parse_date typing 3Yobmod2021-08-021-6/+4
* Fix parse_date typing 2Yobmod2021-08-021-1/+3
* Fix parse_date typingYobmod2021-08-021-3/+5
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-023-5/+7
* increase mypy strictness (warn unused ignored)Yobmod2021-08-021-1/+1
* replace some TBDs wiht runtime typesYobmod2021-07-311-1/+2
* Add final types to submodule.pyYobmod2021-07-312-12/+13
* Add final types to tree.pyYobmod2021-07-311-2/+2
* Add final types to commit.pyYobmod2021-07-311-3/+3
* Add type to objects.base.new()Yobmod2021-07-311-1/+2
* update types submodule/root.pyDominic2021-07-311-3/+1
* update types submodule/base.pyDominic2021-07-311-3/+5