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
lib
git
on
0.1
User selector
All users
All time
Commit history
Commits on Nov 6, 2010
Some cleanup of Daniels contribution. Now it appears to be ready for a merge
Byron
committed
90d73cd
View commit details
Copy full SHA for 90d73cd
View code at this point
Browse repository at this point
Commits on Oct 30, 2010
FIxing unit tests that expect failures when trees with Submodules are traversed.
dvdotsenko
committed
13dda30
View commit details
Copy full SHA for 13dda30
View code at this point
Browse repository at this point
Fixing recursion issue introduced with submodule support
dvdotsenko
committed
61dbe88
View commit details
Copy full SHA for 61dbe88
View code at this point
Browse repository at this point
Commits on Oct 21, 2010
Added submodule type and handling through Tree listing.
dvdotsenko
committed
cfd2121
View commit details
Copy full SHA for cfd2121
View code at this point
Browse repository at this point
Commits on Mar 20, 2010
Many small doc changes pulled in from the 0.1.7RC branch.
empty
committed
7bfca5e
View commit details
Copy full SHA for 7bfca5e
View code at this point
Browse repository at this point
Commits on Mar 4, 2010
Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian to the AUTHORS file.
empty
committed
e3e2c8c
View commit details
Copy full SHA for e3e2c8c
View code at this point
Browse repository at this point
Commits on Oct 21, 2009
Fixed utils.touch which did not work as the 'time' arg was missing, and even if added the method fails if the file does not exist ( at least on linux )
Show description for acb0fa8
Byron
committed
acb0fa8
View commit details
Copy full SHA for acb0fa8
View code at this point
Browse repository at this point
Fixed repo.alternates implementation which didn't work in the 'real' world with a non-mock test
Byron
committed
a2ec078
View commit details
Copy full SHA for a2ec078
View code at this point
Browse repository at this point
Added info about 0.1.7 release changes
Show description for a7f5274
Byron
committed
a7f5274
View commit details
Copy full SHA for a7f5274
View code at this point
Browse repository at this point
Commits on Oct 20, 2009
Merging request 1108 which allows tree object parsing to deal with whitespace in path names
Show description for c1f56f7
Byron
committed
c1f56f7
View commit details
Copy full SHA for c1f56f7
View code at this point
Browse repository at this point
Commits on Oct 8, 2009
Merge branches 'doc_enhancements' and 'fixes_for_mainline' into improvements_for_mainline
Show description for 88cc927
Byron
committed
88cc927
View commit details
Copy full SHA for 88cc927
View code at this point
Browse repository at this point
Fixed Diff class which used Commits instead of Blobs - as Blobs contain the path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run
Show description for 19533ff
Byron
committed
19533ff
View commit details
Copy full SHA for 19533ff
View code at this point
Browse repository at this point
git.git.Git.__init__ takes None as default argument as the execute method handles this correctly
Byron
committed
600bd69
View commit details
Copy full SHA for 600bd69
View code at this point
Browse repository at this point
Fixed git.blob.Blob.blame function which would return the text-per-commit as individual characters
Byron
committed
33401c3
View commit details
Copy full SHA for 33401c3
View code at this point
Browse repository at this point
improved repo documentation
Byron
committed
07eaa4c
View commit details
Copy full SHA for 07eaa4c
View code at this point
Browse repository at this point
Improved head and tag object documentation slightly
Byron
committed
4251bd5
View commit details
Copy full SHA for 4251bd5
View code at this point
Browse repository at this point
Added docs for the error module
Byron
committed
451561c
View commit details
Copy full SHA for 451561c
View code at this point
Browse repository at this point
Added missing information to docstrings of commit and stats module
Byron
committed
2454ae8
View commit details
Copy full SHA for 2454ae8
View code at this point
Browse repository at this point
improved git.cmd documentation
Byron
committed
8496831
View commit details
Copy full SHA for 8496831
View code at this point
Browse repository at this point
Improved documentation on Actor and Blob
Byron
committed
bca0cb7
View commit details
Copy full SHA for bca0cb7
View code at this point
Browse repository at this point
Commits on Aug 5, 2009
Fix parsing for files with whitespace
Show description for bdf2e66
jk-ozlabs
committed
bdf2e66
View commit details
Copy full SHA for bdf2e66
View code at this point
Browse repository at this point
Commits on Jan 24, 2009
Lots of spring cleaning and added in Sphinx documentation.
empty
committed
c76852d
View commit details
Copy full SHA for c76852d
View code at this point
Browse repository at this point
Corrected a problem with commits_between returning None.
Show description for bcd57e3
empty
committed
bcd57e3
View commit details
Copy full SHA for bcd57e3
View code at this point
Browse repository at this point
Fixed the gzip archive creation using python gzip module
Show description for 0ca61d4
ericmjonas
authored and
empty
committed
0ca61d4
View commit details
Copy full SHA for 0ca61d4
View code at this point
Browse repository at this point
Commits on Dec 17, 2008
fixed Commit.stats retrieval for parentless commits in bare repos
Show description for e4582f8
empty
committed
e4582f8
View commit details
Copy full SHA for e4582f8
View code at this point
Browse repository at this point
Commits on Dec 16, 2008
Fixed a bug with branch names omitting path components.
Show description for b65df78
empty
committed
b65df78
View commit details
Copy full SHA for b65df78
View code at this point
Browse repository at this point
Corrected conflict with pep8 changes from apollo13.
empty
committed
6ffd4b0
View commit details
Copy full SHA for 6ffd4b0
View code at this point
Browse repository at this point
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
empty
committed
6ba8b8b
View commit details
Copy full SHA for 6ba8b8b
View code at this point
Browse repository at this point
Commits on Dec 15, 2008
pep008!
apollo13
committed
39f85c4
View commit details
Copy full SHA for 39f85c4
View code at this point
Browse repository at this point
Make message the full message and add a summary property
Show description for 6c486b2
Paul Sowden
authored and
empty
committed
6c486b2
View commit details
Copy full SHA for 6c486b2
View code at this point
Browse repository at this point
add support for parsing rename info to the diff parser
Show description for 5da34fd
Paul Sowden
authored and
empty
committed
5da34fd
View commit details
Copy full SHA for 5da34fd
View code at this point
Browse repository at this point
implement a far far faster diff parser
Show description for 753e908
Paul Sowden
authored and
empty
committed
753e908
View commit details
Copy full SHA for 753e908
View code at this point
Browse repository at this point
add a path parameter to most commit methods
Show description for 9e14356
Paul Sowden
authored and
empty
committed
9e14356
View commit details
Copy full SHA for 9e14356
View code at this point
Browse repository at this point
remove ambiguity between paths and treeishs
Show description for 5bb8122
Paul Sowden
authored and
empty
committed
5bb8122
View commit details
Copy full SHA for 5bb8122
View code at this point
Browse repository at this point
fixed git.Tree.__len__ arguments
Show description for 11ec2e0
k0001
authored and
empty
committed
11ec2e0
View commit details
Copy full SHA for 11ec2e0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.