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
.
pythonthings
/
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
Breadcrumbs
History for
GitPython
git
on
fe311b9
User selector
All users
Datepicker
All time
Commit history
Commits on May 16, 2014
Fix for #142. Simply ignores lines that begin with ' ='
dfedelz
committed
fe311b9
View commit details
Copy full SHA for fe311b9
View code at this point
Browse repository at this point
Commits on May 9, 2014
Fix typo in untracked_files
s1341
committed
3ea4501
View commit details
Copy full SHA for 3ea4501
View code at this point
Browse repository at this point
Commits on May 6, 2014
Fix for untracked_files no longer detected #138
maxyz
committed
4a023ac
View commit details
Copy full SHA for 4a023ac
View code at this point
Browse repository at this point
Commits on May 4, 2014
Added support for travis ci
Byron
committed
1f225d4
View commit details
Copy full SHA for 1f225d4
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 Apr 27, 2014
Merge pull request #156 from remram44/fix-git-in-submodule
Show description for 673b21e
Byron
committed
673b21e
View commit details
Copy full SHA for 673b21e
View code at this point
Browse repository at this point
Commits on Apr 25, 2014
add git command options
Show description for f5ec638
Eric Brunson
committed
f5ec638
View commit details
Copy full SHA for f5ec638
View code at this point
Browse repository at this point
add git command options
Show description for f2df73b
Eric Brunson
committed
f2df73b
View commit details
Copy full SHA for f2df73b
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
Fixes creating a Repo for a submodule
Show description for ec0b85e
remram44
committed
ec0b85e
View commit details
Copy full SHA for ec0b85e
View code at this point
Browse repository at this point
Commits on Apr 23, 2014
add git command options
Show description for e54cd8f
Eric Brunson
committed
e54cd8f
View commit details
Copy full SHA for e54cd8f
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
Fixed undefined variable 'path' in Reference
goerz
committed
7067058
View commit details
Copy full SHA for 7067058
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Minor modifications to get tests back to work.
Show description for dbe78c0
Byron
committed
dbe78c0
View commit details
Copy full SHA for dbe78c0
View code at this point
Browse repository at this point
Adjusted required versions of pre-requisites, now the majority of the tests work
Byron
committed
e4654ca
View commit details
Copy full SHA for e4654ca
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 Jul 24, 2012
Fixed typo which for some reason came in unnoticed
Sebastian Thiel
committed
0b820e6
View commit details
Copy full SHA for 0b820e6
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
updated gitdb to latest version
Sebastian Thiel
committed
da5e58a
View commit details
Copy full SHA for da5e58a
View code at this point
Browse repository at this point
Submodule update to latest version
Sebastian Thiel
committed
a2b9ac3
View commit details
Copy full SHA for a2b9ac3
View code at this point
Browse repository at this point
Commits on Jan 10, 2012
Ignore progress lines from the git http backend that start w/ POST ...
gsoltis
committed
8c2e872
View commit details
Copy full SHA for 8c2e872
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
fixed testcase
Show description for d5cbe7d
Byron
committed
d5cbe7d
View commit details
Copy full SHA for d5cbe7d
View code at this point
Browse repository at this point
new blame test added
Show description for 55885e0
Byron
committed
55885e0
View commit details
Copy full SHA for 55885e0
View code at this point
Browse repository at this point
Fixed consecutive lines with same blame info not appearing in blame.
Show description for 1f6b8bf
devnev
authored and
Byron
committed
1f6b8bf
View commit details
Copy full SHA for 1f6b8bf
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for d6d544f
View code at this point
Browse repository at this point
Commits on Jul 5, 2011
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Byron
committed
7dcb079
View commit details
Copy full SHA for 7dcb079
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Basic remote functionality moved to Reference type, as it can in fact be useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on…
Show description for a92ab80
Byron
committed
a92ab80
View commit details
Copy full SHA for a92ab80
View code at this point
Browse repository at this point
Fetch info can now deal much better with non-default ref specs, fixes #24, #25
Byron
committed
c555840
View commit details
Copy full SHA for c555840
View code at this point
Browse repository at this point
refs: added constructor flag to allow refs to be instatiated from any path, including simple test
Byron
committed
916c45d
View commit details
Copy full SHA for 916c45d
View code at this point
Browse repository at this point
Fixes #23
Byron
committed
e94df6a
View commit details
Copy full SHA for e94df6a
View code at this point
Browse repository at this point
Commits on Jun 13, 2011
Bumped version to 0.3.2. Using the latest version of gitdb
Byron
committed
e9bd048
View commit details
Copy full SHA for e9bd048
View code at this point
Browse repository at this point
test_submodule doesn't assume latest version of gitdb anymore
Byron
committed
85b836b
View commit details
Copy full SHA for 85b836b
View code at this point
Browse repository at this point
Fixed implementation of _version_info which didn't work for python 2.4 thanks to the rpartition method. omg
Byron
committed
5127e16
View commit details
Copy full SHA for 5127e16
View code at this point
Browse repository at this point
fixed test_repo to deal with new and old versions of the gitdb. windows is now ready to ship, regarding the test cases at least
Byron
committed
c437ee5
View commit details
Copy full SHA for c437ee5
View code at this point
Browse repository at this point
fixed submodule test to work on windows
Byron
committed
9e4a44b
View commit details
Copy full SHA for 9e4a44b
View code at this point
Browse repository at this point
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
Made remote line parsing more stable. On windows it can be that we encounter partial or intermixed lines from the pipe. This really shouldn't be, but its windows so it happens
Byron
committed
59587d8
View commit details
Copy full SHA for 59587d8
View code at this point
Browse repository at this point
test_submodule: Will now load everything into memory if smmap is present, to help the submodule test to work even on windows
Byron
committed
48fab54
View commit details
Copy full SHA for 48fab54
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.