Changes between Version 86 and Version 87 of GitPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
09/25/12 04:32:39 (8 months ago)
Comment:

Needs adoption.

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v86 v87  
    147147 
    148148{{{ 
    149 #!/bin/sh 
    150  
     149#!sh 
    151150/srv/git/myrepo.git/hooks/trac-post-receive-hook-0.12-new-commits-from-all-branches-with-logfile.py &>> /tmp/tracgitplugin.log 
    152151}}} 
    155154 
    156155{{{ 
    157 #!/bin/sh 
    158  
     156#!sh 
    159157/srv/git/myrepo.git/hooks/trac-post-receive-hook-0.12-new-commits-from-all-branches-with-logfile.py &> /dev/null 
    160158}}} 
    170168e.g. : 
    171169{{{ 
     170#!ini 
    172171[trac] 
    173172repository_dir = /path/to/git/repos.git/ 
    196195 - If installed globally, don't forget to enable the plugin: 
    197196{{{ 
     197#!ini 
    198198[components] 
    199199# for plugin version 0.10 
    214214 
    215215'''Author:''' [wiki:hvr Herbert Valerio Riedel] [[BR]] 
     216'''Maintainer:''' ''none'' [[BR]] 
    216217'''Contributors:''' Hans Petter Jansson, Juan Fernando Jaramillo