Edgewall Software

Changes between Version 18 and Version 19 of TracRepositoryAdmin


Ignore:
Timestamp:
Jun 21, 2011, 12:08:21 AM (13 years ago)
Author:
Remy Blank
Comment:

Cosmetic.

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v18 v19  
    130130
    131131Git hooks can be used in the same way for explicit syncing of git repositories. Add the following to `.git/hooks/post-commit`:
    132 {{{
     132{{{#!sh
    133133REV=$(git rev-parse HEAD)
    134134trac-admin /path/to/env changeset added <my-repository> $REV