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 }}
ayhacker
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
on
master
User selector
All users
Datepicker
All time
Commit History
Commits on May 29, 2017
Add base class for package exceptions.
konstantin-popov
authored and
Byron
committed
0bbcf2f
Copy full SHA for 0bbcf2f
remote: compatibility with git version > 2.10
wusisu
authored and
Byron
committed
c121f60
Copy full SHA for c121f60
Commits on Apr 9, 2017
Python 3.6 invalid escape sequence deprecation fixes
Show description for 32da7fe
scop
authored and
Byron
committed
32da7fe
Copy full SHA for 32da7fe
Handle non-deterministic __del__ in Repo
Show description for 39335e6
Byron
committed
39335e6
Copy full SHA for 39335e6
Commits on Apr 4, 2017
so minor that wasn't even worth my time typing this comment
yarikoptic
authored and
Byron
committed
3ef8895
Copy full SHA for 3ef8895
Commits on Mar 9, 2017
Spelling fixes
scop
authored and
Byron
committed
8dffba5
Copy full SHA for 8dffba5
Commits on Mar 8, 2017
BF: pass original exception into replace_surrogate_encode
Show description for 9ce2a4b
yarikoptic
authored and
Byron
committed
9ce2a4b
Copy full SHA for 9ce2a4b
Commits on Mar 7, 2017
Add a fixture to test incremental blame output for git 2.11.1+
ghickman
authored and
Byron
committed
6c6ae79
Copy full SHA for 6c6ae79
Document the use of next to throw an exception when hitting EOF
ghickman
authored and
Byron
committed
46c4ec2
Copy full SHA for 46c4ec2
Ignore all lines of subsequent hunks until last one is found
Show description for a0788e0
ghickman
authored and
Byron
committed
a0788e0
Copy full SHA for a0788e0
Commits on Mar 1, 2017
BF: there is no exc variable, raising NotASurrogateError if that is the right thing todo
yarikoptic
authored and
Byron
committed
7e84122
Copy full SHA for 7e84122
Commits on Feb 25, 2017
chore(flake): satisfy linter
Byron
committed
72dddc7
Copy full SHA for 72dddc7
Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into tbhartman-git_work_tree
Byron
committed
d3bd3c6
Copy full SHA for d3bd3c6
fix(refs): don't assume linux path separator
Show description for 416daa0
Byron
committed
416daa0
Copy full SHA for 416daa0
Merge pull request #582 from gitpython-developers/no_devnull_open
Show description for 2ede752
Byron
authored
2ede752
Copy full SHA for 2ede752
Merge pull request #555 from ankostis/cntxtmman
Show description for 0181a40
Byron
authored
0181a40
Copy full SHA for 0181a40
fix(cmd): don't try to use TASKKILL on linux
Show description for 88732b6
Byron
committed
88732b6
Copy full SHA for 88732b6
fix(remote): assemble exception message completely
Show description for fdc8ecb
Byron
committed
fdc8ecb
Copy full SHA for fdc8ecb
Commits on Feb 24, 2017
check for GIT_WORK_TREE
tbhartman
committed
8dfa168
Copy full SHA for 8dfa168
Commits on Feb 10, 2017
fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`
Show description for 12db6bb
ankostis
authored
12db6bb
Copy full SHA for 12db6bb
Commits on Feb 2, 2017
Fix git.Commit docs typo
reuben-sutton
authored and
Byron
committed
b197de0
Copy full SHA for b197de0
Commits on Dec 31, 2016
DOC: minor typo
boidolr
committed
965ccef
Copy full SHA for 965ccef
Commits on Dec 22, 2016
fix(remote): test
Show description for ddffe26
Byron
committed
ddffe26
Copy full SHA for ddffe26
chore(lint): fix
Byron
committed
3d6e173
Copy full SHA for 3d6e173
fix(remote): set_url() uses correct argument order
Show description for 82ae723
Byron
committed
82ae723
Copy full SHA for 82ae723
fix(tag): improve tag resolution handling
Show description for 15b6bba
Byron
committed
15b6bba
Copy full SHA for 15b6bba
Commits on Dec 8, 2016
chore(lint): flake8 pacification
Byron
committed
b0c1872
Copy full SHA for b0c1872
fix(refs): handle quoted branch names
Show description for f21630b
Byron
committed
f21630b
Copy full SHA for f21630b
style(cmd): pythonize cmd-args filtering for PY26, improve docstring
Show description for f858c44
ankostis
committed
f858c44
Copy full SHA for f858c44
feat(util): export rmtree() to facilitate del of tmp-repos on Windows
Show description for 66306f1
ankostis
committed
66306f1
Copy full SHA for 66306f1
chore(repo): remove comment
Show description for 0691441
Byron
committed
0691441
Copy full SHA for 0691441
fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs
ankostis
committed
bdb4c7c
Copy full SHA for bdb4c7c
fix(leaks): repo context-man to cleanup global mman on repo-delete
Show description for f1a82e4
ankostis
committed
f1a82e4
Copy full SHA for f1a82e4
Merge pull request #541 from andy-maier/py26_fixes
Show description for 2f207e0
Byron
authored
2f207e0
Copy full SHA for 2f207e0
Merge pull request #554 from nvie/master
Show description for a8437c0
nvie
authored
a8437c0
Copy full SHA for a8437c0
Pagination
Previous
Next
You can’t perform that action at this time.