summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Name top-level exceptions as private variablesChristopher Head2023-05-151-4/+4
* 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
* Merge pull request #1555 from Codym48/fix/get_valuesSebastian Thiel2023-02-161-0/+1
|\
| * get_values eagerly loads sections before returnKent Friesen2023-01-101-0/+1
* | Update cmd.pyEric Wieser2023-02-121-2/+1
* | Fix RecursionError when iterating streamsEric Wieser2023-02-121-3/+3
* | Merge pull request #1550 from Sineaggi/remove-optional-from-two-variablesSebastian Thiel2023-02-021-27/+29
|\ \
| * | Update docsClayton Walker2023-02-021-1/+1
| * | Remove optional from two member variablesClayton Walker2023-01-271-26/+28
* | | fixed lint errorCesar Velazquez2023-01-301-1/+1
* | | Enable user to override default diff -M argCesar Velazquez2023-01-301-1/+4
|/ /
* | Fix timezone parsing functions for non-hour timezonesJames Cowgill2023-01-241-16/+19
* | Raise exception if return code from check-ignore is not 1Axel Aguado2023-01-211-2/+9
* | fix files list on file renameMatteo Croce2023-01-131-2/+2
* | Fix some resource leaks by open file handlesMartin Lambertsen2023-01-092-3/+9
* | fix/add allow_unsafe_* params in docstrings + fix typoFC Stegerman2023-01-083-3/+20
|/
* Fix Sphinx rendering errorsStephan Creutz2022-12-2912-17/+37
* Merge pull request #1521 from stsewd/block-insecure-optionsSebastian Thiel2022-12-295-17/+198
|\
| * More testsSantos Gallegos2022-12-272-6/+34
| * Updates from reviewSantos Gallegos2022-12-272-17/+14
| * Block unsafe options and protocols by defaultSantos Gallegos2022-12-234-34/+157
| * Forbid unsafe protocol URLs in Repo.clone{,_from}()Steve Kowalik2022-12-232-1/+34
* | Fix type hint on create_tagAndrew Cassidy2022-12-291-1/+1
* | Document PushInfoListtimski2022-12-291-6/+10
|/
* Fix command injectionSantos Gallegos2022-12-202-3/+5
* fix CI by allowing the file protocol as well.Sebastian Thiel2022-11-281-0/+0
* Add datetime.datetime type to commit_date and author_dateSergeantMenacingGarlic2022-10-132-4/+5
* Ignore empty info in diff lineDave Wapstra2022-09-271-0/+3
* Fix bug where colons in paths raise a `ValueError` on `diff()` calls.Malcolm Langfield2022-09-121-1/+4
* feat(blame): Support custom `rev_opts` for blameJoseph Hale2022-08-301-3/+8
* Ignore flake8 error.Twist2022-08-241-1/+1
* 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
* docs: add typerror exception to active_branch methodPatrick Gerard2022-08-201-0/+2
* fix: incorrect PathLike correctedPredeactor2022-08-071-2/+2
* fix: remove bytes type of PathLikePredeactor2022-08-071-1/+1
* Fix typehinting for PathLikePredeactor2022-07-311-10/+3
* Catch OSError to handle gevent monkey patching errorsEthan Anderson2022-07-061-1/+1
* Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-typesSebastian Thiel2022-07-022-9/+18
|\
| * 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