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
on
fix-1103
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 24, 2020
docs: fix simple typo, repostory -> repository
Show description for 1e4211b
timgates42
authored and
Byron
committed
1e4211b
View commit details
Copy full SHA for 1e4211b
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
rename sublist to subset
saroad2
authored and
Byron
committed
60acfa5
View commit details
Copy full SHA for 60acfa5
View code at this point
Browse repository at this point
Rename get_ignored to ignored and fix the documentation
saroad2
authored and
Byron
committed
e2067ba
View commit details
Copy full SHA for e2067ba
View code at this point
Browse repository at this point
Find paths ignored in .gitignore
saroad2
authored and
Byron
committed
df6fa49
View commit details
Copy full SHA for df6fa49
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 2, 2020
Add reference to repository to config.
Show description for d5262ac
buddly27
committed
d5262ac
View commit details
Copy full SHA for d5262ac
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
Fixed all warnings in documentation and updated Makefile to treat warnings as errors.
kiancross
authored and
Byron
committed
30387f1
View commit details
Copy full SHA for 30387f1
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 24, 2020
Fix param format of Repo.commit
Show description for d7b401e
tkdchen
authored and
Byron
committed
d7b401e
View commit details
Copy full SHA for d7b401e
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Fix Repo.__repr__ when subclassed
jan-matejka
authored and
Byron
committed
6cb0965
View commit details
Copy full SHA for 6cb0965
View code at this point
Browse repository at this point
Remove and replace compat.text_type
Harmon758
authored and
Byron
committed
55fd173
View commit details
Copy full SHA for 55fd173
View code at this point
Browse repository at this point
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
View commit details
Copy full SHA for 6aa78cd
View code at this point
Browse repository at this point
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
Remove compat.range
Harmon758
authored and
Byron
committed
ae7499f
View commit details
Copy full SHA for ae7499f
View code at this point
Browse repository at this point
Remove str import from builtins
Harmon758
authored and
Byron
committed
f2ce56f
View commit details
Copy full SHA for f2ce56f
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
Avoids env var warning when path contains $/%; fix #832
rgkimball
authored and
Byron
committed
313b3b4
View commit details
Copy full SHA for 313b3b4
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
7635314
View commit details
Copy full SHA for 7635314
View code at this point
Browse repository at this point
Commits on Sep 30, 2019
git: repo: base: update clone_from env argument description
pared
authored and
Byron
committed
cf237db
View commit details
Copy full SHA for cf237db
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
Returning commit object instead of hash value
Arthur-Milchior
authored and
Byron
committed
4bebfe3
View commit details
Copy full SHA for 4bebfe3
View code at this point
Browse repository at this point
Snack case as requested in #903
Arthur-Milchior
authored and
Byron
committed
87b5d9c
View commit details
Copy full SHA for 87b5d9c
View code at this point
Browse repository at this point
Method stating which commit is being played during an halted rebase
Show description for ece804a
Arthur-Milchior
authored and
Byron
committed
ece804a
View commit details
Copy full SHA for ece804a
View code at this point
Browse repository at this point
Fix performance regression, see #906
Show description for d5cc590
Sebastian Thiel
committed
d5cc590
View commit details
Copy full SHA for d5cc590
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
Fix typo in documentation
Show description for d2cd597
Loïc Antoine Gombeaud
authored and
Sebastian Thiel
committed
d2cd597
View commit details
Copy full SHA for d2cd597
View code at this point
Browse repository at this point
Drop python 2 support, again (revert previous revert)
Show description for 2e7e82b
Sebastian Thiel
committed
2e7e82b
View commit details
Copy full SHA for 2e7e82b
View code at this point
Browse repository at this point
use git rev-parse to look for config file
bdauvergne
authored and
Byron
committed
0b6b90f
View commit details
Copy full SHA for 0b6b90f
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
Revert "Drop python 2.7 support and help with encodings"
Show description for 913d806
Sebastian Thiel
committed
913d806
View commit details
Copy full SHA for 913d806
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
Drop python 2.7 support and help with encodings
Show description for dac619e
Sebastian Thiel
committed
dac619e
View commit details
Copy full SHA for dac619e
View code at this point
Browse repository at this point
Revert "This time, use test-requirements."
Show description for c9dbaab
Sebastian Thiel
committed
c9dbaab
View commit details
Copy full SHA for c9dbaab
View code at this point
Browse repository at this point
This time, use test-requirements.
Sebastian Thiel
committed
74a0507
View commit details
Copy full SHA for 74a0507
View code at this point
Browse repository at this point
Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames"
Show description for cc664f0
Sebastian Thiel
committed
cc664f0
View commit details
Copy full SHA for cc664f0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.