Edgewall Software

Changes between Version 15 and Version 16 of TracGit


Ignore:
Timestamp:
Mar 9, 2015, 8:40:02 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

[repositories] options are created instead of [trac] options, since milestone:1.1.3 ([13387#file0]).

Legend:

Unmodified
Added
Removed
Modified
  • TracGit

    v15 v16  
    6969
    7070Your [wiki:TracIni <trac_environment>/conf/trac.ini] configuration file
    71 should have a `[trac]` section similar to the following:
     71should have a `[trac]` section similar to the following (Trac < 1.1.3):
    7272{{{#!ini
    7373[trac]
     
    7575repository_dir = /path/to/my/git/repository/.git
    7676}}}
     77
     78or a `[repositories]` section similar to the following (Trac 1.1.3 and later).
     79
     80{{{#!ini
     81[repositories]
     82.type = git
     83.dir = /path/to/my/git/repository/.git
     84}}}
     85
    7786
    7887Also in there, make sure you specify the location of the `git` executable, in case it's not the default `/usr/bin/git`. As an example, for Windows: