Closed redrabbit closed 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.
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:
Missing libgit2 pathspec NIFs should be added first.