On Tue, 2012-11-06 at 02:58 -0800, Philipp Kraus wrote:
>
> Thanks for your answer. Can you explain me, which componentes must be
> installed for using Git with Trac?
[components]
gitplugin.* = enabled
[git]
cached_repository = false
git_bin = /usr/bin/git
git_fs_encoding = latin1
persistent_cache = false
shortrev_len = 6
trac_user_rlookup = false
use_committer_id = false
use_committer_time = false
wiki_shortrev_len = 7
Not all of these are required, but they're what I use.
-justinb