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 }}
og-python-scripts
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
test
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 Nov 1, 2010
Changed the test_submodule.py to be detected by nose
dvdotsenko
committed
702f390
View commit details
Copy full SHA for 702f390
View code at this point
Browse repository at this point
Commits on Oct 31, 2010
Remove forgotten testing code from test_submodule.py
dvdotsenko
committed
31508e1
View commit details
Copy full SHA for 31508e1
View code at this point
Browse repository at this point
Adding unit tests for Submodule code.
dvdotsenko
committed
cf537d0
View commit details
Copy full SHA for cf537d0
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 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
Fix unittests for Mock 0.5.0
davisp
authored and
Byron
committed
08f3289
View commit details
Copy full SHA for 08f3289
View code at this point
Browse repository at this point
Commits on Oct 8, 2009
repo_tests: fixed duplicate test-method name which would redefine the previous one which never ran
Show description for ac13dbc
Byron
committed
ac13dbc
View commit details
Copy full SHA for ac13dbc
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
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
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
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
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
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
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
Corrected failing tests because the Repo mocking was not returning None.
empty
committed
1083748
View commit details
Copy full SHA for 1083748
View code at this point
Browse repository at this point
Get compatible with mock0.4 (to some extend ;)). Just that Michael
Show description for dc1fcf3
apollo13
authored and
empty
committed
dc1fcf3
View commit details
Copy full SHA for dc1fcf3
View code at this point
Browse repository at this point
Commits on Sep 17, 2008
Replace GitPython with git in repr() outputs.
Show description for b00f368
nud
committed
b00f368
View commit details
Copy full SHA for b00f368
View code at this point
Browse repository at this point
Commits on Sep 14, 2008
Merge branch 'master' of git://gitorious.org/git-python/dokais-clone
empty
committed
0ec61d4
View commit details
Copy full SHA for 0ec61d4
View code at this point
Browse repository at this point
Merge branch 'master' of git://gitorious.org/git-python/nud
empty
committed
5613079
View commit details
Copy full SHA for 5613079
View code at this point
Browse repository at this point
Commits on Sep 12, 2008
Added a read-only Repo.active_branch property which returns the name of the currently active branch.
dokai
committed
fa8fe4c
View commit details
Copy full SHA for fa8fe4c
View code at this point
Browse repository at this point
Added a read-only property Repo.is_dirty which reflects the status of the
Show description for 125b487
dokai
committed
125b487
View commit details
Copy full SHA for 125b487
View code at this point
Browse repository at this point
Commits on Sep 7, 2008
Allow modifying the project description
Show description for 5d3e2f7
nud
committed
5d3e2f7
View commit details
Copy full SHA for 5d3e2f7
View code at this point
Browse repository at this point
Make daemon export a property of git.Repo
Show description for befb617
nud
committed
befb617
View commit details
Copy full SHA for befb617
View code at this point
Browse repository at this point
Commits on Sep 5, 2008
Make Tree.content_from_string a static method.
Show description for 2f6a6e3
nud
committed
2f6a6e3
View commit details
Copy full SHA for 2f6a6e3
View code at this point
Browse repository at this point
Implement dict protocol for trees.
Show description for 0425bc6
nud
committed
0425bc6
View commit details
Copy full SHA for 0425bc6
View code at this point
Browse repository at this point
Use a dictionnary for tree contents
Show description for b377c07
nud
committed
b377c07
View commit details
Copy full SHA for b377c07
View code at this point
Browse repository at this point
Commits on Sep 3, 2008
test_commit: add a testcase for parsing rev-list --bisect-all output
Show description for 1adc79a
davvid
committed
1adc79a
View commit details
Copy full SHA for 1adc79a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.