Changes between Initial Version and Version 1 of TracPygit2Plugin


Ignore:
Timestamp:
Apr 24, 2014, 3:31:18 AM (10 years ago)
Author:
Jun Omae
Comment:

New hack TracPygit2Plugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracPygit2Plugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Pygit2 integration for Git repository on Trac 0.12+
     4
     5== Description
     6
     7This is a plugin using [http://www.pygit2.org/ pygit2] for Git repository on Trac 0.12+.
     8
     9== !Bugs/Feature Requests
     10
     11Existing bugs and feature requests for TracPygit2Plugin are
     12[report:9?COMPONENT=TracPygit2Plugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracPygit2Plugin&owner=jun66j5 new ticket].
     16
     17== Download
     18
     19Download the zipped source from [export:tracpygit2plugin here].
     20
     21== Source
     22
     23You can check out TracPygit2Plugin from [http://trac-hacks.org/svn/tracpygit2plugin here] using Subversion, or [source:tracpygit2plugin browse the source] with Trac.
     24
     25== Installation
     26
     27 1. Install `pygit2` library.
     28{{{#!sh
     29$ easy_install pygit2`
     30}}}
     31 2. Install this plugin.
     32{{{#!sh
     33$ easy_install http://trac-hacks.org/svn/tracpygit2plugin/trunk`
     34}}}
     35 3. Enable the plugin in trac.ini.
     36{{{
     37#!ini
     38[components]
     39tracext.pygit2.* = enabled
     40}}}
     41
     42
     43== Recent Changes
     44
     45[[ChangeLog(tracpygit2plugin, 3)]]
     46
     47== !Author/Contributors
     48
     49**Author:** [wiki:jun66j5] [[BR]]
     50**Maintainer:** [[Maintainer]] [[BR]]
     51**Contributors:**