fedora-qa / commitfinder

Created 2 years ago
Maintained by adamwill
This is a research project for finding commits with certain qualities.
Members 1
Adam Williamson committed 2 years ago

commitfinder

This is a research project for finding commits with certain properties. It has a CLI interface - run ./commitfinder for help. It requires the pygit2, requests and cached_property libraries.

The script uses a directory named workdir, in the same directory as the script, for repository checkouts and caching data from APIs between runs. When done using this script you may want to delete that directory, as it can be quite large (~30G).