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
Type
/
to 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
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
3
Discussions
Actions
Security and quality
26
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
CHANGES
on
fix-ci
User selector
All users
All time
Commit history
Commits on Jun 22, 2021
Fix link to latest changelog
michael-k
authored and
Byron
committed
8340e0b
View commit details
Copy full SHA for 8340e0b
View code at this point
Browse repository at this point
Commits on May 24, 2016
Fix link to latest changelog
nvie
committed
b6a6a10
View commit details
Copy full SHA for b6a6a10
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Fixes #122
Show description for 616ae50
Byron
committed
616ae50
View commit details
Copy full SHA for 616ae50
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Updated information files
Byron
committed
0cfe75d
View commit details
Copy full SHA for 0cfe75d
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 Jun 29, 2010
Removed blob.data property as there is no real reason for an exception to the rule of trying not to cache possibly heavy data. The data_stream method should be used instead
Byron
committed
18be097
View commit details
Copy full SHA for 18be097
View code at this point
Browse repository at this point
Renamed modules utils to util, and errors to exc to be more conforming to the submodules's naming conventions
Byron
committed
77cd665
View commit details
Copy full SHA for 77cd665
View code at this point
Browse repository at this point
Commits on Jun 25, 2010
Adjusted all files to (hopefully) deal with the fact that all objects now use 20 byte sha's internally as it is closer to the GitDB implementation
Show description for 47e3138
Byron
committed
47e3138
View commit details
Copy full SHA for 47e3138
View code at this point
Browse repository at this point
Commits on Jun 24, 2010
aggressive_tree_merge: fixed incorrect handling of one branch, it was just not implemented causing incorrect merge results. Added test to cover this issue
Show description for 55dcc17
Byron
committed
55dcc17
View commit details
Copy full SHA for 55dcc17
View code at this point
Browse repository at this point
Commits on Jun 21, 2010
index.write_tree: initial version implemented, although its not yet working correctly, a test to explicitly compare the git version with the python implementation is still missing
Show description for 69dd875
Byron
committed
69dd875
View commit details
Copy full SHA for 69dd875
View code at this point
Browse repository at this point
index: put serialization methods into new 'fun' module, this makes the calls faster as it removes one level of indirection, and makes the main file smaller, improving maintainability
Byron
committed
1044116
View commit details
Copy full SHA for 1044116
View code at this point
Browse repository at this point
Commits on Jun 14, 2010
Reimplemented Lock handling to be conforming to the git lock protocol, which is actually more efficient than the previous implementation
Show description for 06590ae
Byron
committed
06590ae
View commit details
Copy full SHA for 06590ae
View code at this point
Browse repository at this point
Commits on Jun 3, 2010
commit.create_from_tree now uses pure python implementation, fixed message parsing which truncated newlines although it was ilegitimate. Its up to the reader to truncate therse, nowhere in the git …
Show description for 1e2b461
Byron
committed
1e2b461
View commit details
Copy full SHA for 1e2b461
View code at this point
Browse repository at this point
Commits on Jun 1, 2010
commit: initial version of commit_from_tree which could create commit objects if it could serialize itself
Byron
committed
df08923
View commit details
Copy full SHA for df08923
View code at this point
Browse repository at this point
Commits on Dec 3, 2009
repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories
Byron
committed
c05ef0e
View commit details
Copy full SHA for c05ef0e
View code at this point
Browse repository at this point
Commits on Oct 23, 2009
commit.name_rev property added for convenience
Byron
committed
1b89f39
View commit details
Copy full SHA for 1b89f39
View code at this point
Browse repository at this point
Commits on Oct 22, 2009
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
Added frame for new Repo handling and some neat decorators, including tests that test whether the testing framework does what it should
Byron
committed
bb0ac30
View commit details
Copy full SHA for bb0ac30
View code at this point
Browse repository at this point
Updated CHANGES file to indicate addition of index class
Byron
committed
59e2643
View commit details
Copy full SHA for 59e2643
View code at this point
Browse repository at this point
Git.cmd: removed with_raw_output option
Show description for f62c9b9
Byron
committed
f62c9b9
View commit details
Copy full SHA for f62c9b9
View code at this point
Browse repository at this point
Commits on Oct 21, 2009
remote: Added fetch, pull, push methods to the interface to make these operations more convenient, like repo.remotes.origin.fetch
Byron
committed
3c9f55d
View commit details
Copy full SHA for 3c9f55d
View code at this point
Browse repository at this point
Commits on Oct 20, 2009
Fixed bare repository handling - bare is now a property to prevent writing it
Byron
committed
dd76b9e
View commit details
Copy full SHA for dd76b9e
View code at this point
Browse repository at this point
Commits on Oct 19, 2009
Improved is_dirty including test
Byron
committed
e64957d
View commit details
Copy full SHA for e64957d
View code at this point
Browse repository at this point
Implemneted IterableLists for refs, commits and remote objects including simple tests
Byron
committed
9896717
View commit details
Copy full SHA for 9896717
View code at this point
Browse repository at this point
commit.count: is an instance method now
Show description for 0b3ecf2
Byron
committed
0b3ecf2
View commit details
Copy full SHA for 0b3ecf2
View code at this point
Browse repository at this point
repo.remote method added
Show description for 11b1f6e
Byron
committed
11b1f6e
View commit details
Copy full SHA for 11b1f6e
View code at this point
Browse repository at this point
Commits on Oct 18, 2009
DiffIndex implemented including test
Byron
committed
9acc780
View commit details
Copy full SHA for 9acc780
View code at this point
Browse repository at this point
Commits on Oct 16, 2009
added Diffable interface to objects.base, its used by Commit and Tree objects.
Show description for b372e26
Byron
committed
b372e26
View commit details
Copy full SHA for b372e26
View code at this point
Browse repository at this point
Fixed object bug that would cause object ids not to be resolved to sha's as this was assumed - now there is a test for it as well
Show description for bb24f67
Byron
committed
bb24f67
View commit details
Copy full SHA for bb24f67
View code at this point
Browse repository at this point
repo.untracked_files added including test
Byron
committed
919164d
View commit details
Copy full SHA for 919164d
View code at this point
Browse repository at this point
Commits on Oct 15, 2009
Improved archive function by allowing it to directly write to an output stream - previously it would cache everything to memory and try to provide zipping functionality itself
Show description for b67bd4c
Byron
committed
b67bd4c
View commit details
Copy full SHA for b67bd4c
View code at this point
Browse repository at this point
repo: made init and clone methods less specific, previously they wanted to do it 'barely' only. New method names closely follow the default git command names
Byron
committed
00c5497
View commit details
Copy full SHA for 00c5497
View code at this point
Browse repository at this point
repo.commit_delta_base: removed
Byron
committed
806450d
View commit details
Copy full SHA for 806450d
View code at this point
Browse repository at this point
repo: removed commits_between but added a note about how this can be achieved using the iter_commits method; reorganized methods within the type as a start for more interface changes
Byron
committed
9f51eeb
View commit details
Copy full SHA for 9f51eeb
View code at this point
Browse repository at this point
Added Commit.iter_parents to iterate all parents
Show description for 9ce1193
Byron
committed
9ce1193
View commit details
Copy full SHA for 9ce1193
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.