summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Run everything through 'black'Sebastian Thiel2022-05-1865-3917/+6673
|/
* Merge pull request #1438 from luzpaz/typosSebastian Thiel2022-05-0823-33/+33
|\
| * Fix various typosluz paz2022-05-0723-33/+33
|/
* Merge pull request #1437 from glennmatthews/issue-1284Sebastian Thiel2022-05-054-20/+46
|\
| * Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-044-20/+46
|/
* Merge pull request #1423 from toku-sa-n/strip_newline_optionSebastian Thiel2022-04-073-3/+16
|\
| * fix(docs): remove an unexpected blank lineHiroki Tokunaga2022-04-071-1/+0
| * docs: escape with backticksHiroki Tokunaga2022-04-071-1/+1
| * chore: `s/strip_newline/&_in_stdout`Hiroki Tokunaga2022-04-072-7/+7
| * chore: add me to AUTHORSHiroki Tokunaga2022-04-061-0/+1
| * feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-062-2/+15
|/
* Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference`David Robertson2022-04-021-1/+2
* Fixed setting ref with non-ascii in pathDmitry Kalinin2022-03-231-1/+1
* fix typosJerry Jones2022-02-241-5/+5
* fix iter_commits comment, more in line with iter_itemsHoussam Kherraz2022-02-241-2/+2
* Deprecate GPG signature docs; stop signing releasesSebastian Thiel2022-02-212-2/+7
* fix changelogSebastian Thiel2022-02-201-9/+2
* bump patch level3.1.27Sebastian Thiel2022-02-201-1/+1
* update changelogSebastian Thiel2022-02-201-0/+9
* Low risk ReDoS vulntheworstcomrade2022-02-201-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