[[PageOutline(2-5,Contents,pullout)]] = Pygit2 integration for Git repository on Trac 0.12+ == Description This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+. The goal of this plugin is to add to Trac core as an alternative of connector for git repository and to provide good enough performance. == !Bugs/Feature Requests Existing bugs and feature requests for TracPygit2Plugin are [report:9?COMPONENT=TracPygit2Plugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracPygit2Plugin&owner=jun66j5 new ticket]. == Download Download the zipped source from [export:tracpygit2plugin here]. == Source You can check out TracPygit2Plugin from [http://trac-hacks.org/svn/tracpygit2plugin here] using Subversion, or [source:tracpygit2plugin browse the source] with Trac. == Installation 1. Install `pygit2` library. {{{#!sh $ easy_install pygit2 }}} 2. Install this plugin. {{{#!sh $ easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk }}} 3. Enable the plugin in trac.ini. {{{ #!ini [components] tracext.pygit2.* = enabled }}} == Recent Changes [[ChangeLog(tracpygit2plugin, 3)]] == !Author/Contributors **Author:** [wiki:jun66j5] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**