On Fri, Oct 16, 2009 at 1:26 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: >> Here is the discussion on foundation-l : >> http://www.gossamer-threads.com/lists/wiki/foundation/181163 > > I found the link to the bazaar repository there, but do you have a Git > repository, too? Not yet. Where should I put it? Any suggestions. >> the question is, is there a blame tool that we can use for multiple >> horizontal diffs on the same line that will be needed for wikipedia >> articles? > > I am not quite sure what you want to do horizontally there... Can you > explain what you want to see? Yes, I would like to see all the contributors to each word or line. Basically one line of blame per contributor, so many lines of output. Ideally we would have something that is usable in a html display. Lets say, just an blame attribute for each word. so on one line : This is a line with two changes first change Second change end of line It would look like this in html : This is a line with two changes <span blame=revisionid>first change</span><span blame=revisionid>Second change</span> end of line The blame edit could look like this : REVISION ID 1 48 : This is a line with two changes first change first change \ REVISTION ID 2 48 C: Second change end of line let me see if I can find an online example. Here is a blame tool with links to the edits: http://hewgill.com/journal/entries/461-wikipedia-blame here is the wikitrust tool that could be interesting : http://wikitrust.soe.ucsc.edu/ http://wikitrust.collaborativetrust.com/screenshots Thanks, mike -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html