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 }}
sugi
/
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
doc
on
signed-commit
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 5, 2011
Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs
Byron
committed
f1a2a4c
View commit details
Copy full SHA for f1a2a4c
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
clone and clone_from methods now support the RemoteProgress interface, using similar functionality as used by the fetch, push and pull methods
Byron
committed
09517bd
View commit details
Copy full SHA for 09517bd
View code at this point
Browse repository at this point
Added version_info property to git command
Byron
committed
63a0bbe
View commit details
Copy full SHA for 63a0bbe
View code at this point
Browse repository at this point
Commits on May 30, 2011
Fixed tests far enough to allow basic repository tests to be applied to any of the new database types. This reduces code duplication to the mere minimum, but allows custom tests to be added on top …
Show description for 024adf3
Byron
committed
024adf3
View commit details
Copy full SHA for 024adf3
View code at this point
Browse repository at this point
Commits on May 29, 2011
Intermediate commit with quite some progress in order to put all extra methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed …
Show description for 0996049
Byron
committed
0996049
View commit details
Copy full SHA for 0996049
View code at this point
Browse repository at this point
Commits on May 6, 2011
Started to fix imports - tests still have no chance to work as database changed drastically. Now the actual work begins
Byron
committed
7ae36c3
View commit details
Copy full SHA for 7ae36c3
View code at this point
Browse repository at this point
Commits on Apr 29, 2011
Moved rev_parse code into gitdb, this probably broke pretty much here, which is still to be fixed of course
Byron
committed
3fe1a7f
View commit details
Copy full SHA for 3fe1a7f
View code at this point
Browse repository at this point
Commits on Apr 7, 2011
Removed all parts of the reference implementation which doesn't require the git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should hav…
Show description for e77d2d0
Byron
committed
e77d2d0
View commit details
Copy full SHA for e77d2d0
View code at this point
Browse repository at this point
Commits on Apr 5, 2011
Moved push and fetch methods partly from remote to the gitcmdobjdb implementation, including related types. It doesn't yet work, and the omnipresence of the repo imposes a problem right now, as the…
Show description for 8af9416
Byron
committed
8af9416
View commit details
Copy full SHA for 8af9416
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
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
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Fixed docs
Byron
committed
3b2e9a8
View commit details
Copy full SHA for 3b2e9a8
View code at this point
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
View code at this point
Browse repository at this point
Adjusted all Head.create calls to set a logmessage similar to the one git uses
Byron
committed
968ffb2
View commit details
Copy full SHA for 968ffb2
View code at this point
Browse repository at this point
RefLog: added entry_at method, which is a faster way of reading single entries, including test
Byron
committed
98a3133
View commit details
Copy full SHA for 98a3133
View code at this point
Browse repository at this point
Made previously protected methods public to introduce a method with reflog support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For detail…
Show description for a17c43d
Byron
committed
a17c43d
View commit details
Copy full SHA for a17c43d
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
repo.rev_parse: Added support for simple log parsing - dates are not yet supported, mainly because I don't need it
Byron
committed
5bd7d44
View commit details
Copy full SHA for 5bd7d44
View code at this point
Browse repository at this point
Documentation is now being built for all new modules
Byron
committed
9ccd777
View commit details
Copy full SHA for 9ccd777
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
updated changelog
Byron
committed
6befb28
View commit details
Copy full SHA for 6befb28
View code at this point
Browse repository at this point
Fixed API reference docs as far as possible
Byron
committed
0b81337
View commit details
Copy full SHA for 0b81337
View code at this point
Browse repository at this point
docs: added final docs for version 0.3.0, started new release 0.3.1
Byron
committed
9d6310d
View commit details
Copy full SHA for 9d6310d
View code at this point
Browse repository at this point
Commits on Nov 18, 2010
Updated tutorial with a brief introduction to submodules
Show description for a25e1d4
Byron
committed
a25e1d4
View commit details
Copy full SHA for a25e1d4
View code at this point
Browse repository at this point
Commits on Nov 10, 2010
tutorial: Fixed incorrect initialization code for bare repo, thank you, Bryan Bishop
Byron
committed
a1d1d2c
View commit details
Copy full SHA for a1d1d2c
View code at this point
Browse repository at this point
Commits on Oct 27, 2010
docs: untracked_files is a property, but was used like a function, see http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en
Byron
committed
97ab197
View commit details
Copy full SHA for 97ab197
View code at this point
Browse repository at this point
Commits on Oct 15, 2010
Added unicode handling for author names. They will now be properly encoded into the byte stream, as well as decoded from it
Byron
committed
0019d7d
View commit details
Copy full SHA for 0019d7d
View code at this point
Browse repository at this point
Commits on Jul 14, 2010
Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a few more resT syntax errors on the way
Byron
committed
17a1729
View commit details
Copy full SHA for 17a1729
View code at this point
Browse repository at this point
Commits on Jul 9, 2010
bumped verison to 0.3.0 beta2
Show description for 258403d
Byron
committed
258403d
View commit details
Copy full SHA for 258403d
View code at this point
Browse repository at this point
Commits on Jul 2, 2010
Fixed broken 0.2 documentation, it didn't contain the API reference previously due to import errors and a somewhat inconsistent working tree that occurred when switching branches ...
Byron
committed
f683c66
View commit details
Copy full SHA for f683c66
View code at this point
Browse repository at this point
Commits on Jul 1, 2010
Added doc-index, which helps to keep documentation of prior but still somewhat supported versions alive
Byron
committed
c3bd05b
View commit details
Copy full SHA for c3bd05b
View code at this point
Browse repository at this point
Moved all source files into the source folder, separating the build from the source directory
Byron
committed
d2ebc61
View commit details
Copy full SHA for d2ebc61
View code at this point
Browse repository at this point
Added further information about the required submodules, and how to install them. Incremeneted version to 0.3.0 beta1
Byron
committed
28a33ca
View commit details
Copy full SHA for 28a33ca
View code at this point
Browse repository at this point
Commits on Jun 29, 2010
Added whatsnew and put it into the index
Show description for fde6522
Byron
committed
fde6522
View commit details
Copy full SHA for fde6522
View code at this point
Browse repository at this point
revised tutorial to match the changed usage, added basic information about object databases
Byron
committed
0369384
View commit details
Copy full SHA for 0369384
View code at this point
Browse repository at this point
Updated and fixed sphinx API docs, which included one quick skim-through
Byron
committed
160081b
View commit details
Copy full SHA for 160081b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.