summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-23 16:39:02 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-23 16:39:02 +0200
commit1b89f39432cdb395f5fbb9553b56595d29e2b773 (patch)
treec155f598655984f8f3d5cc5186e49aaf93d6cf57 /CHANGES
parent00499d994fea6fb55a33c788f069782f917dbdd4 (diff)
downloadgitpython-1b89f39432cdb395f5fbb9553b56595d29e2b773.tar.gz
commit.name_rev property added for convenience
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a529e6b..4ee1a0e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -61,6 +61,7 @@ GitCommand
Commit
------
* 'count' method is not an instance method to increase its ease of use
+* 'name_rev' property returns a nice name for the commit's sha
Config
------