Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
diff.py
on
more-robust-git-diff
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 5, 2021
try fixing up test fixtures and implementation
Byron
committed
21e2c45
Copy full SHA for 21e2c45
Add '-z' on top of '--raw' to avoid path name mangling
Show description for 90a6e1c
Byron
committed
90a6e1c
Copy full SHA for 90a6e1c
Commits on Nov 10, 2020
change decode type and add replace flag
ishepard
authored and
Byron
committed
bfbd5ec
Copy full SHA for bfbd5ec
Commits on Feb 8, 2020
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
Copy full SHA for 6aa78cd
Remove and replace compat.binary_type
Harmon758
authored and
Byron
committed
c7392d6
Copy full SHA for c7392d6
Commits on Oct 29, 2019
Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython into imkaka-fix/deepsource-issues
Byron
committed
52ee6c1
Copy full SHA for 52ee6c1
Commits on Oct 28, 2019
Check if submodule exists before referencing
tanaga9
authored and
Byron
committed
553500a
Copy full SHA for 553500a
Commits on Oct 23, 2019
Merge branch 'master' into fix/deepsource-issues
imkaka
authored
abb1896
Copy full SHA for abb1896
fix Loop variable used outside the loop
imkaka
committed
5eb8289
Copy full SHA for 5eb8289
Commits on Oct 22, 2019
Fix #852 by tweaking regex to handle -R option to git diff
thetwoj
authored and
Byron
committed
14d7034
Copy full SHA for 14d7034
Commits on Oct 21, 2019
Initial stab at fixing diffs involving submodule changes
thetwoj
authored and
Byron
committed
b303cb0
Copy full SHA for b303cb0
Commits on Oct 19, 2019
Satisfying flake8
thetwoj
authored and
Byron
committed
95897f9
Copy full SHA for 95897f9
Updating variable name to more accurately reflect contents
thetwoj
authored and
Byron
committed
4744efb
Copy full SHA for 4744efb
Fixed new test for copied files
thetwoj
authored and
Byron
committed
71b3845
Copy full SHA for 71b3845
Adding diff support for copied files, still working on test
thetwoj
authored and
Byron
committed
59ad906
Copy full SHA for 59ad906
Commits on Jan 12, 2019
Fixed error in documentation
Show description for 7a6ca8c
Syoc
authored and
Byron
committed
7a6ca8c
Copy full SHA for 7a6ca8c
Commits on May 19, 2018
Add change in type support
LeResKP
authored and
Byron
committed
29aa1b8
Copy full SHA for 29aa1b8
Get correcly rename change_type.
Show description for c8fd910
LeResKP
authored and
Byron
committed
c8fd910
Copy full SHA for c8fd910
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Nov 28, 2017
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Show description for 6ee08fc
yarikoptic
committed
6ee08fc
Copy full SHA for 6ee08fc
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
Copy full SHA for caa0ea7
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
Copy full SHA for 66c41eb
Commits on Oct 16, 2016
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
Copy full SHA for b02662d
Commits on Sep 28, 2016
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Show description for 44c6d0b
ankostis
committed
44c6d0b
Copy full SHA for 44c6d0b
io, dif: #519: FIX DIFF freeze when reading from GIL
Show description for a5db3d3
ankostis
committed
a5db3d3
Copy full SHA for a5db3d3
Commits on Jul 23, 2016
fix(diff): use explicit change-type if possible
Show description for 4006c43
Byron
committed
4006c43
Copy full SHA for 4006c43
Commits on Jun 14, 2016
Store raw path bytes in Diff instances
Show description for 3ee291c
nvie
committed
3ee291c
Copy full SHA for 3ee291c
Commits on Jun 6, 2016
Don't choke on (legitimately) invalidly encoded Unicode paths
nvie
committed
200d3c6
Copy full SHA for 200d3c6
Commits on May 30, 2016
Fix bug in diff parser output
Show description for 1faf84f
nvie
committed
1faf84f
Copy full SHA for 1faf84f
Commits on May 19, 2016
Deprecate Diffable.rename for .renamed_file
Show description for 4bcc4d5
Byron
committed
4bcc4d5
Copy full SHA for 4bcc4d5
Commits on Apr 19, 2016
Python 3 compat fixes
Show description for 19099f9
nvie
committed
19099f9
Copy full SHA for 19099f9
Fix diff patch parser for paths with unsafe chars
Show description for 7fbc182
nvie
committed
7fbc182
Copy full SHA for 7fbc182
Fix order of regex parts
Show description for 1445b59
nvie
committed
1445b59
Copy full SHA for 1445b59
Fix regex
Show description for cdf7c5a
nvie
committed
cdf7c5a
Copy full SHA for cdf7c5a
Make diff patch parsing more reliable
Show description for e77128e
nvie
committed
e77128e
Copy full SHA for e77128e
Pagination
Previous
Next
You can’t perform that action at this time.