Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
repo
fun.py
on
3.1.32
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 8, 2023
Fix some resource leaks by open file handles
Martin Lambertsen
committed
e500466
View commit details
Copy full SHA for e500466
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
BUG: Use Cygwin paths for Cygwin git
DWesl
authored
9be148c
View commit details
Copy full SHA for 9be148c
View code at this point
Browse repository at this point
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
View commit details
Copy full SHA for e530544
View code at this point
Browse repository at this point
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
View commit details
Copy full SHA for 21ec529
View code at this point
Browse repository at this point
Commits on May 7, 2022
Fix various typos
Show description for dde3a8b
luzpaz
committed
dde3a8b
View commit details
Copy full SHA for dde3a8b
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Add __future__.annotations to cmd.py2
Yobmod
committed
829142d
View commit details
Copy full SHA for 829142d
View code at this point
Browse repository at this point
Add __future__.annotations to cmd.py
Yobmod
committed
c3f3501
View commit details
Copy full SHA for c3f3501
View code at this point
Browse repository at this point
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
committed
91fce33
View commit details
Copy full SHA for 91fce33
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Make pathlike a forward ref
Yobmod
committed
8900f2a
View commit details
Copy full SHA for 8900f2a
View code at this point
Browse repository at this point
Change remaining type comments to py3.6+ types
Yobmod
committed
9e5e969
View commit details
Copy full SHA for 9e5e969
View code at this point
Browse repository at this point
Commits on May 16, 2021
flake8 and mypy fixes
Yobmod
committed
595181d
View commit details
Copy full SHA for 595181d
View code at this point
Browse repository at this point
Commits on May 3, 2021
add initial types to remote.py
Yobmod
committed
6752fad
View commit details
Copy full SHA for 6752fad
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
add types to base.py and fun.py
Yobmod
committed
ad4079d
View commit details
Copy full SHA for ad4079d
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Fix exception causes in 7 modules
cool-RR
authored and
Byron
committed
99ba753
View commit details
Copy full SHA for 99ba753
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Satisfy flake8 requirement related to #1000
Byron
committed
bdd4368
View commit details
Copy full SHA for bdd4368
View code at this point
Browse repository at this point
Try again to apply patch related to #1000
Byron
committed
2d47232
View commit details
Copy full SHA for 2d47232
View code at this point
Browse repository at this point
Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirectory"
Show description for 644f753
Byron
committed
644f753
View commit details
Copy full SHA for 644f753
View code at this point
Browse repository at this point
When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirectory
Show description for eb792ea
Byron
committed
eb792ea
View commit details
Copy full SHA for eb792ea
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Remove and replace compat.xrange
Harmon758
authored and
Byron
committed
b5dd2f0
View commit details
Copy full SHA for b5dd2f0
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
normalize path after joining submodule path and the relative path to the git dir, to eliminate path length errors on Windows
joesavage-silabs
authored and
Byron
committed
6df6d41
View commit details
Copy full SHA for 6df6d41
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
Repo: handle worktrees better
Show description for aec58a9
vathpela
authored and
Byron
committed
aec58a9
View commit details
Copy full SHA for aec58a9
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Merge remote-tracking branch 'origin/master' into exp_git_dir
ankostis
committed
a25365f
View commit details
Copy full SHA for a25365f
View code at this point
Browse repository at this point
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
View commit details
Copy full SHA for caa0ea7
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
View commit details
Copy full SHA for 66c41eb
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Merge with latest branch 'exp_git_dir'
Show description for 76ac61a
ankostis
committed
76ac61a
View commit details
Copy full SHA for 76ac61a
View code at this point
Browse repository at this point
repo: minor code and doc correcions.
Show description for 9d5d143
ankostis
committed
9d5d143
View commit details
Copy full SHA for 9d5d143
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
cygwin, #533: FIX submodules detection (~10TCs fixed)
Show description for b2efa1b
ankostis
committed
b2efa1b
View commit details
Copy full SHA for b2efa1b
View code at this point
Browse repository at this point
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
View commit details
Copy full SHA for b02662d
View code at this point
Browse repository at this point
src: import os.path as osp
ankostis
committed
0210e39
View commit details
Copy full SHA for 0210e39
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
View commit details
Copy full SHA for a469af8
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
repo-TCs, #519: FIX config resource leaks
Show description for a79cf67
ankostis
committed
a79cf67
View commit details
Copy full SHA for a79cf67
View code at this point
Browse repository at this point
Commits on Aug 29, 2015
fix(repo): fail loudly if worktrees are used
Show description for e859042
Byron
committed
e859042
View commit details
Copy full SHA for e859042
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
Fix typo
rennat
committed
9aaaa83
View commit details
Copy full SHA for 9aaaa83
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
Overhauled all tutorials, and placed them in a unit-test.
Show description for b54b939
Byron
committed
b54b939
View commit details
Copy full SHA for b54b939
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Assured that branch changes are properly handled.
Show description for 47ac37b
Byron
committed
47ac37b
View commit details
Copy full SHA for 47ac37b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.