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 }}
jstacoder
/
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
cmd.py
on
0.3
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 6, 2011
cmd: on windows, we will now fallback to using git.cmd, as the default installation puts it into the path, instead of git.exe. Of course we warn about the performance penalty that goes with it. For…
Show description for d6d544f
Byron
committed
d6d544f
Copy full SHA for d6d544f
Commits on Jul 5, 2011
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Byron
committed
7dcb079
Copy full SHA for 7dcb079
Commits on Jun 13, 2011
Fixed implementation of _version_info which didn't work for python 2.4 thanks to the rpartition method. omg
Byron
committed
5127e16
Copy full SHA for 5127e16
Commits on Jun 7, 2011
git.version_info now returns exactly 4 numbers
Byron
committed
c3b7263
Copy full SHA for c3b7263
Fixed up docs in preparation for the new 0.3.1 release
Byron
committed
e052409
Copy full SHA for e052409
Added version_info property to git command. Its cached and efficient, including test
Byron
committed
e583a9e
Copy full SHA for e583a9e
Commits on Jan 12, 2011
OSX Signal handling: removed previous hack to fix it somehow using sleep - the error was caused by PySide which, when instantiating a QApplication, changed the signal handlers to interrupt, instead…
Show description for b4b50e7
Byron
committed
b4b50e7
Copy full SHA for b4b50e7
Commits on Jan 6, 2011
Added the bugfix code as a utility function to be reused wherever this specific subprocess bug occurs.
Andreas Gutsche
committed
b424f87
Copy full SHA for b424f87
Hacked the wait function so that it works with pyside in OS X by using "sleep()".
Andreas Gutsche
committed
46f63c3
Copy full SHA for 46f63c3
Commits on Nov 25, 2010
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
Copy full SHA for cb68eef
Loading
You can’t perform that action at this time.