wiki:GitLocationPlugin

Version 3 (modified by Andreas Zeidler, 15 years ago) (diff)

--

Git Location Plugin

Description

Adds the Git Location to the contextual navigation under Browse Source. Even though with Git this info is static, i.e. it doesn't change depending on which folder is browsed in Trac, it still comes in handy for making checkouts and such.

screen shot of git location plugin

Installation

Follow the normal egg installation procedures.

Under the [components] section, enable the plugin:

[components]
gitlocation.* = enabled

Finally, add a section to your project's trac.ini:

[git]
repository_url = git@foo.com:foobar

Source

You can browser the source from github using Git, or check it out via:

$ git clone git://github.com/witsch/TracGitLocation.git

Credits

Git Location is a shameless rip-off of Erik Rose' Subversion Location plugin and therefore also based on jhammel's SvnUrlsPlugin. Thanks, Erik & jhammel!

Version History

1.0
Initial release

Attachments (1)

Download all attachments as: .zip