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
Type
/
to 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
1
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
8bbf1a3
User selector
All users
All time
Commit history
Commits on Apr 19, 2016
Merge pull request #412 from nvie/fix-diff-patch-parsing
Show description for 8bbf1a3
nvie
committed
8bbf1a3
View commit details
Copy full SHA for 8bbf1a3
Browse repository at this point
Fix order of regex parts
Show description for 1445b59
nvie
committed
1445b59
View commit details
Copy full SHA for 1445b59
Browse repository at this point
Make test stricter
nvie
committed
2090b54
View commit details
Copy full SHA for 2090b54
Browse repository at this point
Fix regex
Show description for cdf7c5a
nvie
committed
cdf7c5a
View commit details
Copy full SHA for cdf7c5a
Browse repository at this point
Update changelog
nvie
committed
55d40df
View commit details
Copy full SHA for 55d40df
Browse repository at this point
Make diff patch parsing more reliable
Show description for e77128e
nvie
committed
e77128e
View commit details
Copy full SHA for e77128e
Browse repository at this point
Merge pull request #411 from nvie/enrich-incremental-blame-output
Show description for 0d7a40f
nvie
committed
0d7a40f
View commit details
Copy full SHA for 0d7a40f
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-output
nvie
committed
8da7852
View commit details
Copy full SHA for 8da7852
Browse repository at this point
Merge pull request #408 from nvie/master
Show description for 4adafc5
nvie
committed
4adafc5
View commit details
Copy full SHA for 4adafc5
Browse repository at this point
Merge remote-tracking branch 'upstream/master'
nvie
committed
3297fe5
View commit details
Copy full SHA for 3297fe5
Browse repository at this point
Remove Python 2.6 hack
Show description for 722473e
nvie
committed
722473e
View commit details
Copy full SHA for 722473e
Browse repository at this point
feat(py-support): drop py2.6 support
Show description for 76e19e4
Sebastian Thiel
committed
76e19e4
View commit details
Copy full SHA for 76e19e4
Browse repository at this point
Commits on Apr 14, 2016
Perform diff-tree recursively to have the same output as diff
nvie
committed
28afef5
View commit details
Copy full SHA for 28afef5
Browse repository at this point
Return all available data from git-blame
Show description for 2f1b69a
nvie
committed
2f1b69a
View commit details
Copy full SHA for 2f1b69a
Browse repository at this point
Drop dependency on six
nvie
committed
6964e3e
View commit details
Copy full SHA for 6964e3e
Browse repository at this point
Drop dependency on six
nvie
committed
6bdaa46
View commit details
Copy full SHA for 6bdaa46
Browse repository at this point
Fix test cases
nvie
committed
1875885
View commit details
Copy full SHA for 1875885
Browse repository at this point
Export NULL_TREE
nvie
committed
c042f56
View commit details
Copy full SHA for c042f56
Browse repository at this point
Update changelog for next release
nvie
committed
07b124c
View commit details
Copy full SHA for 07b124c
Browse repository at this point
Use a special object rather than a string
Show description for 82b533f
nvie
committed
82b533f
View commit details
Copy full SHA for 82b533f
Browse repository at this point
Fix comment
nvie
committed
aae2a73
View commit details
Copy full SHA for aae2a73
Browse repository at this point
Support "root" as a special value in .diff() calls
Show description for 5de21c7
nvie
committed
5de21c7
View commit details
Copy full SHA for 5de21c7
Browse repository at this point
Add Python 3.5 env
nvie
committed
83156b9
View commit details
Copy full SHA for 83156b9
Browse repository at this point
Pass through the $HOME env var to the tox env
nvie
committed
9ae1f21
View commit details
Copy full SHA for 9ae1f21
Browse repository at this point
Merge pull request #402 from rrei/master
Show description for ccb653d
Byron
committed
ccb653d
View commit details
Copy full SHA for ccb653d
Browse repository at this point
Merge pull request #409 from nvie/add-incremental-blame-support
Show description for 20a338f
Byron
committed
20a338f
View commit details
Copy full SHA for 20a338f
Browse repository at this point
Merge pull request #410 from ppietrasa/master
Show description for 978eb5b
Byron
committed
978eb5b
View commit details
Copy full SHA for 978eb5b
Browse repository at this point
Commits on Apr 13, 2016
fixed unittest of issue #407 for Python3
Piotr Pietraszkiewicz
committed
6f67136
View commit details
Copy full SHA for 6f67136
Browse repository at this point
fix(index): avoid recursing endlessly in add()
Show description for af74966
Piotr Pietraszkiewicz
committed
af74966
View commit details
Copy full SHA for af74966
Browse repository at this point
Allow passing args to git-blame
Show description for f533a68
nvie
committed
f533a68
View commit details
Copy full SHA for f533a68
Browse repository at this point
Add incremental blame support
Show description for e5b8220
nvie
committed
e5b8220
View commit details
Copy full SHA for e5b8220
Browse repository at this point
Commits on Apr 10, 2016
Merge pull request #405 from nvie/master
Show description for 9debf6b
Byron
committed
9debf6b
View commit details
Copy full SHA for 9debf6b
Browse repository at this point
Commits on Apr 7, 2016
Fix tests
nvie
committed
5324565
View commit details
Copy full SHA for 5324565
Browse repository at this point
Commits on Apr 6, 2016
Make sure .read() and friends always return bytes
nvie
committed
6271586
View commit details
Copy full SHA for 6271586
Browse repository at this point
Commits on Apr 4, 2016
Merge pull request #404 from graingert/patch-1
Show description for dabd563
Byron
committed
dabd563
View commit details
Copy full SHA for dabd563
Browse repository at this point
Previous
Next
You can’t perform that action at this time.