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 }}
myhololens
/
goulang-python-gitpython-gitpython_developers-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
Branch selector
0.2
User selector
All users
All time
Commit history
Commits on Oct 27, 2010
docs: untracked_files is a property, but was used like a function, see http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en
Byron
committed
ec97ed8
View commit details
Copy full SHA for ec97ed8
Browse repository at this point
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
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
Browse repository at this point
Commits on May 10, 2010
IndexFile.add: Fixed incorrect path handling if path rewriting was desired and absolute paths were given
Show description for 8caeec1
Byron
committed
8caeec1
View commit details
Copy full SHA for 8caeec1
Browse repository at this point
Handle filenames with embedded spaces when generating diffs
Rick Copeland
authored and
Byron
committed
de5bc8f
View commit details
Copy full SHA for de5bc8f
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
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
Browse repository at this point
Commits on May 6, 2010
docs: removed >>> in front of examples to make copy-pasting easier
Show description for 63761f4
Byron
committed
63761f4
View commit details
Copy full SHA for 63761f4
Browse repository at this point
README: Added mailing list and issue tracker information
Show description for e41c727
Byron
committed
e41c727
View commit details
Copy full SHA for e41c727
Browse repository at this point
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
View commit details
Copy full SHA for 143b927
Browse repository at this point
Index: handling an AttributeError exception raised in python 2.6.5 and newer if an unset slot is being deleted.
Byron
committed
22a0289
View commit details
Copy full SHA for 22a0289
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
Browse repository at this point
Merge commit 'refs/merge-requests/14' of git://gitorious.org/git-python/mainline into integration
Byron
committed
b75c310
View commit details
Copy full SHA for b75c310
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
Browse repository at this point
Commits on Apr 14, 2010
conf.py: Adjusted version to match with the actual version
Byron
committed
69361d9
View commit details
Copy full SHA for 69361d9
Browse repository at this point
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
View commit details
Copy full SHA for 82b8902
Browse repository at this point
Commits on Mar 23, 2010
roadmap added to docs to give an idea of tasks still to be done, especially if 0.2 should be released one day
Byron
committed
501bf60
View commit details
Copy full SHA for 501bf60
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
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
Browse repository at this point
Commits on Mar 2, 2010
Small improvements to the tutorial prior to tagging 0.2rc1
Byron
committed
4956c1e
View commit details
Copy full SHA for 4956c1e
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
Browse repository at this point
Commits on Feb 24, 2010
git.Tree: Fixed critical issue when reading trees from binary data. The previous version was making assumptions that would only be true for old git repositories it sesms. The new version of the alg…
Show description for 3e14ab5
Byron
committed
3e14ab5
View commit details
Copy full SHA for 3e14ab5
Browse repository at this point
IndexFile.write: Added special handling flag allowing to skip TREE extension data, which becomes important if git-write-tree is supposed to be used
Byron
committed
4375386
View commit details
Copy full SHA for 4375386
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
Browse repository at this point
Commits on Feb 18, 2010
LockFile: release_lock now checks whether the lockfile to be removed still exists. Previously it would just fail
Byron
committed
76fd1d4
View commit details
Copy full SHA for 76fd1d4
Browse repository at this point
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
Browse repository at this point
Commits on Feb 14, 2010
Lockfile now uses low-level commands to interact with the filesystem in order to make it impossible for threads to overwrite each other if we are talking about miliseconds. This renders plenty of '…
Show description for a803803
Byron
committed
a803803
View commit details
Copy full SHA for a803803
Browse repository at this point
Commits on Feb 13, 2010
Commit.create: now handles empty repositories correctly
Byron
committed
0bb2fc8
View commit details
Copy full SHA for 0bb2fc8
Browse repository at this point
IndexFile: unmerged_blobs lists are now sorted
Show description for 15ee0ac
Byron
committed
15ee0ac
View commit details
Copy full SHA for 15ee0ac
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
Browse repository at this point
remote.py: improved push-progress parsin to better deal with messages ( i.e. throughput )
Byron
committed
77cde00
View commit details
Copy full SHA for 77cde00
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
Browse repository at this point
Commits on Dec 17, 2009
LockFile: id representing the instance that keeps the lock is unique now - locks will check whether the lock they wrote truly is theirs - in case threads are racing, this might not be the case. Now…
Show description for 1b3fedd
Byron
committed
1b3fedd
View commit details
Copy full SHA for 1b3fedd
Browse repository at this point
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
Browse repository at this point
Commits on Dec 16, 2009
Added imports for standard locking file classes into the git module
Byron
committed
a38a005
View commit details
Copy full SHA for a38a005
Browse repository at this point
Previous
Next
You can’t perform that action at this time.