summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore flake8 error.Twist2022-08-241-1/+1
* Use the same regex as the Actor class when determining co-authors.Twist2022-08-242-4/+4
* Update regex to extract the author string, and create the Actor using the _fr...Twist2022-08-231-3/+3
* Add malformed co-authors to the test, to check they aren't detected with the ...Twist2022-08-231-2/+6
* Add co_authors property to the Commit object, which parses the commit message...Twist2022-08-223-0/+34
* Merge pull request #1481 from grumpyp/mainSebastian Thiel2022-08-212-0/+3
|\
| * Merge branch 'main' of github.com:grumpyp/GitPythonPatrick Gerard2022-08-200-0/+0
| |\
| | * fix: sphinx syntaxPatrick Gerard2022-08-201-1/+1
| | * docs: add typerror exception to active_branch methodPatrick Gerard2022-08-201-0/+2
| |/ |/|
| * docs: add typerror exception to active_branch methodPatrick Gerard2022-08-202-0/+3
|/
* Merge pull request #1478 from luzpaz/typosSebastian Thiel2022-08-182-3/+3
|\
| * Fix source comment typosluz paz2022-08-172-3/+3
|/
* Merge pull request #1474 from Predeactor/masterSebastian Thiel2022-08-082-9/+3
|\
| * fix: incorrect PathLike correctedPredeactor2022-08-071-2/+2
| * fix: remove bytes type of PathLikePredeactor2022-08-071-1/+1
| * Add contributor to AUTHORS filePredeactor2022-07-311-0/+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-023-9/+50
|\
| * Remove stage type as parameter from blob filter testAustin Scola2022-07-011-6/+7
| * Fix blob filter path shorter than filter pathAustin Scola2022-06-282-2/+37
| * 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
* | Add regression test for TagReference.createRuud van Asseldonk2022-06-251-0/+17
|/
* Merge pull request #1455 from DWesl/patch-1Sebastian Thiel2022-06-217-8/+96
|\
| * FIX: Mark the correct test_submodule test as xfail on CygwinDWesl2022-06-201-4/+4
| * FIX: Import pytest in tests.test_docsDWesl2022-06-201-0/+2
| * TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on CygwinDWesl2022-06-201-0/+8
| * TST: Mark test_repo.TestRepo.test_submodules as xfail on CygwinDWesl2022-06-201-0/+8
| * TST: Mark test_docs.Tutorials.test_submodules as xfail on CygwinDWesl2022-06-201-0/+6
| * CI: Turn of command echo for testsDWesl2022-06-111-1/+0
| * BUG: Use Cygwin paths for Cygwin gitDWesl2022-06-111-2/+4
| * CI: Install virtualenv for Cygwin CI.DWesl2022-06-111-1/+1
| * CI: Set temporary directory for tests.DWesl2022-06-111-0/+2
| * STY: Remove import of now-unused functionDWesl2022-06-111-1/+0
| * BUG: Convert to native path before checking if absoluteDWesl2022-06-101-1/+5
| * FIX: Fix flake8 command lineDWesl2022-06-101-1/+1
| * CI: Specify full path to python executables.DWesl2022-06-101-11/+11
| * CI: Mark GHA repo safe for Git to useDWesl2022-06-101-0/+3
| * ENH: Update cygpath recodes to work with all installsDWesl2022-06-101-3/+3
| * CI: Add a CI job with Cygwin testsDWesl2022-06-101-0/+53
| * BUG: Fix is_cygwin_git to return True on Cygwin.DWesl2022-06-101-1/+3
* | Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-131-1/+1
|/
* Bump actions/checkout from 2 to 3dependabot[bot]2022-05-291-1/+1