summaryrefslogtreecommitdiff
path: root/git/objects/commit.py
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 files list on file renameMatteo Croce2023-01-131-2/+2
* 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
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-35/+11
* Run everything through 'black'Sebastian Thiel2022-05-181-119/+220
* Fix various typosluz paz2022-05-071-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
* add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-081-0/+2
* Add final types to commit.pyYobmod2021-07-311-3/+3
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-281-0/+1
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-9/+12
* Make types in refs compatible with objectsYobmod2021-07-191-9/+12
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-1/+1
* Make Commit.message bytes | strYobmod2021-07-011-6/+9
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-31/+51
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-15/+31
* Make IterableList generic and update throughoutYobmod2021-06-241-2/+2
* Update typing-extensions version in requirements.txtYobmod2021-06-231-7/+13
* add replace method to git.CommitLars Kellogg-Stedman2021-02-151-7/+36
* Fix inheritance issue at commit.iter_itemsYuri Volchkov2021-02-051-1/+1
* Remove and replace compat.text_typeHarmon2020-02-081-2/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* fix decoding problemishepard2019-09-161-2/+3
* Update commit.py constructor docstringDavid Host2019-03-151-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-2/+2
* Spelling fixesVille Skyttä2017-03-091-1/+1
* Fix git.Commit docs typoReuben Sutton2017-02-021-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-1/+1
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-1/+1
* | Fix some typosSantiago Castro2016-10-201-2/+2
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* fix(commit): handle gpgsig properlySebastian Thiel2016-08-211-5/+10
* Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier2016-06-011-3/+3
* Ignore invalid data when decoding commit objectsfix-for-invalid-data-in-commitsVincent Driessen2016-05-301-3/+3
* Add support for getting "aware" datetime infoVincent Driessen2016-04-191-1/+10
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-081-2/+6
* Added two extra paramaters for commit to take author date and commit dateavi2015-07-171-3/+10
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* Fix type error (startswith expects bytes)John L. Walker2015-05-131-1/+1