Changes between Version 1 and Version 2 of GitPlugin


Ignore:
Timestamp:
Sep 29, 2006, 10:35:31 AM (18 years ago)
Author:
Herbert Valerio Riedel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v1 v2  
    2222You can check out GitPlugin from [http://trac-hacks.org/svn/gitplugin here] using Subversion, or [source:gitplugin browse the source] with Trac.
    2323
    24 == Example ==
     24== Known Issues/TODO ==
    2525
     26As this is for now just a proof of concept implementation, it has quite some deficiencies, some of which are
     27
     28 * very low performance
     29 * no branch support (always using HEAD)
     30 * does not highlight sha1sums automatically
     31 * will only work with filenames not containing newlines
     32 * ...
     33
     34== Configuration ==
     35
     36Simply point your Trac instance to a local git repository:
    2637{{{
    2738[trac]
     
    3041}}}
    3142
     43If installed globally, don't forget to enable the plugin:
     44{{{
     45[components]
     46gitplugin.* = enabled
     47}}}
    3248
    3349== Recent Changes ==
     
    3753== Author/Contributors ==
    3854
    39 '''Author:''' [wiki:hvr] [[BR]]
     55'''Author:''' [wiki:hvr Herbert Valerio Riedel] [[BR]]
    4056'''Contributors:'''