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 }}
og-python-scripts
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
submodule
on
issue-232-reproduction
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 15, 2015
Fixed previously failing test
Show description for a9a5414
Byron
committed
a9a5414
View commit details
Copy full SHA for a9a5414
View code at this point
Browse repository at this point
Submodule.add() can now handle absolute module paths in agreement to the doc string.
Show description for 508807e
Byron
committed
508807e
View commit details
Copy full SHA for 508807e
View code at this point
Browse repository at this point
For some reason, the new submodule test still broke on py3
Show description for b259098
Byron
committed
b259098
View commit details
Copy full SHA for b259098
View code at this point
Browse repository at this point
Added the first submodule will no longer cause an IOError.
Show description for 27c31e2
Byron
committed
27c31e2
View commit details
Copy full SHA for 27c31e2
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
test_repo works
Byron
committed
a05e49d
View commit details
Copy full SHA for a05e49d
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
Fixed io types to make tests work on PY2 once again.
Show description for bc8c912
Byron
committed
bc8c912
View commit details
Copy full SHA for bc8c912
View code at this point
Browse repository at this point
Commits on Jan 4, 2015
Dum brute force conversion of all types.
Show description for ae2ff0f
Byron
committed
ae2ff0f
View commit details
Copy full SHA for ae2ff0f
View code at this point
Browse repository at this point
initial set of adjustments to make (most) imports work.
Show description for f6aa8d1
Byron
committed
f6aa8d1
View commit details
Copy full SHA for f6aa8d1
View code at this point
Browse repository at this point
Replaced ordered dict with standard version; used logging module
Show description for 6f55c17
Byron
committed
6f55c17
View commit details
Copy full SHA for 6f55c17
View code at this point
Browse repository at this point
Bumped version, updated changelog, reduced code smell
Show description for c80d727
Byron
committed
c80d727
View commit details
Copy full SHA for c80d727
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Applied autopep8
Show description for 2572647
Byron
committed
2572647
View commit details
Copy full SHA for 2572647
View code at this point
Browse repository at this point
Backport of https://github.com/gitpython-developers/GitPython/pull/118
Byron
committed
123cb67
View commit details
Copy full SHA for 123cb67
View code at this point
Browse repository at this point
Commits on Nov 16, 2014
pep8 linting (trailing whitespace)
Show description for c8e7074
hashar
committed
c8e7074
View commit details
Copy full SHA for c8e7074
View code at this point
Browse repository at this point
pep8 linting (whitespace before/after)
Show description for 614907b
hashar
committed
614907b
View commit details
Copy full SHA for 614907b
View code at this point
Browse repository at this point
pep8 linting (blank lines expectations)
Show description for be34ec2
hashar
committed
be34ec2
View commit details
Copy full SHA for be34ec2
View code at this point
Browse repository at this point
pep8 linting (whitespaces)
Show description for f5d11b7
hashar
committed
f5d11b7
View commit details
Copy full SHA for f5d11b7
View code at this point
Browse repository at this point
Commits on May 1, 2014
Make sure that branches looking like a numeric scalar will not become number type in python.
Show description for 9e91a05
Byron
committed
9e91a05
View commit details
Copy full SHA for 9e91a05
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
tabs to 4 spaces - this won't make integrating the patches easier, but it's probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
Byron
committed
f573b68
View commit details
Copy full SHA for f573b68
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Submodule now uses a specialized method to remove its trees to allow read-only files to be removed on windows as well
Byron
committed
9b6f38d
View commit details
Copy full SHA for 9b6f38d
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
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
View code at this point
Browse repository at this point
Commits on Dec 1, 2010
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
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Moved everything into the git subdirectory - some tests still need to be adjusted
Byron
committed
cb68eef
View commit details
Copy full SHA for cb68eef
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.