summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* can flake be tamed?black-fmtSebastian Thiel2022-05-183-1/+4
* doesn't look like 'black' can be taught to be consistent across versionsSebastian Thiel2022-05-181-5/+0
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-1856-1753/+577
* See if black can be tought to produce consistent resultsSebastian Thiel2022-05-182-1/+5
* Revert "don't attempt black checking as it binds us to ever changing black ve...Sebastian Thiel2022-05-181-0/+5
* don't attempt black checking as it binds us to ever changing black versionsSebastian Thiel2022-05-181-5/+0
* improve compatibility of flake8 with blackSebastian Thiel2022-05-184-6/+12
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-1812-6/+59
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-1812-59/+6
* 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