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
TODO
on
py2
User selector
All users
All time
Commit history
Commits on May 4, 2010
TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.
Show description for 143b927
Byron
committed
143b927
View commit details
Copy full SHA for 143b927
View code at this point
Browse repository at this point
Commits on Apr 7, 2010
Used this release for a first beta of the 0.2 branch of development
Show description for 82b8902
Byron
committed
82b8902
View commit details
Copy full SHA for 82b8902
View code at this point
Browse repository at this point
Commits on Dec 16, 2009
Added imports for standard locking file classes into the git module
Byron
committed
a38a005
View commit details
Copy full SHA for a38a005
View code at this point
Browse repository at this point
Commits on Nov 5, 2009
cmd: added clear_cache method now used by test repo decorators to be sure persistent commands are killed before trying to remove the directory. Unfortunately, it still claims someone has opened the…
Show description for 46c9a0d
Byron
committed
46c9a0d
View commit details
Copy full SHA for 46c9a0d
View code at this point
Browse repository at this point
Commits on Nov 4, 2009
head.checkout method added including test
Byron
committed
ace1fed
View commit details
Copy full SHA for ace1fed
View code at this point
Browse repository at this point
initial work on tutorial.rst
Byron
committed
20ef192
View commit details
Copy full SHA for 20ef192
View code at this point
Browse repository at this point
Commits on Nov 3, 2009
refs: iter_items now imlemented natively for additional performance. We did not implement the crazy sorting feature found in git-for-each-ref though
Byron
committed
43ab2af
View commit details
Copy full SHA for 43ab2af
View code at this point
Browse repository at this point
remotes are now retrieved directly by parsing the repository configuration file. This removes a git command invocation
Byron
committed
e648efd
View commit details
Copy full SHA for e648efd
View code at this point
Browse repository at this point
Reference.from_path now only creates references, not symbolic refs. SymbolicReference.from_path creates only symbolic refs. This change was not detected by a test, hence there is room for improveme…
Show description for 9b42689
Byron
committed
9b42689
View commit details
Copy full SHA for 9b42689
View code at this point
Browse repository at this point
Now using git-update-ref and git-symbolic-ref to update references with reflog support. This should be manually implemented though for more performance, what it does is relatively easy
Byron
committed
572ace0
View commit details
Copy full SHA for 572ace0
View code at this point
Browse repository at this point
object: renamed id attribute to sha as it in fact is always being rewritten as sha, even if the passed in id was a ref. This is done to assure objects are uniquely identified and will compare corre…
Show description for 3cb5ba1
Byron
committed
3cb5ba1
View commit details
Copy full SHA for 3cb5ba1
View code at this point
Browse repository at this point
repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a convenient shortcut to using the classes manually
Byron
committed
dbc18b9
View commit details
Copy full SHA for dbc18b9
View code at this point
Browse repository at this point
Finished all push tests I could think of so far. More error cases should be studied, but they would be hard to 'produce'
Byron
committed
ec3d916
View commit details
Copy full SHA for ec3d916
View code at this point
Browse repository at this point
Intermediate commit with a few added and improved tests as well as many fixes
Byron
committed
e70f321
View commit details
Copy full SHA for e70f321
View code at this point
Browse repository at this point
Commits on Oct 28, 2009
Another attempt to make fetch emit progress information, but in fact its proven now that this is not happening if stderr is being redirected. A test is in place that will most likely fail in case t…
Show description for 8b51214
Byron
committed
8b51214
View commit details
Copy full SHA for 8b51214
View code at this point
Browse repository at this point
Tried to use shallow repository - this works in case it is remote, but unfortunately, deepening the repository fails if the server is used. This is bad, but a workaround is to create another shared…
Show description for a519942
Byron
committed
a519942
View commit details
Copy full SHA for a519942
View code at this point
Browse repository at this point
IterableList: added support for prefix allowing remote.refs.master constructs, previously it was remote.refs['%s/master'%remote]
Show description for 146a6fe
Byron
committed
146a6fe
View commit details
Copy full SHA for 146a6fe
View code at this point
Browse repository at this point
Commits on Oct 27, 2009
implemented test for rejection handling and fixed a bug when parsing remote reference paths
Byron
committed
038f183
View commit details
Copy full SHA for 038f183
View code at this point
Browse repository at this point
Added testing frame for proper fetch testing to be very sure this works as expected. Plenty of cases still to be tested
Byron
committed
5047344
View commit details
Copy full SHA for 5047344
View code at this point
Browse repository at this point
Commits on Oct 26, 2009
index.add: Finished implemenation including through tests
Show description for 0ef1f89
Byron
committed
0ef1f89
View commit details
Copy full SHA for 0ef1f89
View code at this point
Browse repository at this point
Merge branch 'refs' into index
Show description for 9dfd6bc
Byron
committed
9dfd6bc
View commit details
Copy full SHA for 9dfd6bc
View code at this point
Browse repository at this point
Commits on Oct 23, 2009
index.commit: implemented initial version, but in fact some more changes are required to have a nice API. Tests are not yet fully done either
Byron
committed
f9cec00
View commit details
Copy full SHA for f9cec00
View code at this point
Browse repository at this point
index.remove implemented including throrough test
Byron
committed
0cd09bd
View commit details
Copy full SHA for 0cd09bd
View code at this point
Browse repository at this point
Added notes about git-update-ref
Byron
committed
44a601a
View commit details
Copy full SHA for 44a601a
View code at this point
Browse repository at this point
Refs can now set the reference they are pointing to in a controlled fashion by writing their ref file directly
Byron
committed
9b9776e
View commit details
Copy full SHA for 9b9776e
View code at this point
Browse repository at this point
Implemented head methods: create, delete, rename, including tests
Byron
committed
ddc5496
View commit details
Copy full SHA for ddc5496
View code at this point
Browse repository at this point
Added frame for IndexFile add/remove/commit methods and respective test markers
Byron
committed
a7a4388
View commit details
Copy full SHA for a7a4388
View code at this point
Browse repository at this point
Added repo.index property including simple test, and additional ideas in the TODO list
Byron
committed
3d3a24b
View commit details
Copy full SHA for 3d3a24b
View code at this point
Browse repository at this point
Commits on Oct 22, 2009
SymbolicReferences can now change they references safely as I think and well controlled, including test.
Show description for d1bd99c
Byron
committed
d1bd99c
View commit details
Copy full SHA for d1bd99c
View code at this point
Browse repository at this point
Adjusted tests to deal with API changes
Byron
committed
b7a5c05
View commit details
Copy full SHA for b7a5c05
View code at this point
Browse repository at this point
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Show description for 58e2157
Byron
committed
58e2157
View commit details
Copy full SHA for 58e2157
View code at this point
Browse repository at this point
Index: Is now diffable and appears to properly implement diffing against other items as well as the working tree
Show description for ea33fe8
Byron
committed
ea33fe8
View commit details
Copy full SHA for ea33fe8
View code at this point
Browse repository at this point
Added reset method to Head - its a class method due to the very general nature of the command. Yet I don't really like the way you have to call it as repo has to be ṕassed as first arg
Byron
committed
20c34a9
View commit details
Copy full SHA for 20c34a9
View code at this point
Browse repository at this point
Merge branch 'index' into improvements
Show description for 2594589
Byron
committed
2594589
View commit details
Copy full SHA for 2594589
View code at this point
Browse repository at this point
added Object.data_stream property allowing to stream object data directly.Considering the implementation of the git commnd which temporarily keeps it in a cache, it doesnt make a huge diffence as t…
Show description for 33fa178
Byron
committed
33fa178
View commit details
Copy full SHA for 33fa178
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.