summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Low risk ReDoS vulnfixtheworstcomrade2022-02-181-1/+1
* Create SECURITY.mdSebastian Thiel2022-02-121-0/+16
* Let index.commit refer to correct method for parameter information (#1407)Sebastian Thiel2022-02-031-1/+1
* set unassigned stdin to improve pyinstaller compatibilitysmokephil2022-01-211-2/+3
* Use bash to open extensionless hooks on windowsDavid Briscoe2022-01-142-4/+20
* keep track of upcoming changesSebastian Thiel2022-01-121-0/+8
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-2/+2
* import unittest adds 0.250s to script launch timewonder-mice2022-01-121-1/+1
* fix documentationSebastian Thiel2022-01-101-0/+1
* bump patch level3.1.26Sebastian Thiel2022-01-102-2/+12
* Assure index file descriptor is closed after reader (#1394) (#1395)Sebastian Thiel2022-01-101-1/+4
* Fix doc string error in Objects.CommitTakuya Kitazawa2022-01-101-2/+2
* prep version bump3.1.25Sebastian Thiel2022-01-072-1/+7
* Revert "Use NUL character to extract meta and path from git diff"Sebastian Thiel2022-01-071-3/+3
* Use git interpret-trailers for trailers propertyKet3r2022-01-072-19/+28
* Add trailer as commit propertyPeter Kempter2022-01-071-1/+40
* Add failing unit testPeter Kempter2022-01-071-0/+46
* Use NUL character to extract meta and path from git diffNHanser2022-01-071-3/+3
* Ignore mypi errorsSebastian Thiel2022-01-071-0/+3
* Avoid taking a lock for readingSebastian Thiel2022-01-072-15/+2
* DOC: fix typoyogabonito2021-12-011-2/+2
* Revert the use of typing_extensions in py3.8+Michał Górny2021-12-011-1/+1
* Extend IterableList[PushInfo] instead of IterableListSjoerd Langkemper2021-11-131-17/+16
* Specify type for PushInfoList.errorSjoerd Langkemper2021-11-131-1/+1
* Fix type handing on PushInfoListSjoerd Langkemper2021-11-131-3/+4
* Add raise_if_error() to tutorialSjoerd Langkemper2021-11-131-1/+2
* Test raise_if_errorSjoerd Langkemper2021-11-131-0/+6
* Rename exception to error, raise_on_error to raise_if_errorSjoerd Langkemper2021-11-131-5/+5
* Test that return value of push is a list-like objectSjoerd Langkemper2021-11-131-1/+4
* Let remote.push return a PushInfoListSjoerd Langkemper2021-11-131-3/+20
* Remove Sphinx workaroundHugo van Kemenade2021-11-111-4/+1
* Sphinx 4.3.0 will be needed for Python 3.10Hugo van Kemenade2021-10-141-1/+4
* Add support for Python 3.10Hugo van Kemenade2021-10-143-2/+3
* It's python, so stuff breaks with patches…Sebastian Thiel2021-10-031-1/+2
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-036-32/+30
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-016-30/+32
* Fix broken test requirementsKet3r2021-09-301-1/+1
* Merge pull request #1346 from rra/type-fixesDominic2021-09-244-4/+11
|\
| * Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-204-4/+11
|/
* prepare new release, bump version patch level…3.1.24Sebastian Thiel2021-09-182-3/+13
* Add a way to force status codes inside AutoInterrupt._terminate, and let test...sroet2021-09-182-11/+22
* set timeout to a non-zero valuesroet2021-09-181-2/+2
* two spaces before commentssroet2021-09-181-1/+1
* fetch is also to quick on CI, only test pullsroet2021-09-181-1/+1
* make test timeout strictersroet2021-09-181-2/+2
* fix typo'ssroet2021-09-181-1/+1
* make flake8 and mypy happysroet2021-09-181-10/+16
* go for pytest.raises and test that the functions runsroet2021-09-181-3/+3
* update tests and add a comment about different behaviour of 'push' vs 'fetch'sroet2021-09-182-3/+19
* reuse kill_after_timeout kwargsroet2021-09-182-31/+71