redrabbit / git.limo

A Git source code management tool powered by Elixir with easy installation & high extensibility.
https://git.limo
MIT License
497 stars 42 forks source link

Add support for Git history on trees and blobs. #31

Closed redrabbit closed 6 years ago

redrabbit commented 6 years ago

We want to be able to show a commit history for a given Git tree or blob.

Here is a basic example on how the API should look like:

{:ok, history} = GitGud.Repo.git_history(revision, pathspec)

Missing libgit2 pathspec NIFs should be added first.