From c38ed709ce42f61736270cee1a4facf722428740 Mon Sep 17 00:00:00 2001 From: "C. G. Brown" Date: Wed, 18 Mar 2015 11:08:10 -0500 Subject: [PATCH] Applied patch from http://trac-hacks.org/ticket/3104 to trac-0.11 branch --- setup.py | 2 +- tracext/git/git_fs.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2750aa9..1415276 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author_email='hvr@gnu.org', keywords='trac scm plugin git', url="http://trac-hacks.org/wiki/GitPlugin", - version='0.11.0.2', + version='0.11.0.3', license="GPL", long_description=""" This Trac 0.11 plugin provides support for the GIT SCM. diff --git a/tracext/git/git_fs.py b/tracext/git/git_fs.py index 4c09541..970f827 100644 --- a/tracext/git/git_fs.py +++ b/tracext/git/git_fs.py @@ -301,6 +301,8 @@ def __init__(self, git, path, rev, log, ls_tree_info=None): if k=='tree': pass + elif k=='commit': + pass elif k=='blob': kind = Node.FILE else: