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
.
pythonthings
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
on
master
User selector
All users
All time
Commit history
Commits on Sep 16, 2019
fix decoding problem
ishepard
authored and
Byron
committed
3d7eaf1
View commit details
Copy full SHA for 3d7eaf1
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Fix #889: Add DeepSource config and fix some major issues
mohi7solanki
authored and
Byron
committed
a2d8a51
View commit details
Copy full SHA for a2d8a51
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
Skip on keyerror
stsewd
authored and
Byron
committed
a77a17f
View commit details
Copy full SHA for a77a17f
View code at this point
Browse repository at this point
Commits on Jul 6, 2019
Don't assume there is a tag author in tags
Show description for c73b239
Sebastian Thiel
committed
c73b239
View commit details
Copy full SHA for c73b239
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
Update commit.py constructor docstring
Show description for 881e315
CptMikhailov
authored and
Byron
committed
881e315
View commit details
Copy full SHA for 881e315
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
The proper way is return, not raise StopIteration
Show description for c49ba43
michael-k
authored and
Byron
committed
c49ba43
View commit details
Copy full SHA for c49ba43
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
Avoid from_timestamp() function to raise an exception when the offset is greater or lower than 24 hours.
Show description for c6e0a6c
ishepard
authored and
Byron
committed
c6e0a6c
View commit details
Copy full SHA for c6e0a6c
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
Drop support for EOL Python 2.6
hugovk
committed
929f3e1
View commit details
Copy full SHA for 929f3e1
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
Remove trailing slash on drive path
Charles Bouchard-Légaré
committed
280e573
View commit details
Copy full SHA for 280e573
View code at this point
Browse repository at this point
Commits on Oct 2, 2017
Store submodule name
jakirkham
committed
f2b820f
View commit details
Copy full SHA for f2b820f
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
BF: use get, not casting get_value while dealing with submodule path/url etc
yarikoptic
committed
52912b5
View commit details
Copy full SHA for 52912b5
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 Feb 2, 2017
Fix git.Commit docs typo
reuben-sutton
authored and
Byron
committed
b197de0
View commit details
Copy full SHA for b197de0
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Merge pull request #541 from andy-maier/py26_fixes
Show description for 2f207e0
Byron
authored
2f207e0
View commit details
Copy full SHA for 2f207e0
View code at this point
Browse repository at this point
chore(lint): flake8
Show description for b06b13e
Byron
committed
b06b13e
View commit details
Copy full SHA for b06b13e
View code at this point
Browse repository at this point
fix(submodule): don't fail if tracking branch can't be setup
Show description for b93ba7c
Byron
committed
b93ba7c
View commit details
Copy full SHA for b93ba7c
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fixes to support Python 2.6 again.
Show description for f3d5df2
andy-maier
committed
f3d5df2
View commit details
Copy full SHA for f3d5df2
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
Merge with #532, fix unicode filenames with escapesurogates
ankostis
committed
ec731f4
View commit details
Copy full SHA for ec731f4
View code at this point
Browse repository at this point
fix(surrogateescape): enable on py2, fix tests
Byron
committed
9e4a454
View commit details
Copy full SHA for 9e4a454
View code at this point
Browse repository at this point
fix(unicode): use surrogateescape in bytes.decode
Show description for 93d5302
Byron
committed
93d5302
View commit details
Copy full SHA for 93d5302
View code at this point
Browse repository at this point
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 12, 2016
config, #525: polish more config-urls
ankostis
committed
6310480
View commit details
Copy full SHA for 6310480
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
FIX #526: Do not depend on test-sources
Show description for 74c7ed0
ankostis
committed
74c7ed0
View commit details
Copy full SHA for 74c7ed0
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
config: FIX regression by prev commit "wrap all conf..."
Show description for 833ac6e
ankostis
committed
833ac6e
View commit details
Copy full SHA for 833ac6e
View code at this point
Browse repository at this point
io: Wrap (probably) allconfig_writers in `with` blocks
ankostis
committed
8a2f7dc
View commit details
Copy full SHA for 8a2f7dc
View code at this point
Browse repository at this point
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 3, 2016
hidden win-errs: Let leaking TCs run till end, then hide
Show description for be44602
ankostis
committed
be44602
View commit details
Copy full SHA for be44602
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
BF: Allow to remove a submodule with a remote without refs
yarikoptic
authored and
ankostis
committed
6497d1e
View commit details
Copy full SHA for 6497d1e
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
io, #519: ALL open() --> with open()
Show description for 9a52168
ankostis
committed
9a52168
View commit details
Copy full SHA for 9a52168
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.