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 }}
sunilkum84
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 13, 2021
Extend IterableList[PushInfo] instead of IterableList
Sjord
authored and
Byron
committed
35f7e94
View commit details
Copy full SHA for 35f7e94
View code at this point
Browse repository at this point
Specify type for PushInfoList.error
Sjord
authored and
Byron
committed
e67e458
View commit details
Copy full SHA for e67e458
View code at this point
Browse repository at this point
Fix type handing on PushInfoList
Sjord
authored and
Byron
committed
8797904
View commit details
Copy full SHA for 8797904
View code at this point
Browse repository at this point
Rename exception to error, raise_on_error to raise_if_error
Sjord
authored and
Byron
committed
9240de9
View commit details
Copy full SHA for 9240de9
View code at this point
Browse repository at this point
Let remote.push return a PushInfoList
Show description for 3b82fa3
Sjord
authored and
Byron
committed
3b82fa3
View commit details
Copy full SHA for 3b82fa3
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Revert "Replace wildcard imports with concrete imports"
Show description for ce4afe4
trym-b
authored and
Byron
committed
ce4afe4
View commit details
Copy full SHA for ce4afe4
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
Replace wildcard imports with concrete imports
Show description for 53d94b8
trym-b
authored and
Byron
committed
53d94b8
View commit details
Copy full SHA for 53d94b8
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Fix typing issues with delete_head and Remote.add
Show description for 5f4b4db
rra
committed
5f4b4db
View commit details
Copy full SHA for 5f4b4db
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
Add a way to force status codes inside AutoInterrupt._terminate, and let tests use it
sroet
authored and
Byron
committed
aa50766
View commit details
Copy full SHA for aa50766
View code at this point
Browse repository at this point
fix typo's
sroet
authored and
Byron
committed
4151470
View commit details
Copy full SHA for 4151470
View code at this point
Browse repository at this point
make flake8 and mypy happy
sroet
authored and
Byron
committed
144817a
View commit details
Copy full SHA for 144817a
View code at this point
Browse repository at this point
update tests and add a comment about different behaviour of 'push' vs 'fetch'
sroet
authored and
Byron
committed
0a58afe
View commit details
Copy full SHA for 0a58afe
View code at this point
Browse repository at this point
reuse kill_after_timeout kwarg
sroet
authored and
Byron
committed
ef0ca65
View commit details
Copy full SHA for ef0ca65
View code at this point
Browse repository at this point
update docstring
sroet
authored and
Byron
committed
b7cd520
View commit details
Copy full SHA for b7cd520
View code at this point
Browse repository at this point
reset default timeout to None
sroet
authored and
Byron
committed
d6cdafe
View commit details
Copy full SHA for d6cdafe
View code at this point
Browse repository at this point
allow for timeout propagation
sroet
authored and
Byron
committed
9925785
View commit details
Copy full SHA for 9925785
View code at this point
Browse repository at this point
change default fetch timeout to 60 s
sroet
authored and
Byron
committed
10f24ae
View commit details
Copy full SHA for 10f24ae
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
Merge pull request #1318 from Yobmod/main
Show description for cfcae1d
Yobmod
authored
cfcae1d
View commit details
Copy full SHA for cfcae1d
View code at this point
Browse repository at this point
Commits on Sep 5, 2021
Assure CWD is readable after acquiring it
Show description for 5da76e8
Byron
committed
5da76e8
View commit details
Copy full SHA for 5da76e8
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Add encoding to utf-8 for fetch_info_lines;
Show description for ef1ef4d
f100024
authored and
Byron
committed
ef1ef4d
View commit details
Copy full SHA for ef1ef4d
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Use the Git class type definition within Repo classmethods
Show description for 1207747
mmulich
authored and
Byron
committed
1207747
View commit details
Copy full SHA for 1207747
View code at this point
Browse repository at this point
Commits on Aug 11, 2021
Don't fail on import if the working dir isn't valid (#1319)
Byron
committed
5b3669e
View commit details
Copy full SHA for 5b3669e
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
Update changelog and version
Yobmod
committed
5835f01
View commit details
Copy full SHA for 5835f01
View code at this point
Browse repository at this point
upgrade sphinx for 3.10 compat
Yobmod
committed
c35ab1d
View commit details
Copy full SHA for c35ab1d
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10 3
Yobmod
committed
2f42966
View commit details
Copy full SHA for 2f42966
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10 2
Yobmod
committed
1349ddc
View commit details
Copy full SHA for 1349ddc
View code at this point
Browse repository at this point
try fix for Protocol buy in 3.10
Yobmod
committed
079d7fd
View commit details
Copy full SHA for 079d7fd
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
type fixo
Yobmod
committed
07078e9
View commit details
Copy full SHA for 07078e9
View code at this point
Browse repository at this point
type fix
Yobmod
committed
22e05c4
View commit details
Copy full SHA for 22e05c4
View code at this point
Browse repository at this point
add type check to conf_encoding (in thoery could be bool or int)
Yobmod
committed
38f5157
View commit details
Copy full SHA for 38f5157
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Yobmod/GitPython into main
Yobmod
committed
9d844a6
View commit details
Copy full SHA for 9d844a6
View code at this point
Browse repository at this point
fix setup.py classifiers, improvefnmatchprocess handler types
Yobmod
committed
78b99d3
View commit details
Copy full SHA for 78b99d3
View code at this point
Browse repository at this point
Commits on Aug 3, 2021
Merge branch 'gitpython-developers:main' into patch-1
eric-wieser
authored
a71b617
View commit details
Copy full SHA for a71b617
View code at this point
Browse repository at this point
Use get instead of get_value
Show description for 994f387
eric-wieser
authored
994f387
View commit details
Copy full SHA for 994f387
View code at this point
Browse repository at this point
Fix trailing whitespace and incorrect overload
eric-wieser
authored
9c7a44f
View commit details
Copy full SHA for 9c7a44f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.