3 echo "==> You should change your projects' trac.ini files with the"
4 echo "==> following information:"
6 echo "==> [components]"
7 echo "==> tracext.git.* = enabled"
10 echo "==> repository_dir = /path/to/your/git/repo"
11 echo "==> repository_type = git"
14 echo "==> cached_repository = true"
15 echo "==> persistent_cache = true"
16 echo "==> shortrev_len = 7"
17 echo "==> git_bin = /path/to/git/binary"
19 echo "==> You can get more information from:"
21 echo "==> http://trac-hacks.org/wiki/GitPlugin#Configuration"