0
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 21 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added in new changes and bumped for version 0.1.5 More... almost 18 years ago
Corrected failing tests because the Repo mocking was not returning None. More... almost 18 years ago
Make message the full message and add a summary property More... almost 18 years ago
add support for parsing rename info to the diff parser More... almost 18 years ago
implement a far far faster diff parser More... almost 18 years ago
add a path parameter to most commit methods More... almost 18 years ago
remove ambiguity between paths and treeishs More... almost 18 years ago
Fixed packaging issue caused by ez_setup.py More... almost 18 years ago
Get compatible with mock0.4 (to some extend ;)). Just that Michael doesn't need to do the same boring replacing I did. (cherry picked from commit 10c62aa69193a8bc7b46ca24c2ad1d5008489665) More... almost 18 years ago
fixed git.Tree.__len__ arguments (cherry picked from commit 657444d75d7b2d6913c2d491841b9bd70c8bd289) More... almost 18 years ago
Replace GitPython with git in repr() outputs. More... about 18 years ago
Added kai to the AUTHORS file. More... about 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/dokais-clone More... about 18 years ago
Added nud to the AUTHORS file. More... about 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/nud More... about 18 years ago
Added a read-only Repo.active_branch property which returns the name of the currently active branch. More... about 18 years ago
Cosmetic fixes to be consistent with the overall coding style. More... about 18 years ago
Added a read-only property Repo.is_dirty which reflects the status of the working directory. More... about 18 years ago
Update tutorial to demonstrate dict-like tree objects. More... about 18 years ago
Allow modifying the project description More... about 18 years ago
Make daemon export a property of git.Repo More... about 18 years ago
Do not use **kwargs for constructors. More... about 18 years ago
Make Tree.content_from_string a static method. More... about 18 years ago
Implement dict protocol for trees. More... about 18 years ago
Initialize trees completely in tree.__bake__(). More... about 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/nud More... about 18 years ago
Use a dictionnary for tree contents More... about 18 years ago
Fix unneeded dict unpacking. More... about 18 years ago
test_commit: add a testcase for parsing rev-list --bisect-all output More... about 18 years ago
commit: handle --bisect-all output in Commit.list_from_string More... about 18 years ago