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
on
more-robust-git-diff
User selector
All users
All time
Commit history
Commits on Jan 5, 2021
try fixing up test fixtures and implementation
Byron
committed
21e2c45
View commit details
Copy full SHA for 21e2c45
View code at this point
Browse repository at this point
Add '-z' on top of '--raw' to avoid path name mangling
Show description for 90a6e1c
Byron
committed
90a6e1c
View commit details
Copy full SHA for 90a6e1c
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
fix universal_newlines TypeError
fh-james-wisniewski
committed
696e4ed
View commit details
Copy full SHA for 696e4ed
View code at this point
Browse repository at this point
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 Nov 18, 2020
Added ability to define git environment in submodule add/update methods
isolovey
authored and
Byron
committed
24f75e7
View commit details
Copy full SHA for 24f75e7
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
change decode type and add replace flag
ishepard
authored and
Byron
committed
bfbd5ec
View commit details
Copy full SHA for bfbd5ec
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
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 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 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
Reformat code to remove unnecessary indentation
buddly27
committed
3787f62
View commit details
Copy full SHA for 3787f62
View code at this point
Browse repository at this point
Add missing blank line
buddly27
committed
c3eae2c
View commit details
Copy full SHA for c3eae2c
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
Fix logic to properly compare glob pattern to value
buddly27
committed
f37011d
View commit details
Copy full SHA for f37011d
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Add method to retrieve all possible paths to include
buddly27
committed
8e263b8
View commit details
Copy full SHA for 8e263b8
View code at this point
Browse repository at this point
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
Update check method to find all includes
buddly27
committed
9766832
View commit details
Copy full SHA for 9766832
View code at this point
Browse repository at this point
Add Regex to match content of "includeIf" section
buddly27
committed
c16f584
View commit details
Copy full SHA for c16f584
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 Aug 12, 2020
Ensure only fully matching symrefs are deleted
Show description for 6ef3775
westphahl
authored and
Byron
committed
6ef3775
View commit details
Copy full SHA for 6ef3775
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 Jul 12, 2020
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
Revert moving tests out of 'git' folder, related to #1030
Byron
committed
d5f0d48
View commit details
Copy full SHA for d5f0d48
View code at this point
Browse repository at this point
tests: move to root dir
Show description for 5453888
priv-kweihmann
authored and
Byron
committed
5453888
View commit details
Copy full SHA for 5453888
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Fix exception causes all over the codebase
cool-RR
authored and
Byron
committed
411635f
View commit details
Copy full SHA for 411635f
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 Jun 12, 2020
Fix exception causes in cmd.py
cool-RR
authored and
Byron
committed
4720e63
View commit details
Copy full SHA for 4720e63
View code at this point
Browse repository at this point
Commits on May 31, 2020
BF: tollerate errors while parsing fetch lines
Show description for a71ebbc
yarikoptic
authored and
Byron
committed
a71ebbc
View commit details
Copy full SHA for a71ebbc
View code at this point
Browse repository at this point
Commits on May 28, 2020
Fix flake8 errors
Byron
committed
69ca329
View commit details
Copy full SHA for 69ca329
View code at this point
Browse repository at this point
Improve unfortunate wording
Show description for 9c6209f
Byron
committed
9c6209f
View commit details
Copy full SHA for 9c6209f
View code at this point
Browse repository at this point
Commits on May 5, 2020
Bump patch level, this time with known signature
Sebastian Thiel
committed
f14903a
View commit details
Copy full SHA for f14903a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.