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
test
on
typing
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2021
Update test_refs.py
Yobmod
authored
b4023ec
View commit details
Copy full SHA for b4023ec
View code at this point
Browse repository at this point
Update test_refs.py
Yobmod
authored
793bf50
View commit details
Copy full SHA for 793bf50
View code at this point
Browse repository at this point
Update test_refs.py
Yobmod
authored
1a360c8
View commit details
Copy full SHA for 1a360c8
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
Added support of spaces for clone multi_options
ilakhtenkov
committed
717bfe9
View commit details
Copy full SHA for 717bfe9
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Rmv old py2.7 __future__ imports
Yobmod
committed
600df04
View commit details
Copy full SHA for 600df04
View code at this point
Browse repository at this point
rmv python 3.5 checks from tests
Yobmod
committed
4545762
View commit details
Copy full SHA for 4545762
View code at this point
Browse repository at this point
Commits on Jun 30, 2021
Merge branch 'main' into Yobmod/main
Byron
committed
e5f2528
View commit details
Copy full SHA for e5f2528
View code at this point
Browse repository at this point
Type Traversable.traverse() better, start types of submodule
Yobmod
committed
82b131c
View commit details
Copy full SHA for 82b131c
View code at this point
Browse repository at this point
Added clone multi_options to Submodule
ilakhtenkov
committed
ba57175
View commit details
Copy full SHA for ba57175
View code at this point
Browse repository at this point
Commits on Jun 5, 2021
Adds repo.is_valid_object check
bytefluxio
committed
385a8c6
View commit details
Copy full SHA for 385a8c6
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Conditionally throw an error
Byron
committed
01a96b9
View commit details
Copy full SHA for 01a96b9
View code at this point
Browse repository at this point
Commits on Jun 3, 2021
Reverts auto format introduced with 2dbc2be8
bytefluxio
committed
79e24f7
View commit details
Copy full SHA for 79e24f7
View code at this point
Browse repository at this point
Fixes test to not throw false negative results
bytefluxio
committed
057514e
View commit details
Copy full SHA for 057514e
View code at this point
Browse repository at this point
Adds failing test for repo.tag() method
bytefluxio
committed
2dbc2be
View commit details
Copy full SHA for 2dbc2be
View code at this point
Browse repository at this point
Commits on May 25, 2021
improve index mode for files with executable bit
Show description for 1a04c15
tmzullinger
committed
1a04c15
View commit details
Copy full SHA for 1a04c15
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 newlines
Yobmod
committed
26ccee1
View commit details
Copy full SHA for 26ccee1
View code at this point
Browse repository at this point
add newline
Yobmod
committed
300261d
View commit details
Copy full SHA for 300261d
View code at this point
Browse repository at this point
add testrunner.py to run all tests (as hook for static analysis)
Yobmod
committed
9c6178f
View commit details
Copy full SHA for 9c6178f
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
add replace method to git.Commit
Show description for 36811a2
larsks
committed
36811a2
View commit details
Copy full SHA for 36811a2
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
Fix inheritance issue at commit.iter_items
Show description for af86f05
Yuri Volchkov
authored and
yvolchkov
committed
af86f05
View commit details
Copy full SHA for af86f05
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
fix tests the fast way
Byron
committed
d8cad75
View commit details
Copy full SHA for d8cad75
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
try fixing up test fixtures and implementation
Byron
committed
8218939
View commit details
Copy full SHA for 8218939
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Fix default actor name handling
Show description for 0898907
Athos Ribeiro
authored and
Byron
committed
0898907
View commit details
Copy full SHA for 0898907
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Get system user id in a lazy manner
Show description for c96476b
Athos Ribeiro
authored and
Byron
committed
c96476b
View commit details
Copy full SHA for c96476b
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Keep flake happy
Xavier Verges
authored and
Byron
committed
0c6e670
View commit details
Copy full SHA for 0c6e670
View code at this point
Browse repository at this point
Do not break convention when updating sys.path
Xavier Verges
authored and
Byron
committed
4ba76d6
View commit details
Copy full SHA for 4ba76d6
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
git/repo/base.py: is_dirty(): Fix pathspec handling
Show description for 624eb28
apatard
authored and
Byron
committed
624eb28
View commit details
Copy full SHA for 624eb28
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Fix typo
ericdill
authored and
Byron
committed
135e775
View commit details
Copy full SHA for 135e775
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Ensure that detached HEAD does not raise when comparing branch name.
buddly27
committed
5b88532
View commit details
Copy full SHA for 5b88532
View code at this point
Browse repository at this point
Add missing rules to match hierarchy path
buddly27
committed
c3fc83f
View commit details
Copy full SHA for c3fc83f
View code at this point
Browse repository at this point
Add unit tests
buddly27
committed
3dcb520
View commit details
Copy full SHA for 3dcb520
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
accept datetime instances as dates
Show description for 4a19917
mildsunrise
authored and
Byron
committed
4a19917
View commit details
Copy full SHA for 4a19917
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
test: add installation test
Show description for e0b10d9
priv-kweihmann
committed
e0b10d9
View commit details
Copy full SHA for e0b10d9
View code at this point
Browse repository at this point
tests: move to root dir
Show description for 0374d7c
priv-kweihmann
committed
0374d7c
View commit details
Copy full SHA for 0374d7c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.