0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Turn the link to libgit2 into an actual link.
jszakmeister
as John Szakmeister
More... over 13 years ago
Fix a stylistic nit.
jszakmeister
as John Szakmeister
More... over 13 years ago
Support adding parents to a commit.
jszakmeister
as John Szakmeister
More... over 13 years ago
Uncomment a few tests.
jszakmeister
as John Szakmeister
More... over 13 years ago
Add the parents attribute to commit.
jszakmeister
as John Szakmeister
More... over 13 years ago
Add a test for the sha of a commit.
jszakmeister
as John Szakmeister
More... over 13 years ago
Make TreeEntry not to inherit from Object More... over 13 years ago
Implement Commit.tree getter More... over 13 years ago
Add more unit tests for revision walking More... over 13 years ago
Improve the Repository.walk method a little More... over 13 years ago
Complete support for revision walk More... over 13 years ago
Start support for revision walking More... over 13 years ago
Add a default value for "stage" (0) in Index.add More... over 13 years ago
Fix url & license in the setup file More... over 13 years ago
Fix unit tests for Python 2.5 More... over 13 years ago
Fix compilation warning on unused variable More... over 13 years ago
Add unit tests for the index file More... over 13 years ago
Implement mapping protocol for the index file More... over 13 years ago
Initial support for index entries More... over 13 years ago
Partial support for index operations More... over 13 years ago
Add index test case for a non-bare repo More... over 13 years ago
Complete .gitignore More... over 13 years ago
Start support for the index file More... over 13 years ago
Make pygit2 build against new libgit2 API More... over 13 years ago
Make pygit2 build against new libgit2 API More... over 13 years ago
Update README.md More... over 13 years ago
Update README file More... over 13 years ago
Fix some Tree error messages. More... over 13 years ago
Add KeyError assert to test_repository. More... over 13 years ago
Add assertRaisesWithArg for better KeyError/IndexError testing. More... over 13 years ago