c[] = commit config
d[] = commit description
$ ./example.py where "c[some]>1 and d[score]<0.2"
show commits that satisfy the condition

You are able to use python code inside where request.
'Where' is not bound with any branch, it uses all the repository commits.

Fork me on GitHub