Changes between Version 84 and Version 85 of GitPlugin


Ignore:
Timestamp:
Sep 25, 2012, 2:26:32 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

0.13 -> 1.0

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v84 v85  
    77This is yet another plugin for Trac 0.10/0.11/0.12/0.13dev which enables [http://git.or.cz/ GIT] to be used instead of [http://subversion.tigris.org/ Subversion] for the trac:VersioningSystemBackend
    88
    9 '''Note: This plugin has been included as an officially bundled (optional) plugin in the Trac 0.13 distribution -- From now on, it is maintained and developed at trac:TracGit'''
     9'''Note: This plugin has been included as an officially bundled (optional) plugin in the Trac 1.0 distribution -- From now on, it is maintained and developed at trac:TracGit'''
    1010
    1111=== Features ===
     
    3030
    3131|| Branch || '''trac-0.10''' || '''trac-0.11'''/'''trac-0.11-py24''' ||  '''master''' ||
    32 || Trac   || 0.10.x      || 0.11.x || 0.12.x/0.13dev ||
     32|| Trac   || 0.10.x      || 0.11.x || 0.12.x/1.0dev ||
    3333|| Python || 2.4+        || 2.5+/2.4+ || 2.5+ ||
    3434|| GIT    || 1.4.4+      || 1.5.2+ (for plugin v0.11.0.1) [[BR]] 1.5.6+ (for plugin v0.11.0.2+) || 1.5.6+ ||
     
    3737
    3838As this is for now just a proof of concept implementation, it has quite some deficiencies. Existing old bugs and feature requests for GitPlugin can be found
    39 [report:9?COMPONENT=GitPlugin here (pre 0.13)] and/or [http://trac.edgewall.org/query?status=!closed&component=plugin%2Fgit here (0.13+)]
     39[report:9?COMPONENT=GitPlugin here (pre 1.0)] and/or [http://trac.edgewall.org/query?status=!closed&component=plugin%2Fgit here (1.0+)]
    4040
    4141If you have any issues, create a
    42 [http://trac.edgewall.org/newticket?component=plugin/git new ticket (0.13+)].
     42[http://trac.edgewall.org/newticket?component=plugin/git new ticket (1.0+)].
    4343
    4444'''Help is highly appreciated''', since I have very little spare time these days as can be seen in the commit history. Feel free to fork [http://github.com/hvr/trac-git-plugin/ GitPlugin on GitHub] and improve or fix things.
     
    8383Simply point your Trac instance to a local git repository, and configure your TracIni:
    8484{{{
     85#!ini
    8586[trac]
    8687# simple single-repository configuration