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
index
on
3.1.0
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 8, 2020
Remove no longer used compat imports
Harmon758
authored and
Byron
committed
eba8418
View commit details
Copy full SHA for eba8418
View code at this point
Browse repository at this point
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
View commit details
Copy full SHA for 768b9ff
View code at this point
Browse repository at this point
Remove and replace compat.izip
Harmon758
authored and
Byron
committed
5d22d57
View commit details
Copy full SHA for 5d22d57
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 and replace compat.mviter
Harmon758
authored and
Byron
committed
db4cb7c
View commit details
Copy full SHA for db4cb7c
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
f5eb904
View commit details
Copy full SHA for f5eb904
View code at this point
Browse repository at this point
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
f83797a
View commit details
Copy full SHA for f83797a
View code at this point
Browse repository at this point
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
b16b664
View commit details
Copy full SHA for b16b664
View code at this point
Browse repository at this point
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
05e9a6f
View commit details
Copy full SHA for 05e9a6f
View code at this point
Browse repository at this point
renamed unused variables
pratik-anurag
authored and
Byron
committed
2d66f8f
View commit details
Copy full SHA for 2d66f8f
View code at this point
Browse repository at this point
updated fun.py, removed unused variables
pratik-anurag
authored and
Byron
committed
1a5cef5
View commit details
Copy full SHA for 1a5cef5
View code at this point
Browse repository at this point
As string is iterable, changed to isinstance check
Show description for d759e17
MarcelBeining
authored and
Byron
committed
d759e17
View commit details
Copy full SHA for d759e17
View code at this point
Browse repository at this point
fixed code repetition
MarcelBeining
authored and
Byron
committed
1fa1ce2
View commit details
Copy full SHA for 1fa1ce2
View code at this point
Browse repository at this point
allow calling index.add, index.move and index.remove with single items
Show description for 3face90
MarcelBeining
authored and
Byron
committed
3face90
View commit details
Copy full SHA for 3face90
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
git: index: base: use os.path.relpath
Show description for 0857d33
efiop
authored and
Byron
committed
0857d33
View commit details
Copy full SHA for 0857d33
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
Merge pull request #737 from hugovk/rm-2.6
Show description for f3265bd
Byron
authored
f3265bd
View commit details
Copy full SHA for f3265bd
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
View commit details
Copy full SHA for ac4f7d3
View code at this point
Browse repository at this point
Allow mmap not just for py2.6/2.7/3.6+ but also 3.0+
hugovk
committed
693b171
View commit details
Copy full SHA for 693b171
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
committed
eae04bf
View commit details
Copy full SHA for eae04bf
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
View commit details
Copy full SHA for 8dffba5
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
View commit details
Copy full SHA for caa0ea7
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
View commit details
Copy full SHA for 66c41eb
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
src: reduce needless deps to `gitdb.util`
ankostis
committed
b02662d
View commit details
Copy full SHA for b02662d
View code at this point
Browse repository at this point
src: import os.path as osp
ankostis
committed
0210e39
View commit details
Copy full SHA for 0210e39
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
src: No PyDev warnings
Show description for a469af8
ankostis
committed
a469af8
View commit details
Copy full SHA for a469af8
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
RF: use @functools.wraps within decorators instead of manual __name__ reassignment
Show description for 51f4a14
yarikoptic
committed
51f4a14
View commit details
Copy full SHA for 51f4a14
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
Win, #519: FIX repo TCs.
Show description for b8b025f
ankostis
committed
b8b025f
View commit details
Copy full SHA for b8b025f
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
FIX hook TC on PY3+Win & indeterministic lock timing.
Show description for 3959556
ankostis
committed
3959556
View commit details
Copy full SHA for 3959556
View code at this point
Browse repository at this point
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Show description for 44c6d0b
ankostis
committed
44c6d0b
View commit details
Copy full SHA for 44c6d0b
View code at this point
Browse repository at this point
Win, hook, #519: Consume Hook Popen-proc out of GIL
Show description for cf2335a
ankostis
committed
cf2335a
View commit details
Copy full SHA for cf2335a
View code at this point
Browse repository at this point
Win, #519: Ensure fixtures & bashscript checked-out eol=lf
Show description for 4cede23
ankostis
committed
4cede23
View commit details
Copy full SHA for 4cede23
View code at this point
Browse repository at this point
src: constify is_<platform>() calls
Show description for e61439b
ankostis
committed
e61439b
View commit details
Copy full SHA for e61439b
View code at this point
Browse repository at this point
test, #519: Try appveyor advice for never-ending builds
Show description for 618e625
ankostis
committed
618e625
View commit details
Copy full SHA for 618e625
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
src, #519: collect all is_<platform>() calls
ankostis
committed
f495e94
View commit details
Copy full SHA for f495e94
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.