I already had the db from the rss feed, and I was bored, I mean REALLY bored
http://mattchugg.com/kolmafia/svn
The simplest thing to do is just fire your search terms into the box and hit enter, the system will then show you the twenty latest commits containing your terms.
Example:
This will return the latest 20 commits which have both the words inventory and putty anywhere in the commit message
For those of you who want to get more complex, there are some filtering search terms (which can be used in conjunction with simple words if necessary)
These can all be used in conjunction with each other, although may obviously return an empty set of results
will return the commit details for the specific revision
Code:
revision>1092 revision<2000 inventory
will return the top 20 commits between revision 1093 and 1999 containing the word inventory
will make the system only return commits by roippi
will make the system only return commits which modified any file whose name contains apirequest