Changes between Version 57 and Version 58 of GitPlugin


Ignore:
Timestamp:
Oct 16, 2010, 11:24:45 AM (14 years ago)
Author:
Herbert Valerio Riedel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v57 v58  
    6161== Source Code ==
    6262
    63 The source code is hosted at [http://github.com/hvr/gitplugin/ github.com]
     63The source code is hosted at [http://github.com/hvr/gitplugin/ GitHub]
    6464
    6565(An experimental branch of this plugin with a hacky caching feature and some bug fixes is available from [http://nanosleep.org/proj/trac-git-plugin/ here].)
     
    109109## executable file name (optionally with path) of git binary; default: 'git'
    110110git_bin = /usr/src/git-dev/git
     111
     112## (0.12.0.3+) enable reverse mapping of git email addresses to trac user ids; default: false
     113trac_user_rlookup = true
     114
     115## (0.12.0.3+) use git-committer id instead of git-author id as changeset owner; default: true
     116use_committer_id = false
     117
     118## (0.12.0.3+) use git-committer timestamp instead of git-author timestamp as changeset time; default: true
     119use_committer_time = false
     120
    111121}}}
    112122
     
    215225== Recent Changes ==
    216226
    217 [[ChangeLog(gitplugin, 3)]]
     227See [http://github.com/hvr/gitplugin/commits Commit History @ GitHub]
    218228
    219229== Author/Contributors ==