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
index
on
more-robust-git-diff
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 13, 2020
Fixed all warnings in documentation and updated Makefile to treat warnings as errors.
kiancross
authored and
Byron
committed
30387f1
Copy full SHA for 30387f1
Commits on Jun 14, 2020
Fix exception causes all over the codebase
cool-RR
authored and
Byron
committed
411635f
Copy full SHA for 411635f
Commits on May 28, 2020
Fix flake8 errors
Byron
committed
69ca329
Copy full SHA for 69ca329
Commits on Mar 8, 2020
Only resolve globs if path does not exist on disk
Show description for 0420b01
Byron
committed
0420b01
Copy full SHA for 0420b01
Commits on Feb 8, 2020
Remove no longer used compat imports
Harmon758
authored and
Byron
committed
eba8418
Copy full SHA for eba8418
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
Copy full SHA for 768b9ff
Remove and replace compat.izip
Harmon758
authored and
Byron
committed
5d22d57
Copy full SHA for 5d22d57
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
Copy full SHA for 6aa78cd
Remove and replace compat.xrange
Harmon758
authored and
Byron
committed
b5dd2f0
Copy full SHA for b5dd2f0
Remove and replace compat.mviter
Harmon758
authored and
Byron
committed
db4cb7c
Copy full SHA for db4cb7c
Commits on Oct 15, 2019
removed Unnecessary “else” after “return”
pratik-anurag
authored and
Byron
committed
f5eb904
Copy full SHA for f5eb904
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
f83797a
Copy full SHA for f83797a
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
b16b664
Copy full SHA for b16b664
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
05e9a6f
Copy full SHA for 05e9a6f
renamed unused variables
pratik-anurag
authored and
Byron
committed
2d66f8f
Copy full SHA for 2d66f8f
updated fun.py, removed unused variables
pratik-anurag
authored and
Byron
committed
1a5cef5
Copy full SHA for 1a5cef5
As string is iterable, changed to isinstance check
Show description for d759e17
MarcelBeining
authored and
Byron
committed
d759e17
Copy full SHA for d759e17
fixed code repetition
MarcelBeining
authored and
Byron
committed
1fa1ce2
Copy full SHA for 1fa1ce2
allow calling index.add, index.move and index.remove with single items
Show description for 3face90
MarcelBeining
authored and
Byron
committed
3face90
Copy full SHA for 3face90
Commits on Apr 4, 2018
git: index: base: use os.path.relpath
Show description for 0857d33
efiop
authored and
Byron
committed
0857d33
Copy full SHA for 0857d33
Commits on Mar 24, 2018
Merge pull request #737 from hugovk/rm-2.6
Show description for f3265bd
Byron
authored
f3265bd
Copy full SHA for f3265bd
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Allow mmap not just for py2.6/2.7/3.6+ but also 3.0+
hugovk
committed
693b171
Copy full SHA for 693b171
Commits on Oct 30, 2017
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
committed
eae04bf
Copy full SHA for eae04bf
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
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
src: import os.path as osp
ankostis
committed
0210e39
Copy full SHA for 0210e39
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
Copy full SHA for a469af8
Commits on Oct 2, 2016
RF: use @functools.wraps within decorators instead of manual __name__ reassignment
Show description for 51f4a14
yarikoptic
committed
51f4a14
Copy full SHA for 51f4a14
Commits on Oct 1, 2016
Win, #519: FIX repo TCs.
Show description for b8b025f
ankostis
committed
b8b025f
Copy full SHA for b8b025f
Commits on Sep 28, 2016
FIX hook TC on PY3+Win & indeterministic lock timing.
Show description for 3959556
ankostis
committed
3959556
Copy full SHA for 3959556
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Show description for 44c6d0b
ankostis
committed
44c6d0b
Copy full SHA for 44c6d0b
Win, hook, #519: Consume Hook Popen-proc out of GIL
Show description for cf2335a
ankostis
committed
cf2335a
Copy full SHA for cf2335a
Pagination
Previous
Next
You can’t perform that action at this time.