summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosluz paz2022-05-0712-19/+19
* Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-042-10/+17
* 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-071-5/+5
* feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-061-2/+5
* 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 iter_commits comment, more in line with iter_itemsHoussam Kherraz2022-02-241-2/+2
* Low risk ReDoS vulntheworstcomrade2022-02-201-1/+1
* 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-141-1/+14
* 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
* 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
* 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-071-17/+26
* Add trailer as commit propertyPeter Kempter2022-01-071-1/+40
* Use NUL character to extract meta and path from git diffNHanser2022-01-071-3/+3
* Avoid taking a lock for readingSebastian Thiel2022-01-072-15/+2
* 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
* Rename exception to error, raise_on_error to raise_if_errorSjoerd Langkemper2021-11-131-5/+5
* Let remote.push return a PushInfoListSjoerd Langkemper2021-11-131-3/+20
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-035-27/+28
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-015-28/+27
* Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-204-4/+11
* Add a way to force status codes inside AutoInterrupt._terminate, and let test...sroet2021-09-181-7/+12
* fix typo'ssroet2021-09-181-1/+1
* make flake8 and mypy happysroet2021-09-181-10/+16
* update tests and add a comment about different behaviour of 'push' vs 'fetch'sroet2021-09-181-0/+2
* reuse kill_after_timeout kwargsroet2021-09-182-31/+71
* update docstringsroet2021-09-181-1/+1
* reset default timeout to Nonesroet2021-09-182-6/+6
* allow for timeout propagationsroet2021-09-181-9/+15
* change default fetch timeout to 60 ssroet2021-09-181-1/+1
* Merge pull request #1318 from Yobmod/mainDominic2021-09-095-29/+43
|\
| * Update changelog and versionYobmod2021-08-091-0/+2
| * upgrade sphinx for 3.10 compatYobmod2021-08-091-4/+5
| * try fix for Protocol buy in 3.10 3Yobmod2021-08-091-2/+2
| * try fix for Protocol buy in 3.10 2Yobmod2021-08-091-1/+1
| * try fix for Protocol buy in 3.10Yobmod2021-08-091-2/+8
| * type fixoYobmod2021-08-081-0/+0
| * type fixYobmod2021-08-081-0/+944
| * add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-084-959/+6
| * Merge branch 'master' of https://github.com/Yobmod/GitPython into mainyobmod2021-08-081-14/+28
| |\
| | * fix setup.py classifiers, improvefnmatchprocess handler typesyobmod2021-08-081-14/+28