Skip to content

Pull requests: gitpython-developers/GitPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat(blame): Support custom rev_opts for blame
#1485 by thehale was merged Aug 31, 2022 Loading… updated Aug 31, 2022 v3.1.28 - Bugfixes
adding patch property to Commit class
#1416 by dduraipandian was closed Aug 30, 2022 Loading… updated Aug 30, 2022
Safer tempfiles
#1450 by whokilleddb was closed Aug 30, 2022 Loading… updated Aug 30, 2022
Add commit co-authors support
#1482 by itsluketwist was merged Aug 25, 2022 Loading… updated Aug 25, 2022 v3.1.28 - Bugfixes
add replace method to git.Commit
#1124 by larsks was merged Feb 17, 2021 Loading… updated Aug 24, 2022 v3.1.14 - Bugfixes
Improve docs
#1481 by grumpyp was merged Aug 21, 2022 Loading… updated Aug 21, 2022 v3.1.28 - Bugfixes
Fix source comment typos
#1478 by luzpaz was merged Aug 17, 2022 Loading… updated Aug 17, 2022
Fix incomplete typehinting for PathLike
#1474 by madebylydia was merged Aug 8, 2022 Loading… updated Aug 8, 2022 v3.1.28 - Bugfixes
Re-enable Cygwin CI and get most tests passing
#1455 by DWesl was merged Jun 21, 2022 Loading… updated Aug 4, 2022 v3.1.28 - Bugfixes
Fix the git version parser.
#88 by marcusrbrown was closed Nov 14, 2014 Loading… updated Jul 17, 2022 v0.3.2
Catch OSError to handle gevent monkey patching errors
#1464 by aethanol was merged Jul 6, 2022 Loading… updated Jul 6, 2022 v3.1.28 - Bugfixes
chore: Enable codeql action
#1454 by naveensrinivasan was closed Jul 4, 2022 Loading… updated Jul 4, 2022
Fix blob filter types
#1459 by AustinScola was merged Jul 2, 2022 Loading… updated Jul 2, 2022 v3.1.28 - Bugfixes
Fix bug in TagReference.create that would duplicate the message
#1460 by ruuda was merged Jun 25, 2022 Loading… updated Jun 25, 2022 v3.1.28 - Bugfixes
Fix typo in docstring
#883 by aureliojargas was merged Jun 17, 2019 Loading… updated Jun 24, 2022
Bump actions/setup-python from 3 to 4 dependencies Pull requests that update a dependency file
#1456 by dependabot bot was merged Jun 13, 2022 Loading… updated Jun 13, 2022
Bump actions/checkout from 2 to 3 dependencies Pull requests that update a dependency file
#1453 by dependabot bot was merged May 29, 2022 Loading… updated May 29, 2022
Bump actions/setup-python from 2 to 3 dependencies Pull requests that update a dependency file
#1452 by dependabot bot was merged May 29, 2022 Loading… updated May 29, 2022
chore: Included githubactions in the dependabot config
#1451 by naveensrinivasan was merged May 29, 2022 Loading… updated May 29, 2022
Fixed test-requirements.txt
#1449 by whokilleddb was merged May 28, 2022 Loading… updated May 28, 2022
chore: Set permissions for GitHub actions
#1448 by naveensrinivasan was merged May 28, 2022 Loading… updated May 28, 2022
feat: If core.autocrlf is enabled, replace CRLF with LF when adding to index
#1441 by rdbisme was closed May 19, 2022 Loading… updated May 19, 2022
fix: Allow adding PathLike object to index
#1440 by rdbisme was merged May 18, 2022 Loading… updated May 18, 2022 v3.1.28 - Bugfixes
Run everything through 'black'
#1442 by Byron was merged May 18, 2022 Loading… updated May 18, 2022
Fix various typos
#1438 by luzpaz was merged May 7, 2022 Loading… updated May 7, 2022 v3.1.28 - Bugfixes
ProTip! Exclude everything labeled bug with -label:bug.