GitModule.get_last_n_commits

You're seeing just the function get_last_n_commits, go back to GitModule module for more information.
Link to this function

get_last_n_commits(repo, n)

View Source

Specs

get_last_n_commits(Git.Repository.t(), non_neg_integer()) :: {:ok, [any()]}

get_last_n_commits/1: returns a list of the short hashes of the last n commits