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 }}
tmzullinger
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 23, 2011
Handle indented comments in git config files
Show description for 6925345
tmzullinger
committed
6925345
View commit details
Copy full SHA for 6925345
Browse repository at this point
Commits on May 19, 2011
Merge pull request #16 from mike-perdide/master
Show description for 35bceb1
Byron
committed
35bceb1
View commit details
Copy full SHA for 35bceb1
Browse repository at this point
Making comparisons with non-GitPython objects more tolerant.
Julien Miotte
committed
0968971
View commit details
Copy full SHA for 0968971
Browse repository at this point
Commits on May 1, 2011
added test & fix for mangled tagger names
orestis
committed
e7fa5ef
View commit details
Copy full SHA for e7fa5ef
Browse repository at this point
Commits on Apr 2, 2011
Added downloadable versions of the respective documentation, which should aid packagers a bit
Byron
committed
a98e0af
View commit details
Copy full SHA for a98e0af
Browse repository at this point
Commits on Feb 22, 2011
Fixed incorrect handling of rev_parse if it was fed with branches that looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out
Byron
committed
96c7ac2
View commit details
Copy full SHA for 96c7ac2
Browse repository at this point
Commits on Jan 17, 2011
setup.py: fixed incorrect handling of toplevel package path - I must have been very confused when setting it up that way
Byron
committed
5eb7fd3
View commit details
Copy full SHA for 5eb7fd3
Browse repository at this point
git.repo.base: substituted all usages of the active_branch property with self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads
Byron
committed
031271e
View commit details
Copy full SHA for 031271e
Browse repository at this point
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
View commit details
Copy full SHA for b4b50e7
Browse repository at this point
sleep ui hack fix: removed platform.system() to use sys.platform instead, as platform.system makes a system call itself
Byron
committed
460cafb
View commit details
Copy full SHA for 460cafb
Browse repository at this point
Commits on Jan 6, 2011
blob: Added class level members to represent valid file modes that can be used if you create a new blob
Byron
committed
6720e8d
View commit details
Copy full SHA for 6720e8d
Browse repository at this point
Merge remote branch 'ahgutsche/master'
Byron
committed
1ab1694
View commit details
Copy full SHA for 1ab1694
Browse repository at this point
Added the bugfix code as a utility function to be reused wherever this specific subprocess bug occurs.
Andreas Gutsche
committed
b424f87
View commit details
Copy full SHA for b424f87
Browse repository at this point
Hacked the wait function so that it works with pyside in OS X by using "sleep()".
Andreas Gutsche
committed
46f63c3
View commit details
Copy full SHA for 46f63c3
Browse repository at this point
Commits on Dec 3, 2010
Merge branch 'fix'
Byron
committed
56488ce
View commit details
Copy full SHA for 56488ce
Browse repository at this point
submodule.add: handles addition of repositories with a specific branch correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is …
Show description for 96d003c
Byron
committed
96d003c
View commit details
Copy full SHA for 96d003c
Browse repository at this point
Commits on Dec 1, 2010
setup .gitmodules to use a tracking branch automatically
Byron
committed
294ee69
View commit details
Copy full SHA for 294ee69
Browse repository at this point
Fixed bug, which was so obvious that I am wondering how none of the test ran into that, or at least triggered it
Byron
committed
87ae425
View commit details
Copy full SHA for 87ae425
Browse repository at this point
Commits on Nov 30, 2010
Submodule tests are functional once again.
Show description for f631214
Byron
committed
f631214
View commit details
Copy full SHA for f631214
Browse repository at this point
Fixed import of gitdb, keeping changed gitdb commit so that the submodule tests may work.
Show description for 468cad6
Byron
committed
468cad6
View commit details
Copy full SHA for 468cad6
Browse repository at this point
Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious
Byron
committed
1053448
View commit details
Copy full SHA for 1053448
Browse repository at this point
remote: fixed incorrect call signature when instantiating GitCommandError
Byron
committed
90b20e5
View commit details
Copy full SHA for 90b20e5
Browse repository at this point
Commits on Nov 26, 2010
Commit.create_from_tree used a now renamed keyword parameter - no test-case ever runs this code, which is still an issue
Byron
committed
2fbb702
View commit details
Copy full SHA for 2fbb702
Browse repository at this point
Commits on Nov 25, 2010
-#######->WARNING<-####### Directory structure changed, see commit message
Show description for f8ce24a
Byron
committed
f8ce24a
View commit details
Copy full SHA for f8ce24a
Browse repository at this point
update setup.py to allow binary builds, which is required for installation and distribution
Byron
committed
9004e3a
View commit details
Copy full SHA for 9004e3a
Browse repository at this point
Updated information files
Byron
committed
0cfe75d
View commit details
Copy full SHA for 0cfe75d
Browse repository at this point
Fixed setup tools
Byron
committed
f24736a
View commit details
Copy full SHA for f24736a
Browse repository at this point
Fixed docs
Byron
committed
3b2e9a8
View commit details
Copy full SHA for 3b2e9a8
Browse repository at this point
Fixed all testcases
Byron
committed
e86eb30
View commit details
Copy full SHA for e86eb30
Browse repository at this point
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
View commit details
Copy full SHA for cb68eef
Browse repository at this point
submodule.update: the actual update will now mention the revision to which it updates
Show description for 65747a2
Byron
committed
65747a2
View commit details
Copy full SHA for 65747a2
Browse repository at this point
Merge branch 'submodupdate'
Byron
committed
d0f24c9
View commit details
Copy full SHA for d0f24c9
Browse repository at this point
Implemented dry_run mode including tests for RootModule.update and Submodule
Byron
committed
523fb31
View commit details
Copy full SHA for 523fb31
Browse repository at this point
Integrated progress updates into all submodule.update methods.
Show description for d810f27
Byron
committed
d810f27
View commit details
Copy full SHA for d810f27
Browse repository at this point
Commits on Nov 24, 2010
Submodule: Added dry_run and progress parameter to the update method. It is copatible to the RemoteProgress and should satisfy all progress needs. Dryrun will be useful in conjunction with the prog…
Show description for 2c12fef
Byron
committed
2c12fef
View commit details
Copy full SHA for 2c12fef
Browse repository at this point
Previous
Next
You can’t perform that action at this time.