Changes between Version 9 and Version 10 of TracPygit2Plugin


Ignore:
Timestamp:
Mar 23, 2016, 6:21:01 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • TracPygit2Plugin

    v9 v10  
    55== Description
    66
    7 This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+. pygit2 is a set of Python bindings to the libgit2 shared library.
     7This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+. pygit2 is a set of Python bindings to the libgit2 shared library, where libgit2 implements the core of Git.
    88
    9 The goal of this plugin is to add to Trac core an alternative of a connector to the git repository and with good performance.
     9This plugin adds an alternative Git repository connector to Trac core and has good performance.
    1010
    1111== !Bugs/Feature Requests
     
    3636 1. Install this plugin:
    3737{{{#!sh
    38 easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk
     38easy_install https://trac-hacks.org/svn/tracpygit2plugin/trunk
    3939}}}
    40  1. Enable the plugin in `trac.ini`:
    41 {{{
    42 #!ini
     40 1. Enable the plugin in your `trac.ini` file:
     41{{{#!ini
    4342[components]
    4443tracext.pygit2.* = enabled