Changes between Version 2 and Version 3 of GitPlugin


Ignore:
Timestamp:
Oct 14, 2006, 1:24:26 PM (17 years ago)
Author:
Herbert Valerio Riedel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v2 v3  
    33== Description ==
    44
    5 This is yet another plugin for Trac 0.10 which enables Git to be used instead of Subversion for the trac:VersioningSystemBackend
    6 
     5This is yet another plugin for Trac 0.10 which enables [http://git.or.cz/ GIT] to be used instead of [http://subversion.tigris.org/ Subversion] for the trac:VersioningSystemBackend
    76
    87== Bugs/Feature Requests ==
     8
     9As this is for now just a proof of concept implementation, it has quite some deficiencies, some of which exist as tickets already:
     10
     11[[TicketQuery(component~=GitPlugin&status!=closed)]]
     12
     13...and other potential issues which aren't ticket-tracked yet:
     14
     15 * does not highlight sha1sums automatically
     16 * will only work with filenames not containing newlines
     17 * ...
    918
    1019Existing bugs and feature requests for GitPlugin are
     
    2130
    2231You can check out GitPlugin from [http://trac-hacks.org/svn/gitplugin here] using Subversion, or [source:gitplugin browse the source] with Trac.
    23 
    24 == Known Issues/TODO ==
    25 
    26 As 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  * ...
    3332
    3433== Configuration ==