Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
TODO
on
no_devnull_open
User selector
All users
Datepicker
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
Copy full SHA for 143b927
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
Copy full SHA for 82b8902
Commits on Dec 16, 2009
Added imports for standard locking file classes into the git module
Byron
committed
a38a005
Copy full SHA for a38a005
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
Copy full SHA for 46c9a0d
Commits on Nov 4, 2009
head.checkout method added including test
Byron
committed
ace1fed
Copy full SHA for ace1fed
initial work on tutorial.rst
Byron
committed
20ef192
Copy full SHA for 20ef192
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
Copy full SHA for 43ab2af
remotes are now retrieved directly by parsing the repository configuration file. This removes a git command invocation
Byron
committed
e648efd
Copy full SHA for e648efd
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
Copy full SHA for 9b42689
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
Copy full SHA for 572ace0
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
Copy full SHA for 3cb5ba1
repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a convenient shortcut to using the classes manually
Byron
committed
dbc18b9
Copy full SHA for dbc18b9
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
Copy full SHA for ec3d916
Intermediate commit with a few added and improved tests as well as many fixes
Byron
committed
e70f321
Copy full SHA for e70f321
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
Copy full SHA for 8b51214
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
Copy full SHA for a519942
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
Copy full SHA for 146a6fe
Commits on Oct 27, 2009
implemented test for rejection handling and fixed a bug when parsing remote reference paths
Byron
committed
038f183
Copy full SHA for 038f183
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
Copy full SHA for 5047344
Commits on Oct 26, 2009
index.add: Finished implemenation including through tests
Show description for 0ef1f89
Byron
committed
0ef1f89
Copy full SHA for 0ef1f89
Merge branch 'refs' into index
Show description for 9dfd6bc
Byron
committed
9dfd6bc
Copy full SHA for 9dfd6bc
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
Copy full SHA for f9cec00
index.remove implemented including throrough test
Byron
committed
0cd09bd
Copy full SHA for 0cd09bd
Added notes about git-update-ref
Byron
committed
44a601a
Copy full SHA for 44a601a
Refs can now set the reference they are pointing to in a controlled fashion by writing their ref file directly
Byron
committed
9b9776e
Copy full SHA for 9b9776e
Implemented head methods: create, delete, rename, including tests
Byron
committed
ddc5496
Copy full SHA for ddc5496
Added frame for IndexFile add/remove/commit methods and respective test markers
Byron
committed
a7a4388
Copy full SHA for a7a4388
Added repo.index property including simple test, and additional ideas in the TODO list
Byron
committed
3d3a24b
Copy full SHA for 3d3a24b
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
Copy full SHA for d1bd99c
Adjusted tests to deal with API changes
Byron
committed
b7a5c05
Copy full SHA for b7a5c05
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Show description for 58e2157
Byron
committed
58e2157
Copy full SHA for 58e2157
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
Copy full SHA for ea33fe8
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
Copy full SHA for 20c34a9
Merge branch 'index' into improvements
Show description for 2594589
Byron
committed
2594589
Copy full SHA for 2594589
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
Copy full SHA for 33fa178
Pagination
Previous
Next
You can’t perform that action at this time.