4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed Commit.stats retrieval for parentless commits in bare repos (cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
empty
as Michael Trier
More... about 17 years ago
Added changes information for path component change.
empty
as Michael Trier
More... about 17 years ago
Fixed a bug with branch names omitting path components.
empty
as Michael Trier
More... about 17 years ago
Corrected conflict with pep8 changes from apollo13.
empty
as Michael Trier
More... about 17 years ago
Added in Changes documentation for 0.1.6
empty
as Michael Trier
More... about 17 years ago
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
empty
as Michael Trier
More... about 17 years ago
pep008! More... about 17 years ago
Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.
empty
as Michael Trier
More... about 17 years ago
Added in new changes and bumped for version 0.1.5
empty
as Michael Trier
More... about 17 years ago
Corrected failing tests because the Repo mocking was not returning None.
empty
as Michael Trier
More... about 17 years ago
Make message the full message and add a summary property More... about 17 years ago
add support for parsing rename info to the diff parser More... about 17 years ago
implement a far far faster diff parser More... over 17 years ago
add a path parameter to most commit methods More... over 17 years ago
remove ambiguity between paths and treeishs More... over 17 years ago
Fixed packaging issue caused by ez_setup.py More... over 17 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... over 17 years ago
fixed git.Tree.__len__ arguments (cherry picked from commit 657444d75d7b2d6913c2d491841b9bd70c8bd289) More... over 17 years ago
Replace GitPython with git in repr() outputs. More... over 17 years ago
Added kai to the AUTHORS file.
empty
as Michael Trier
More... over 17 years ago
Merge branch 'master' of git://gitorious.org/git-python/dokais-clone
empty
as Michael Trier
More... over 17 years ago
Added nud to the AUTHORS file.
empty
as Michael Trier
More... over 17 years ago
Merge branch 'master' of git://gitorious.org/git-python/nud
empty
as Michael Trier
More... over 17 years ago
Added a read-only Repo.active_branch property which returns the name of the currently active branch. More... over 17 years ago
Cosmetic fixes to be consistent with the overall coding style. More... over 17 years ago
Added a read-only property Repo.is_dirty which reflects the status of the working directory. More... over 17 years ago
Update tutorial to demonstrate dict-like tree objects. More... over 17 years ago
Allow modifying the project description More... over 17 years ago
Make daemon export a property of git.Repo More... over 17 years ago
Do not use **kwargs for constructors. More... over 17 years ago