summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b42f5a)
raw | patch | inline | side by side (parent: 8b42f5a)
author | Aneesh Kumar <aneesh.kumar@gmail.com> | |
Fri, 24 Feb 2006 08:38:35 +0000 (14:08 +0530) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 24 Feb 2006 11:14:44 +0000 (03:14 -0800) |
Make the 0.7 release
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/gitview/gitview | patch | blob | history |
index 4a6b44842d5e8b78e88e8e48d2f29316c7238edd..02e2445fc6d3bbe5cf9805ba33988bbeb28b1cea 100755 (executable)
--- a/contrib/gitview/gitview
+++ b/contrib/gitview/gitview
class GitView:
""" This is the main class
"""
- version = "0.6"
+ version = "0.7"
def __init__(self, with_diff=0):
self.with_diff = with_diff