| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1541 from hugovk/add-3.11 | Sebastian Thiel | 2023-01-17 | 7 | -30/+44 |
| |\ | |||||
| | * | Lint with Flake8 via pre-commit | Hugo van Kemenade | 2023-01-16 | 6 | -27/+40 |
| | * | Upgrade Python syntax with pyupgrade --py37-plus | Hugo van Kemenade | 2023-01-15 | 1 | -1/+1 |
| | * | Fix typo | Hugo van Kemenade | 2023-01-15 | 1 | -2/+2 |
| | * | Declare support for Python 3.11 | Hugo van Kemenade | 2023-01-15 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #1537 from teknoraver/main | Sebastian Thiel | 2023-01-14 | 2 | -2/+33 |
| |\ | |||||
| | * | fix files list on file rename | Matteo Croce | 2023-01-13 | 2 | -2/+33 |
| |/ | |||||
| * | Merge pull request #1532 from marlamb/feature/reduce-resource-leaks | Sebastian Thiel | 2023-01-09 | 2 | -3/+9 |
| |\ | |||||
| | * | Fix some resource leaks by open file handles | Martin Lambertsen | 2023-01-09 | 2 | -3/+9 |
| |/ | |||||
| * | Merge pull request #1531 from obfusk/fix-tempfile | Sebastian Thiel | 2023-01-08 | 3 | -454/+517 |
| |\ | |||||
| | * | fix clone_from_unsafe_protocol tests | FC Stegerman | 2023-01-08 | 1 | -5/+30 |
| | * | replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory | FC Stegerman | 2023-01-08 | 3 | -450/+488 |
| * | | Merge pull request #1530 from obfusk/fix-unsafe-param-docstring | Sebastian Thiel | 2023-01-08 | 3 | -3/+20 |
| |\ \ | |/ |/| | |||||
| | * | fix/add allow_unsafe_* params in docstrings + fix typo | FC Stegerman | 2023-01-08 | 3 | -3/+20 |
| |/ | |||||
| * | tests: Use `command -v` instead of third-party `which` program | Michał Górny | 2022-12-31 | 1 | -1/+1 |
| * | Fix Sphinx rendering errors | Stephan Creutz | 2022-12-29 | 12 | -17/+37 |
| * | adjust changelog prior to release3.1.30 | Sebastian Thiel | 2022-12-29 | 2 | -1/+6 |
| * | Merge pull request #1521 from stsewd/block-insecure-options | Sebastian Thiel | 2022-12-29 | 10 | -21/+752 |
| |\ | |||||
| | * | Updates from review | Santos Gallegos | 2022-12-28 | 4 | -17/+110 |
| | * | Submodule tests | Santos Gallegos | 2022-12-27 | 1 | -1/+115 |
| | * | More tests | Santos Gallegos | 2022-12-27 | 4 | -7/+247 |
| | * | Update/add tests for Repo.clone* | Santos Gallegos | 2022-12-27 | 1 | -27/+121 |
| | * | Updates from review | Santos Gallegos | 2022-12-27 | 3 | -19/+16 |
| | * | Block unsafe options and protocols by default | Santos Gallegos | 2022-12-23 | 5 | -36/+160 |
| | * | Forbid unsafe protocol URLs in Repo.clone{,_from}() | Steve Kowalik | 2022-12-23 | 3 | -1/+70 |
| * | | Fix type hint on create_tag | Andrew Cassidy | 2022-12-29 | 1 | -1/+1 |
| * | | Document PushInfoList | timski | 2022-12-29 | 1 | -6/+10 |
| |/ | |||||
| * | Merge branch 'fix-cmd-injection' | Sebastian Thiel | 2022-12-22 | 5 | -4/+44 |
| |\ | |||||
| | * | update changelog | Sebastian Thiel | 2022-12-22 | 1 | -0/+12 |
| | * | Add test | Santos Gallegos | 2022-12-21 | 1 | -0/+26 |
| | * | Fix CI | Santos Gallegos | 2022-12-20 | 1 | -1/+1 |
| | * | Fix command injection | Santos Gallegos | 2022-12-20 | 2 | -3/+5 |
| |/ | |||||
| * | Bump cygwin/cygwin-install-action from 2 to 3 | dependabot[bot] | 2022-11-28 | 1 | -1/+1 |
| * | fix CI by allowing the file protocol as well. | Sebastian Thiel | 2022-11-28 | 3 | -1/+8 |
| * | Merge pull request #1501 from SergeantMenacingGarlic/date_types | Sebastian Thiel | 2022-10-14 | 2 | -4/+5 |
| |\ | |||||
| | * | Add datetime.datetime type to commit_date and author_date | SergeantMenacingGarlic | 2022-10-13 | 2 | -4/+5 |
| |/ | |||||
| * | prepare next release3.1.29 | Sebastian Thiel | 2022-10-11 | 2 | -1/+9 |
| * | fix version replacement in `setup.py` (#1500) | Sebastian Thiel | 2022-10-11 | 1 | -1/+1 |
| * | remove package signing | Sebastian Thiel | 2022-10-07 | 1 | -1/+1 |
| * | bump version to 3.1.283.1.28 | Sebastian Thiel | 2022-10-07 | 1 | -1/+1 |
| * | prepare changelog | Sebastian Thiel | 2022-10-07 | 1 | -0/+6 |
| * | Merge pull request #1497 from dwapstra/git_diff_empty | Sebastian Thiel | 2022-09-27 | 2 | -0/+9 |
| |\ | |||||
| | * | Ignore empty info in diff line | Dave Wapstra | 2022-09-27 | 2 | -0/+9 |
| |/ | |||||
| * | Merge pull request #1491 from langfield/main | Sebastian Thiel | 2022-09-14 | 2 | -2/+4 |
| |\ | |||||
| | * | Fix bug where colons in paths raise a `ValueError` on `diff()` calls. | Malcolm Langfield | 2022-09-12 | 2 | -2/+4 |
| |/ | |||||
| * | Merge pull request #1485 from thehale/blame/rev-opts | Sebastian Thiel | 2022-09-01 | 3 | -3/+16 |
| |\ | |||||
| | * | feat(blame): Support custom `rev_opts` for blame | Joseph Hale | 2022-08-30 | 3 | -3/+16 |
| |/ | |||||
| * | Merge branch 'add-co-authors' | Sebastian Thiel | 2022-08-25 | 5 | -1/+46 |
| |\ | |||||
| | * | Allow failure of that one test on cygwin | Sebastian Thiel | 2022-08-25 | 1 | -0/+7 |
| | * | Ignore flake8 error. | Twist | 2022-08-24 | 1 | -1/+1 |
