Package python-module-trac-gitplugin: Information
Source package: python-module-trac-gitplugin
Version: 0.11-alt3
Build time: Mar 17, 2009, 05:14 PM
Category: Development/Python
Report package bugHome page: http://trac-hacks.org/wiki/GitPlugin
License: GPL
Summary: Plugin for Trac 0.10/0.11 which enables GIT to be used instead of Subversion
Description:
This is yet another plugin for Trac 0.10/0.11 which enables GIT to be used instead of Subversion for the trac:VersioningSystemBackend
Features:
* Browsing source code in a Git repository via the TracBrowser
* Viewing the change history of a file or directory using TracRevisionLog
* Performing diffs between any two files or two directories
* Displaying submitted changes in the TracTimeline (0.11)
* (Optionally) caching TracChangeset information in Trac's database (0.11)
* Caching Git commit relation graph in memory (0.11)
* Using the TracSearch page to search change descriptions (0.11)
* Annotation support, also known as "blame" operation (0.11)
* Interpretation of 40-character wide hex-strings as sha1 commit checksums
* ...Maintainer: Eugene Prokopiev
Last changed
March 17, 2009 Eugene Prokopiev 0.11-alt3
- fix python modules packaging policy violation
Jan. 28, 2009 Eugene Prokopiev 0.11-alt2
- fix install problems (thanks to peet@)
Jan. 27, 2009 Eugene Prokopiev 0.11-alt1
- first build for Sisyphus