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
test
git
on
0.2
User selector
All users
Datepicker
All time
Commit history
Commits on May 25, 2010
diff: by limiting the splitcount to 5, a subtle bug was introduced as the newline at the end of the split line was not split away automatically. Added test for this, and the trivial fix
Show description for 1019d4c
Byron
committed
1019d4c
View commit details
Copy full SHA for 1019d4c
View code at this point
Browse repository at this point
Commits on May 12, 2010
Repo: Added comparison operators and hash operator including test
Show description for 600fcbc
Byron
committed
600fcbc
View commit details
Copy full SHA for 600fcbc
View code at this point
Browse repository at this point
Commits on May 10, 2010
Handle filenames with embedded spaces when generating diffs
Rick Copeland
authored and
Byron
committed
de5bc8f
View commit details
Copy full SHA for de5bc8f
View code at this point
Browse repository at this point
index.add: added index path rewrite functionality, which allows to store a different path in the index than the actual one on disk ( from which the object will be created )
Show description for c083f3d
Byron
committed
c083f3d
View commit details
Copy full SHA for c083f3d
View code at this point
Browse repository at this point
repo: added test with some basic assertions for empty repositories these
Show description for 837c32b
Byron
committed
837c32b
View commit details
Copy full SHA for 837c32b
View code at this point
Browse repository at this point
Commits on Apr 30, 2010
Added additional tz_offset testing in performance test to call it more often.
Show description for 0d6ceab
Byron
committed
0d6ceab
View commit details
Copy full SHA for 0d6ceab
View code at this point
Browse repository at this point
Commits on Apr 27, 2010
Add support for time zone information in tags and commits.
Show description for b48e4d3
Rick Copeland
committed
b48e4d3
View commit details
Copy full SHA for b48e4d3
View code at this point
Browse repository at this point
Commits on Mar 21, 2010
test system: renamed a few test methods in test_remote which could been mistaken for disabled tests, although they are actually called by the test cases as utility functions
Byron
committed
997b761
View commit details
Copy full SHA for 997b761
View code at this point
Browse repository at this point
Commits on Mar 4, 2010
Converted all tabs to 4 space characters each to comply with pep8
Byron
committed
72bcdbd
View commit details
Copy full SHA for 72bcdbd
View code at this point
Browse repository at this point
Commits on Feb 28, 2010
Commit.iter_items: Will not restrict comits to the ones containing changes to paths anymore as it will only append '--' if paths are actually given.
Show description for 6bfdf93
Byron
committed
6bfdf93
View commit details
Copy full SHA for 6bfdf93
View code at this point
Browse repository at this point
Commits on Feb 19, 2010
index: added move method including test
Show description for f96ee74
Byron
committed
f96ee74
View commit details
Copy full SHA for f96ee74
View code at this point
Browse repository at this point
Commits on Feb 18, 2010
git.commit: Added test to assure we handle the first commit correctly regarding its parents
Byron
committed
180a502
View commit details
Copy full SHA for 180a502
View code at this point
Browse repository at this point
Commits on Feb 13, 2010
IndexFile: unmerged_blobs lists are now sorted
Show description for 15ee0ac
Byron
committed
15ee0ac
View commit details
Copy full SHA for 15ee0ac
View code at this point
Browse repository at this point
Commits on Jan 12, 2010
Implemented RemoteProgress parsing for git-fetch, which might become available at some point natively, within the git suite
Show description for 400d728
Byron
committed
400d728
View commit details
Copy full SHA for 400d728
View code at this point
Browse repository at this point
Commits on Dec 30, 2009
tree: implemented recursive paths in __div__ and __getitem__ method, allowing the keys to contain slashes; adjusted test to check for this
Byron
committed
d86e77e
View commit details
Copy full SHA for d86e77e
View code at this point
Browse repository at this point
Commits on Dec 17, 2009
config: GitConfigReader now allows to override its lock-type. By default it uses a 'failing' lock file, but now its possible to easily put a blocking lock file in its place
Byron
committed
dcf2c3b
View commit details
Copy full SHA for dcf2c3b
View code at this point
Browse repository at this point
Commits on Dec 15, 2009
refs: Added is_valid method to SymbolicReference base class
Byron
committed
b1a2271
View commit details
Copy full SHA for b1a2271
View code at this point
Browse repository at this point
Commits on Dec 10, 2009
index: TempFileMover now handles the case that the file to move does not exist more gracefully
Show description for 54844a9
Byron
committed
54844a9
View commit details
Copy full SHA for 54844a9
View code at this point
Browse repository at this point
Commits on Dec 9, 2009
config: fixed incorrect handling of default value in get_value
Show description for a97d219
Byron
committed
a97d219
View commit details
Copy full SHA for a97d219
View code at this point
Browse repository at this point
Commits on Dec 8, 2009
config.set_value: added more convenient set_value method to ConfigReader
Byron
committed
6a417f4
View commit details
Copy full SHA for 6a417f4
View code at this point
Browse repository at this point
config.get_value: Added default argument including test
Byron
committed
c76a8c5
View commit details
Copy full SHA for c76a8c5
View code at this point
Browse repository at this point
Commits on Dec 7, 2009
index: Checkout exception now contains information about the reason of the failure as well, one per failed file
Byron
committed
3326f34
View commit details
Copy full SHA for 3326f34
View code at this point
Browse repository at this point
Reference: reading of commit data is now safer and handles non-existing paths - previously it would run into a code-branch I forgot
Byron
committed
f6102b3
View commit details
Copy full SHA for f6102b3
View code at this point
Browse repository at this point
Commits on Dec 4, 2009
SymbolicRefence base is now fully aware of pack files in all operations.
Show description for ac4133f
Byron
committed
ac4133f
View commit details
Copy full SHA for ac4133f
View code at this point
Browse repository at this point
refs: Fixed incorrect retrieval of symbolic reference types - previously we only really knew heads, now we know references as a common base. The adjustment make the ref system as flexible as it was…
Show description for 8e29a91
Byron
committed
8e29a91
View commit details
Copy full SHA for 8e29a91
View code at this point
Browse repository at this point
SymbolicReference creation now won't fail if the target already exists and has the same content as the new reference
Byron
committed
e4ed59a
View commit details
Copy full SHA for e4ed59a
View code at this point
Browse repository at this point
Commits on Dec 3, 2009
refs.rename: improved handling as it will only raise ( if not forced ) if the destination contains different data. If it contains the same, the move will work as we can do what the user intended
Byron
committed
4e72942
View commit details
Copy full SHA for 4e72942
View code at this point
Browse repository at this point
refs: Implemented low-level (Symbolic)Reference renaming as some references cannot be reamed using the git-branch command if they are not in refs/heads, that is in a non-standard refs folder
Byron
committed
12276fe
View commit details
Copy full SHA for 12276fe
View code at this point
Browse repository at this point
config: implemented get_value method to have a safe way to make general queries to the git configuration, returning a value in the proper type. In a way its not supposed to be used as you should kn…
Show description for 7d00fa4
Byron
committed
7d00fa4
View commit details
Copy full SHA for 7d00fa4
View code at this point
Browse repository at this point
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
repo: fixed incorrect path handling thta could lead to issues if the repository was initialized with a .git repository, although it was not bare actually
Byron
committed
1eae9d1
View commit details
Copy full SHA for 1eae9d1
View code at this point
Browse repository at this point
Commits on Nov 30, 2009
index: Added BlobFilter utility class to make filtering of blobs from the index easier
Byron
committed
615de50
View commit details
Copy full SHA for 615de50
View code at this point
Browse repository at this point
SymbolicReference.delete: Now takes SymbolicReference instances as well, not only paths
Show description for f22ddca
Byron
committed
f22ddca
View commit details
Copy full SHA for f22ddca
View code at this point
Browse repository at this point
Generalized custom reference creation down to SymbolicReference level. 'Reference' implementation now shares all the code from the SymbolicReference base. This implementation allows to create any r…
Show description for bac518b
Byron
committed
bac518b
View commit details
Copy full SHA for bac518b
View code at this point
Browse repository at this point
ref: Added general method to create and delete any reference pointing to any object. They are only constrained to be located in the refs/ directory
Byron
committed
4f7255c
View commit details
Copy full SHA for 4f7255c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.