summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Raise exception if return code from check-ignore is not 1Axel Aguado2023-01-211-2/+9
* Add test to verify GitCommandError is raised when check-ignore is run against...Axel Aguado2023-01-211-1/+12
* Add test_ignored_items_reportedAxel Aguado2023-01-211-0/+16
* Merge pull request #1541 from hugovk/add-3.11Sebastian Thiel2023-01-177-30/+44
|\
| * Lint with Flake8 via pre-commitHugo van Kemenade2023-01-166-27/+40
| * Upgrade Python syntax with pyupgrade --py37-plusHugo van Kemenade2023-01-151-1/+1
| * Fix typoHugo van Kemenade2023-01-151-2/+2
| * Declare support for Python 3.11Hugo van Kemenade2023-01-151-0/+1
|/
* Merge pull request #1537 from teknoraver/mainSebastian Thiel2023-01-142-2/+33
|\
| * fix files list on file renameMatteo Croce2023-01-132-2/+33
|/
* Merge pull request #1532 from marlamb/feature/reduce-resource-leaksSebastian Thiel2023-01-092-3/+9
|\
| * Fix some resource leaks by open file handlesMartin Lambertsen2023-01-092-3/+9
|/
* Merge pull request #1531 from obfusk/fix-tempfileSebastian Thiel2023-01-083-454/+517
|\
| * fix clone_from_unsafe_protocol testsFC Stegerman2023-01-081-5/+30
| * replace tempfile.mkdtemp w/ tempfile.TemporaryDirectoryFC Stegerman2023-01-083-450/+488
* | Merge pull request #1530 from obfusk/fix-unsafe-param-docstringSebastian Thiel2023-01-083-3/+20
|\ \ | |/ |/|
| * fix/add allow_unsafe_* params in docstrings + fix typoFC Stegerman2023-01-083-3/+20
|/
* tests: Use `command -v` instead of third-party `which` programMichał Górny2022-12-311-1/+1
* Fix Sphinx rendering errorsStephan Creutz2022-12-2912-17/+37
* adjust changelog prior to release3.1.30Sebastian Thiel2022-12-292-1/+6
* Merge pull request #1521 from stsewd/block-insecure-optionsSebastian Thiel2022-12-2910-21/+752
|\
| * Updates from reviewSantos Gallegos2022-12-284-17/+110
| * Submodule testsSantos Gallegos2022-12-271-1/+115
| * More testsSantos Gallegos2022-12-274-7/+247
| * Update/add tests for Repo.clone*Santos Gallegos2022-12-271-27/+121
| * Updates from reviewSantos Gallegos2022-12-273-19/+16
| * Block unsafe options and protocols by defaultSantos Gallegos2022-12-235-36/+160
| * Forbid unsafe protocol URLs in Repo.clone{,_from}()Steve Kowalik2022-12-233-1/+70
* | Fix type hint on create_tagAndrew Cassidy2022-12-291-1/+1
* | Document PushInfoListtimski2022-12-291-6/+10
|/
* Merge branch 'fix-cmd-injection'Sebastian Thiel2022-12-225-4/+44
|\
| * update changelogSebastian Thiel2022-12-221-0/+12
| * Add testSantos Gallegos2022-12-211-0/+26
| * Fix CISantos Gallegos2022-12-201-1/+1
| * Fix command injectionSantos Gallegos2022-12-202-3/+5
|/
* Bump cygwin/cygwin-install-action from 2 to 3dependabot[bot]2022-11-281-1/+1
* fix CI by allowing the file protocol as well.Sebastian Thiel2022-11-283-1/+8
* Merge pull request #1501 from SergeantMenacingGarlic/date_typesSebastian Thiel2022-10-142-4/+5
|\
| * Add datetime.datetime type to commit_date and author_dateSergeantMenacingGarlic2022-10-132-4/+5
|/
* prepare next release3.1.29Sebastian Thiel2022-10-112-1/+9
* fix version replacement in `setup.py` (#1500)Sebastian Thiel2022-10-111-1/+1
* remove package signingSebastian Thiel2022-10-071-1/+1
* bump version to 3.1.283.1.28Sebastian Thiel2022-10-071-1/+1
* prepare changelogSebastian Thiel2022-10-071-0/+6
* Merge pull request #1497 from dwapstra/git_diff_emptySebastian Thiel2022-09-272-0/+9
|\
| * Ignore empty info in diff lineDave Wapstra2022-09-272-0/+9
|/
* Merge pull request #1491 from langfield/mainSebastian Thiel2022-09-142-2/+4
|\
| * Fix bug where colons in paths raise a `ValueError` on `diff()` calls.Malcolm Langfield2022-09-122-2/+4
|/
* Merge pull request #1485 from thehale/blame/rev-optsSebastian Thiel2022-09-013-3/+16
|\
| * feat(blame): Support custom `rev_opts` for blameJoseph Hale2022-08-303-3/+16
|/