summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-12-16 19:44:49 -0500
committerMichael Trier <mtrier@gmail.com>2008-12-16 20:53:04 -0500
commite4582f805156095604fe07e71195cd9aa43d7a34 (patch)
tree78eb4778aed234c96affc2d8eeaf8f935499bc86 /CHANGES
parent79cfe05054de8a31758eb3de74532ed422c8da27 (diff)
downloadgitpython-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a1baa62..0d236f3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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