Hacker News new | ask | show | jobs
by codetrotter 1057 days ago
> I wish Wikipedia had a "blame" feature like git. If it exists, I couldn't find it.

If there is an edit war going on, and this claim is being removed and added you’d still need to look at quite a lot of revisions manually.

But there are tools to export Wikipedia page edit history to git I think. And you could write a script to grep every revision of the article for the word “CAD” to determine at what point in time it first appeared in the article. And then from there you could look at who added it and so on.