diff options
author | Michael Trier <mtrier@gmail.com> | 2008-12-16 19:44:49 -0500 |
---|---|---|
committer | Michael Trier <mtrier@gmail.com> | 2008-12-16 20:53:04 -0500 |
commit | e4582f805156095604fe07e71195cd9aa43d7a34 (patch) | |
tree | 78eb4778aed234c96affc2d8eeaf8f935499bc86 /CHANGES | |
parent | 79cfe05054de8a31758eb3de74532ed422c8da27 (diff) | |
download | gitpython-e4582f805156095604fe07e71195cd9aa43d7a34.tar.gz |
fixed Commit.stats retrieval for parentless commits in bare repos
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Commit the first line) and a new property ``Commit.summary`` contains the first line of the commit message. +* Fixed a failure when trying to lookup the stats of a parentless commit from + a bare repo. + Diff ---- * The diff parser is now far faster and also addresses a bug where |