-
Notifications
You must be signed in to change notification settings - Fork 2
Home
cboos edited this page Sep 14, 2010
·
3 revisions
This is a forked repository from lentil’s trac-git-plugin wiki itself derived from hvr’s GitPlugin on trachacks.org.
The idea is to enhance this progressively while I’m learning to use git …
New features:
– visualization of branches and tags as labels in the timeline
TODOs:
– currently the plugin does: git rev-list --parents --all; make it possible to optionally use git rev-list --parents --branches
With --all, the garbage changesets left after rebase sessions are still visible…
– find a way to avoid that complete rev-list dump (560k of data to parse, for the edgewall/trac mirror which is not that big only 6800 csets)
Later:
– see how the db cache performs …