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
Branch selector
no_devnull_open
User selector
All users
All time
Commit history
Commits on Feb 10, 2017
fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`
Show description for 12db6bb
ankostis
authored
12db6bb
View commit details
Copy full SHA for 12db6bb
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
Browse repository at this point
Commits on Jan 15, 2017
Merge pull request #574 from vokimon/patch-2
Show description for 552a0aa
Byron
authored
552a0aa
View commit details
Copy full SHA for 552a0aa
Browse repository at this point
pip install using camellcase package name
David García Garzón
authored
0e0b97b
View commit details
Copy full SHA for 0e0b97b
Browse repository at this point
Commits on Jan 2, 2017
Merge pull request #566 from boidolr/master
Show description for f2ad9a2
Byron
authored
f2ad9a2
View commit details
Copy full SHA for f2ad9a2
Browse repository at this point
Commits on Dec 31, 2016
DOC: minor typo
boidolr
committed
965ccef
View commit details
Copy full SHA for 965ccef
Browse repository at this point
Commits on Dec 22, 2016
fix(remote): test
Show description for ddffe26
Byron
committed
ddffe26
View commit details
Copy full SHA for ddffe26
Browse repository at this point
chore(lint): fix
Byron
committed
3d6e173
View commit details
Copy full SHA for 3d6e173
Browse repository at this point
fix(remote): set_url() uses correct argument order
Show description for 82ae723
Byron
committed
82ae723
View commit details
Copy full SHA for 82ae723
Browse repository at this point
fix(tag): improve tag resolution handling
Show description for 15b6bba
Byron
committed
15b6bba
View commit details
Copy full SHA for 15b6bba
Browse repository at this point
Commits on Dec 8, 2016
chore(version): 2.1.1
Byron
committed
c823d48
View commit details
Copy full SHA for c823d48
Browse repository at this point
chore(lint): flake8 pacification
Byron
committed
b0c1872
View commit details
Copy full SHA for b0c1872
Browse repository at this point
fix(refs): handle quoted branch names
Show description for f21630b
Byron
committed
f21630b
View commit details
Copy full SHA for f21630b
Browse repository at this point
chore(repo): remove comment
Show description for 0691441
Byron
committed
0691441
View commit details
Copy full SHA for 0691441
Browse repository at this point
Merge pull request #541 from andy-maier/py26_fixes
Show description for 2f207e0
Byron
authored
2f207e0
View commit details
Copy full SHA for 2f207e0
Browse repository at this point
Merge pull request #554 from nvie/master
Show description for a8437c0
nvie
authored
a8437c0
View commit details
Copy full SHA for a8437c0
Browse repository at this point
chore(lint): flake8
Show description for b06b13e
Byron
committed
b06b13e
View commit details
Copy full SHA for b06b13e
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
Browse repository at this point
Commits on Dec 7, 2016
Don't change the meaning of string literals
nvie
committed
bbf02e0
View commit details
Copy full SHA for bbf02e0
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
Browse repository at this point
Commits on Oct 22, 2016
Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankostis-win_mmap
Byron
committed
5149c80
View commit details
Copy full SHA for 5149c80
Browse repository at this point
chore(version-up): v2.1.0
Show description for 8c3a688
Byron
committed
8c3a688
View commit details
Copy full SHA for 8c3a688
Browse repository at this point
Merge pull request #537 from ankostis/exp_git_dir
Show description for 4754fa1
Byron
authored
4754fa1
View commit details
Copy full SHA for 4754fa1
Browse repository at this point
fix(win_mmap): unmark hidden win_errors due to smmap unicode foes
Show description for 9db2ff1
ankostis
committed
9db2ff1
View commit details
Copy full SHA for 9db2ff1
Browse repository at this point
fix(repo): Use GIT_DIR only if no repo-path given
Show description for 5fac8d4
ankostis
committed
5fac8d4
View commit details
Copy full SHA for 5fac8d4
Browse repository at this point
Merge remote-tracking branch 'origin/master' into exp_git_dir
ankostis
committed
a25365f
View commit details
Copy full SHA for a25365f
Browse repository at this point
submodule-TCs: stop monekypatching smmap.MapRegion with files in Windows
Show description for 3910abf
ankostis
committed
3910abf
View commit details
Copy full SHA for 3910abf
Browse repository at this point
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-cygwin
Byron
committed
caa0ea7
View commit details
Copy full SHA for caa0ea7
Browse repository at this point
Commits on Oct 20, 2016
Merge pull request #539 from bryant1410/typos
Show description for afcd64e
ankostis
authored
afcd64e
View commit details
Copy full SHA for afcd64e
Browse repository at this point
Fix some typos
bryant1410
committed
66c41eb
View commit details
Copy full SHA for 66c41eb
Browse repository at this point
Commits on Oct 19, 2016
Merge with latest branch 'exp_git_dir'
Show description for 76ac61a
ankostis
committed
76ac61a
View commit details
Copy full SHA for 76ac61a
Browse repository at this point
repo: minor code and doc correcions.
Show description for 9d5d143
ankostis
committed
9d5d143
View commit details
Copy full SHA for 9d5d143
Browse repository at this point
FIX #535: expand also GIT_DIR var on Repo-construct
Show description for b29388a
ankostis
committed
b29388a
View commit details
Copy full SHA for b29388a
Browse repository at this point
Merge pull request #536 from bpoldrack/nf-persistent-git-options
Show description for aab7dc2
ankostis
authored
aab7dc2
View commit details
Copy full SHA for aab7dc2
Browse repository at this point
Fix flake8 error
bpoldrack
committed
bf8ce94
View commit details
Copy full SHA for bf8ce94
Browse repository at this point
Previous
Next
You can’t perform that action at this time.