https://github.com/patricktrainer/diff-store
https://github.com/patricktrainer/diff-store
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patricktrainer/diff-store
- Owner: patricktrainer
- License: mit
- Created: 2023-07-29T20:14:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T00:16:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T15:32:04.521Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```