git-kv: Key-value store attached to git commits using Git notes
13 points by sebastien
13 points by sebastien
Lol, i had a simillar idea. I use git as kv store for storing coverage in lcov format tied to the covered dir tree id. Works neat with custom tooling.
What are people using notes for?
Storing benchmark results for each commit. Very useful. The Glasgow Haskell Compiler does it.