Changes between Version 17 and Version 18 of GitPlugin


Ignore:
Timestamp:
Feb 7, 2008, 8:14:07 AM (16 years ago)
Author:
Herbert Valerio Riedel
Comment:

added feature list

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v17 v18  
    55This is yet another plugin for Trac 0.10/0.11 which enables [http://git.or.cz/ GIT] to be used instead of [http://subversion.tigris.org/ Subversion] for the trac:VersioningSystemBackend
    66
    7 == Example ==
     7=== Features ===
     8
     9 - Browsing source code in a Git repository via the TracBrowser
     10 - Viewing the change history of a file or directory using TracRevisionLog
     11 - Performing [TracDiff diffs] between any two files or two directories
     12 - Displaying submitted changes in the TracTimeline (0.11)
     13 - (Optionally) caching TracChangeset information in Trac's database (0.11)
     14 - Caching Git commit relation graph in memory (0.11)
     15 - Using the TracSearch page to search change descriptions (0.11)
     16 - Interpretation of 40-character wide hex-strings as sha1 commit checksums
     17 - ...
     18
     19== Example(s) ==
    820
    921See [http://nanosleep.org/proj/trac-git-plugin/browser nanosleep.org's GitPlugin branch]