summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* fix: incorrect PathLike correctedPredeactor2022-08-071-2/+2
* fix: remove bytes type of PathLikePredeactor2022-08-071-1/+1
* Fix typehinting for PathLikePredeactor2022-07-311-10/+3
* Catch OSError to handle gevent monkey patching errorsEthan Anderson2022-07-061-1/+1
* Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-typesSebastian Thiel2022-07-022-9/+18
|\
| * Fix blob filter path shorter than filter pathAustin Scola2022-06-281-2/+6
| * Use generator instead of mapAustin Scola2022-06-261-1/+1
| * Remove usage of `PosixPath.is_relative_to`Austin Scola2022-06-261-1/+2
| * Fix pathlike type annotation typoAustin Scola2022-06-261-1/+1
| * Change to not stringify pathsAustin Scola2022-06-261-4/+6
| * Move stage type defAustin Scola2022-06-212-3/+4
| * Add stage type to allAustin Scola2022-06-211-1/+1
| * Fix blob filter typesAustin Scola2022-06-211-3/+4
* | Fix bug in TagReference.createRuud van Asseldonk2022-06-251-2/+4
|/
* BUG: Use Cygwin paths for Cygwin gitDWesl2022-06-111-2/+4
* STY: Remove import of now-unused functionDWesl2022-06-111-1/+0
* BUG: Convert to native path before checking if absoluteDWesl2022-06-101-1/+5
* ENH: Update cygpath recodes to work with all installsDWesl2022-06-101-3/+3
* BUG: Fix is_cygwin_git to return True on Cygwin.DWesl2022-06-101-1/+3
* fix: Allow adding PathLike object to indexRuben DI BATTISTA2022-05-181-2/+2
* can flake be tamed?black-fmtSebastian Thiel2022-05-182-0/+3
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-1829-1031/+333
* Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-187-1/+7
* Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-187-7/+1
* Run everything through 'black'Sebastian Thiel2022-05-1834-2251/+4140
* 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