An open API service indexing awesome lists of open source software.

https://github.com/patricktrainer/diff-store


https://github.com/patricktrainer/diff-store

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# diffstore

This package processes commits of a specific file in a Git repo and stores them in a SQLite database.

## Usage

Run the script with the following command:

```sh
python -m diffstore.script /path/to/your/repo your/file/path.json commits.db
```