Ticket #3104: gitplugin.diff

File gitplugin.diff, 352 bytes (added by anonymous, 6 months ago)

Patch to avoid barfing on submodules

  • gitplugin/0.11/tracext/git/git_fs.py

    old new  
    299299                                pass 
    300300                        elif k=='blob': 
    301301                                kind = Node.FILE 
     302                        elif k=='commit': 
     303                                pass 
    302304                        else: 
    303305                                raise TracError("internal error (got unexpected object kind '%s')" % k) 
    304306