Extract the Git commit graph
Open
feature
help wanted
- Dominant language
- F#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Having a Git repository as the input, produce a programmatic graph of all the commits in it.
For now let's have only the commits themselves probably, but in the future I'd like to see the metrics (amount of changed data per file per commit) in each.
How to read the commit graph? Possible approaches:
- Use [Fenrir](https://github.com/ForNeVeR/Fenrir)
- Use libgit2
- Use shell commands
Not sure which one to pick, yet, but Fenrir gets the bonus style points of course.
Contributor guide
Assessment
This issue has not been assessed yet.