Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions tracext/git/git_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down