[[PageOutline(2-5,Contents,pullout)]] = Git Location Plugin == Description This plugin adds the Git Location to the contextual navigation under Browse Source. Even though with Git this info is static, ie it doesn't change depending on which folder is browsed in Trac, it still comes in handy for making checkouts and such. [[Image(screenshot.png)]] == Source You can browser the source from [http://github.com/witsch/TracGitLocation/ github] using Git, or check it out via: {{{#!sh $ git clone git://github.com/witsch/TracGitLocation.git }}} == Installation Follow the normal [http://trac.edgewall.org/wiki/TracPlugins egg installation procedures]. Under the `[components]` section, enable the plugin: {{{#!ini [components] gitlocation.* = enabled }}} Finally, add a section to your project's trac.ini: {{{#!ini [git] repository_url = git@foo.com:foobar }}} == Credits Git Location is a shameless rip-off of Erik Rose' [http://trac-hacks.org/wiki/SubversionLocationPlugin Subversion Location plugin] and therefore also based on jhammel's [http://trac-hacks.org/wiki/SvnUrlsPlugin SvnUrlsPlugin]. Thanks, Erik & jhammel!