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
remote.py
on
3.1.38
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
View commit details
Copy full SHA for ae8c018
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Run black and exclude submodule
bodograumann
committed
6035db0
View commit details
Copy full SHA for 6035db0
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
fix/add allow_unsafe_* params in docstrings + fix typo
obfusk
committed
4110b61
View commit details
Copy full SHA for 4110b61
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
View commit details
Copy full SHA for 4463624
View code at this point
Browse repository at this point
Merge pull request #1521 from stsewd/block-insecure-options
Show description for 678a8fe
Byron
authored
678a8fe
View commit details
Copy full SHA for 678a8fe
View code at this point
Browse repository at this point
Document PushInfoList
skinitimski
authored and
Byron
committed
5bce9b4
View commit details
Copy full SHA for 5bce9b4
View code at this point
Browse repository at this point
Commits on Dec 28, 2022
More tests
stsewd
committed
c8ae33b
View commit details
Copy full SHA for c8ae33b
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
Updates from review
stsewd
committed
fd2c6da
View commit details
Copy full SHA for fd2c6da
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
Block unsafe options and protocols by default
stsewd
committed
e6108c7
View commit details
Copy full SHA for e6108c7
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
Fix command injection
Show description for fbf9c7e
stsewd
committed
fbf9c7e
View commit details
Copy full SHA for fbf9c7e
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 Feb 20, 2022
Low risk ReDoS vuln
Show description for 75f4f63
theWorstComrade
authored and
Byron
committed
75f4f63
View commit details
Copy full SHA for 75f4f63
View code at this point
Browse repository at this point
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 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
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
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
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 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 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
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
Commits on Aug 2, 2021
Minor type fixes
Yobmod
committed
9de7310
View commit details
Copy full SHA for 9de7310
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
replace more TBDs wiht runtime types
Yobmod
committed
c878771
View commit details
Copy full SHA for c878771
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Rmv with_metaclass shim, make section constraint generic wrt its configparser type
Yobmod
committed
d812818
View commit details
Copy full SHA for d812818
View code at this point
Browse repository at this point
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
committed
e6345d6
View commit details
Copy full SHA for e6345d6
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
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
Make types in refs compatible with previous
Yobmod
committed
ac39679
View commit details
Copy full SHA for ac39679
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
Add remote.url type
Yobmod
committed
9bb630f
View commit details
Copy full SHA for 9bb630f
View code at this point
Browse repository at this point
Rmv Diffable assert, add Remoote.url property
Yobmod
committed
e7b685d
View commit details
Copy full SHA for e7b685d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.